What is the HSL code for dark mint green?
The CSS color dark mint green in HSL format is hsl(151.1, 71.4%, 43.9%). Use this value directly in CSS, SVG, and most design tools.
How do I use dark mint green in CSS?
To apply dark mint green in CSS:
- Text color: color: hsl(151.1, 71.4%, 43.9%);
- Background: background-color: hsl(151.1, 71.4%, 43.9%);
- Border: border-color: hsl(151.1, 71.4%, 43.9%);
What are all the color format values for dark mint green?
| Format | Value |
|---|---|
| HEX | #20c073 |
| RGB | rgb(32, 192, 115) |
| HSL | hsl(151.1, 71.4%, 43.9%) |
| CMYK | cmyk(83.3%, 0%, 40.1%, 24.7%) |
How do I convert dark mint green to HSL?
Select dark mint green from the color name list in our color converter. The HSL value — hsl(151.1, 71.4%, 43.9%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dark mint green belong to?
dark mint green belongs to the green color family. It is a medium, vivid color with HSL values: hue 151.1°, saturation 71.4%, lightness 43.9%.
How do I create lighter and darker shades of dark mint green?
Lighter variant (lightness 58.9%): #4be199. Darker variant (lightness 28.9%): #157e4c. 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.