What is the HEX code for flat green?
The CSS color flat green in HEX format is #699d4c. Use this value directly in CSS, SVG, and most design tools.
How do I use flat green in CSS?
To apply flat green in CSS:
- Text color: color: #699d4c;
- Background: background-color: #699d4c;
- Border: border-color: #699d4c;
What are all the color format values for flat green?
| Format | Value |
|---|---|
| HEX | #699d4c |
| RGB | rgb(105, 157, 76) |
| HSL | hsl(98.5, 34.8%, 45.7%) |
| CMYK | cmyk(33.1%, 0%, 51.6%, 38.4%) |
How do I convert flat green to HEX?
Select flat green from the color name list in our color converter. The HEX value — #699d4c — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does flat green belong to?
flat green belongs to the green color family. It is a medium, moderately saturated color with HSL values: hue 98.5°, saturation 34.8%, lightness 45.7%.
How do I create lighter and darker shades of flat green?
Lighter variant (lightness 60.7%): #91be78. Darker variant (lightness 30.700000000000003%): #476a33. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.