# 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. - Page: https://characterquilt.com/branding/thrive-agritech - Machine-readable JSON: https://characterquilt.com/branding/thrive-agritech.json - Per-page llms.txt: https://characterquilt.com/branding/thrive-agritech/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #416F1D | | Accent | #6DAB3C | | Body Font | Lexend | | Heading Font | Lexend | ## Color Palette - primary: #416F1D - secondary: #214F7B - accent: #6DAB3C - background: #FFFFFF - textPrimary: #6DAB3C - link: #6DAB3C ## Typography - primary: Lexend — https://fonts.google.com/specimen/Lexend - heading: Lexend — https://fonts.google.com/specimen/Lexend ## Visual Assets - 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 ## UI Components - 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, marketing materials. - **Thrive Agritech – Technologies for sustainable indoor agriculture** - Image: https://cdn.sanity.io/images/fkzf7pm9/production/2a1dcc123bd2c2a223ac0f70d3c4c6393cf60b33-7672x4576.jpg - Source: https://www.thriveagritech.com/products/boost-xe - **OptiDrive™ Remote Power Systems** - Image: https://cdn.sanity.io/images/fkzf7pm9/production/f9e65c2012c03e8f33910d2798b6e2135adb1da0-3840x2592.jpg - Source: https://www.thriveagritech.com/products/optidrive - **Thrive Agritech – Technologies for sustainable indoor agriculture** - Image: https://cdn.sanity.io/images/fkzf7pm9/production/99e6dc5f533d1530cca747e9b46dab9fb0daff07-4608x3555.jpg - Source: https://www.thriveagritech.com/products/pinnacle - **Thrive Agritech – Technologies for sustainable indoor agriculture** - Image: https://cdn.sanity.io/images/fkzf7pm9/production/4a7e3cca9cc93d34006d4203100511dc918fc646-2286x1167.jpg - Source: https://www.thriveagritech.com/products/altus-1k - **Thrive Agritech – Technologies for sustainable indoor agriculture** - Image: https://www.thriveagritech.com/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Ffkzf7pm9%2Fproduction%2Fa7f1de74026d2888102d8c884f6661e401d66c68-4326x2433.jpg%3Fw%3D1920%26fm%3Dwebp%26q%3D90&w=3840&q=90 - Source: https://www.thriveagritech.com/products/strata - **Thrive Agritech – Technologies for sustainable indoor agriculture** - Image: https://cdn.sanity.io/images/fkzf7pm9/production/6fc836c8ff7a2fb8493c8798d3ff0df8adf0c2e8-1465x824.png - Source: https://www.thriveagritech.com/products/boost-xe ## Working with these fonts 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. ## Machine-Readable Profile ```json { "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 } } } ```