What is the HSL code for aqua green?
The CSS color aqua green in HSL format is hsl(157.4, 85.2%, 47.6%). Use this value directly in CSS, SVG, and most design tools.
How do I use aqua green in CSS?
To apply aqua green in CSS:
- Text color: color: hsl(157.4, 85.2%, 47.6%);
- Background: background-color: hsl(157.4, 85.2%, 47.6%);
- Border: border-color: hsl(157.4, 85.2%, 47.6%);
What are all the color format values for aqua green?
| Format | Value |
|---|---|
| HEX | #12e193 |
| RGB | rgb(18, 225, 147) |
| HSL | hsl(157.4, 85.2%, 47.6%) |
| CMYK | cmyk(92%, 0%, 34.7%, 11.8%) |
How do I convert aqua green to HSL?
Select aqua green from the color name list in our color converter. The HSL value — hsl(157.4, 85.2%, 47.6%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does aqua green belong to?
aqua green belongs to the green color family. It is a medium, vivid color with HSL values: hue 157.4°, saturation 85.2%, lightness 47.6%.
How do I create lighter and darker shades of aqua green?
Lighter variant (lightness 62.6%): #4ef1b4. Darker variant (lightness 32.6%): #0c9a65. 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.