What is the HSL code for grass?
The CSS color grass in HSL format is hsl(97.8, 58.5%, 42.5%). Use this value directly in CSS, SVG, and most design tools.
How do I use grass in CSS?
To apply grass in CSS:
- Text color: color: hsl(97.8, 58.5%, 42.5%);
- Background: background-color: hsl(97.8, 58.5%, 42.5%);
- Border: border-color: hsl(97.8, 58.5%, 42.5%);
What are all the color format values for grass?
| Format | Value |
|---|---|
| HEX | #5cac2d |
| RGB | rgb(92, 172, 45) |
| HSL | hsl(97.8, 58.5%, 42.5%) |
| CMYK | cmyk(46.5%, 0%, 73.8%, 32.5%) |
How do I convert grass to HSL?
Select grass from the color name list in our color converter. The HSL value — hsl(97.8, 58.5%, 42.5%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does grass belong to?
grass belongs to the green color family. It is a medium, moderately saturated color with HSL values: hue 97.8°, saturation 58.5%, lightness 42.5%.
How do I create lighter and darker shades of grass?
Lighter variant (lightness 57.5%): #82d253. Darker variant (lightness 27.5%): #3b6f1d. 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.