Home · Branding · Thrive Agritech

Thrive Agritech Brand Identity

A complete profile of Thrive Agritech's visual system — colors, typography, components, and personality — extracted from http://www.thriveagritech.com. Built for designers, agents, and AI tools.

Download JSON
Primary
#416F1D
Accent
#6DAB3C
Body Font
Lexend
Heading
Lexend

Color Palette

Brand palette extracted from http://www.thriveagritech.com.

primary
#416F1D
rgb(65, 111, 29)
secondary
#214F7B
rgb(33, 79, 123)
accent
#6DAB3C
rgb(109, 171, 60)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#6DAB3C
rgb(109, 171, 60)
link
#6DAB3C
rgb(109, 171, 60)

Typography

Each font links to its Google Fonts page where available.

primary
Lexend
heading
Lexend
Lexend
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:

CharacterQuilt.com suggests this flow that can help:

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each `src: url(...)` to point to your local file path.

Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.

Visual Assets

Thrive Agritech logo
Logo
Thrive Agritech favicon
Favicon

UI Components

Live previews rendered using Thrive Agritech's actual button styles.

input
background transparent textColor #FFFFFF borderColor null borderRadius 0px shadow none
buttonPrimary
background #6DAB3C textColor #FAFAFA borderRadius 12px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px
buttonSecondary
background #FFFFFF textColor #416F1D borderColor #416F1D borderRadius 22.77px shadow none

Brand Personality

Tone: professional Energy: medium Audience: agriculture professionals and businesses

Thrive Agritech Brand in the Wild

Real-world brand assets — ads, campaigns, and marketing materials.

Frequently Asked Questions

What is Thrive Agritech's primary brand color?

Thrive Agritech's primary brand color is #416F1D. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Thrive Agritech use?

Thrive Agritech uses #6DAB3C as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Thrive Agritech use?

Thrive Agritech uses Lexend as the primary typeface across body and headings.

Does Thrive Agritech use a light or dark theme?

Thrive Agritech's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find Thrive Agritech's logo?

Thrive Agritech's logo is available directly on their site (http://www.thriveagritech.com). The current logo URL is included in the machine-readable JSON profile linked above.

How was this brand profile generated?

This profile was extracted from http://www.thriveagritech.com using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by Thrive Agritech.

Methodology

Brand data on this page was extracted from http://www.thriveagritech.com on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by Thrive Agritech.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Lexend",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#416F1D",
    "secondary": "#214F7B",
    "accent": "#6DAB3C",
    "background": "#FFFFFF",
    "textPrimary": "#6DAB3C",
    "link": "#6DAB3C"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Lexend",
      "heading": "Lexend"
    },
    "fontStacks": {
      "heading": [
        "Lexend"
      ],
      "body": [
        "Lexend"
      ],
      "paragraph": [
        "Lexend"
      ]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "36px",
      "body": "11.05px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#FFFFFF",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#6DAB3C",
      "textColor": "#FAFAFA",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#416F1D",
      "borderColor": "#416F1D",
      "borderRadius": "22.77px",
      "borderRadiusCorners": {
        "topLeft": "22.77px",
        "topRight": "22.77px",
        "bottomRight": "22.77px",
        "bottomLeft": "22.77px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.thriveagritech.com/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Ffkzf7pm9%2Fproduction%2F0182583fc0461179095d0cde68c81bfa9f9a9069-2444x1008.png%3Fw%3D400%26fm%3Dwebp%26q%3D85&w=256&q=75",
    "favicon": "https://www.thriveagritech.com/icon.ico?5307d528753d3630",
    "ogImage": null,
    "logoHref": "/",
    "logoAlt": "name-and-logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #1 because it is visible, medium-sized, located in the header, and links to the homepage, matching the brand 'Thrive Agritech'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "FREE CONSULTATION",
      "reasoning": "Button #0 with text 'FREE CONSULTATION' is the primary CTA due to its vibrant green color (#6DAB3C), which aligns with the brand's accent color, and its action-oriented text encouraging user engagement."
    },
    "secondary": {
      "index": 11,
      "text": "Pinnacle Series",
      "reasoning": "Button #11 with text 'Pinnacle Series' is selected as secondary because it has a different background color (#FFFFFF) and serves as a less prominent action compared to the primary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "agriculture professionals and businesses"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 1,
        "selectedLogoReasoning": "Selected #1 because it is visible, medium-sized, located in the header, and links to the homepage, matching the brand 'Thrive Agritech'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles