What is the HEX code for soft green?
The CSS color soft green in HEX format is #6fc276. Use this value directly in CSS, SVG, and most design tools.
How do I use soft green in CSS?
To apply soft green in CSS:
- Text color: color: #6fc276;
- Background: background-color: #6fc276;
- Border: border-color: #6fc276;
What are all the color format values for soft green?
| Format | Value |
|---|---|
| HEX | #6fc276 |
| RGB | rgb(111, 194, 118) |
| HSL | hsl(125.1, 40.5%, 59.8%) |
| CMYK | cmyk(42.8%, 0%, 39.2%, 23.9%) |
How do I convert soft green to HEX?
Select soft green from the color name list in our color converter. The HEX value — #6fc276 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does soft green belong to?
soft green belongs to the green color family. It is a medium, moderately saturated color with HSL values: hue 125.1°, saturation 40.5%, lightness 59.8%.
How do I create lighter and darker shades of soft green?
Lighter variant (lightness 74.8%): #a5d9a9. Darker variant (lightness 44.8%): #44a14c. 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.