#16D375
A medium, vivid green closely aligning with Mediumspringgreen.
About #16D375
Visually, #16D375 is defined as a vivid green. Designers often compare it to the standard color Mediumspringgreen. In the RGB color space, it consists of 22 red, 211 green, and 117 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 90% cyan and 0% magenta inks. The HSL representation is 150.2° hue, 81.1% saturation, and 45.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#16D375
RGB22, 211, 117
HSL150.2°, 81.1%, 45.7%
CMYK90%, 0%, 45%, 17%
HSV150.2°, 89.6%, 82.7%
LAB74.9, -63.6, 34.7
XYZ26.8, 48.0, 24.7
Decimal1495925
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.98:1
Text on #FFFFFF
FAIL
10.61:1
Text on #000000
AAA
1.89:1
Text on #F8FAFC
FAIL
9.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16D375;
}
.text-color {
color: #16D375;
}
.border-color {
border: 2px solid #16D375;
}