What is the HSL code for ugly green?
The CSS color ugly green in HSL format is hsl(71.8, 96.1%, 30.2%). 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: hsl(71.8, 96.1%, 30.2%);
- Background: background-color: hsl(71.8, 96.1%, 30.2%);
- Border: border-color: hsl(71.8, 96.1%, 30.2%);
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 HSL?
Select ugly green from the color name list in our color converter. The HSL value — hsl(71.8, 96.1%, 30.2%) — 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 HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.