What is the HEX code for ugly green?
The CSS color ugly green in HEX format is #7a9703. Use this value directly in CSS, SVG, and most design tools.
How do I use ugly green in CSS?
To apply ugly green in CSS:
- Text color: color: #7a9703;
- Background: background-color: #7a9703;
- Border: border-color: #7a9703;
What are all the color format values for ugly green?
| Format | Value |
|---|---|
| HEX | #7a9703 |
| RGB | rgb(122, 151, 3) |
| HSL | hsl(71.8, 96.1%, 30.2%) |
| CMYK | cmyk(19.2%, 0%, 98%, 40.8%) |
How do I convert ugly green to HEX?
Select ugly green from the color name list in our color converter. The HEX value — #7a9703 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does ugly green belong to?
ugly green belongs to the green color family. It is a medium, vivid color with HSL values: hue 71.8°, saturation 96.1%, lightness 30.2%.
How do I create lighter and darker shades of ugly green?
Lighter variant (lightness 45.2%): #b6e204. Darker variant (lightness 15.2%): #3d4c02. 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.