What is the HEX code for aqua green?
The CSS color aqua green in HEX format is #12e193. 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: #12e193;
- Background: background-color: #12e193;
- Border: border-color: #12e193;
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 HEX?
Select aqua green from the color name list in our color converter. The HEX value — #12e193 — 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 HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.