#16B65F
A medium, vivid green closely aligning with Mediumseagreen.
About #16B65F
The hex code #16B65F represents a beautifully specific shade of green. Designers often compare it to the standard color Mediumseagreen. This translates to an RGB value of rgb(22, 182, 95).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 88% C, 0% M, 48% Y, and 29% K. The HSL representation is 147.4° hue, 78.4% saturation, and 40.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#16B65F
RGB22, 182, 95
HSL147.4°, 78.4%, 40.0%
CMYK88%, 0%, 48%, 29%
HSV147.4°, 87.9%, 71.4%
LAB65.3, -57.5, 33.6
XYZ19.1, 34.5, 16.5
Decimal1488479
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.66:1
Text on #FFFFFF
FAIL
7.89:1
Text on #000000
AAA
2.54:1
Text on #F8FAFC
FAIL
6.71:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #16B65F;
}
.text-color {
color: #16B65F;
}
.border-color {
border: 2px solid #16B65F;
}