What is the HSL code for slate green?
The CSS color slate green in HSL format is hsl(132, 16.5%, 47.5%). Use this value directly in CSS, SVG, and most design tools.
How do I use slate green in CSS?
To apply slate green in CSS:
- Text color: color: hsl(132, 16.5%, 47.5%);
- Background: background-color: hsl(132, 16.5%, 47.5%);
- Border: border-color: hsl(132, 16.5%, 47.5%);
What are all the color format values for slate green?
| Format | Value |
|---|---|
| HEX | #658d6d |
| RGB | rgb(101, 141, 109) |
| HSL | hsl(132, 16.5%, 47.5%) |
| CMYK | cmyk(28.4%, 0%, 22.7%, 44.7%) |
How do I convert slate green to HSL?
Select slate green from the color name list in our color converter. The HSL value — hsl(132, 16.5%, 47.5%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does slate green belong to?
slate green belongs to the green color family. It is a medium, muted color with HSL values: hue 132°, saturation 16.5%, lightness 47.5%.
How do I create lighter and darker shades of slate green?
Lighter variant (lightness 62.5%): #90af96. Darker variant (lightness 32.5%): #45614b. 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.