#16AF66
A dark, vivid green closely aligning with Mediumseagreen.
About #16AF66
The hex code #16AF66 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Mediumseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 22, 175, and 102.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 87% C, 0% M, 42% Y, and 31% K. The HSL representation is 151.4° hue, 77.7% saturation, and 38.6% lightness.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#16AF66
RGB22, 175, 102
HSL151.4°, 77.7%, 38.6%
CMYK87%, 0%, 42%, 31%
HSV151.4°, 87.4%, 68.6%
LAB63.2, -53.8, 27.2
XYZ18.1, 31.8, 17.8
Decimal1486694
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.85:1
Text on #FFFFFF
FAIL
7.36:1
Text on #000000
AAA
2.73:1
Text on #F8FAFC
FAIL
6.26:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #16AF66;
}
.text-color {
color: #16AF66;
}
.border-color {
border: 2px solid #16AF66;
}