#16DB75
A medium, vivid green closely aligning with Mediumspringgreen.
About #16DB75
The hex code #16DB75 represents a beautifully specific shade of green. Designers often compare it to the standard color Mediumspringgreen. In the RGB color space, it consists of 22 red, 219 green, and 117 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 90% cyan, 0% magenta, 47% yellow, and 14% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#16DB75
RGB22, 219, 117
HSL148.9°, 81.7%, 47.3%
CMYK90%, 0%, 47%, 14%
HSV148.9°, 90.0%, 85.9%
LAB77.4, -66.3, 37.9
XYZ28.9, 52.1, 25.4
Decimal1497973
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.84:1
Text on #FFFFFF
FAIL
11.42:1
Text on #000000
AAA
1.76:1
Text on #F8FAFC
FAIL
9.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16DB75;
}
.text-color {
color: #16DB75;
}
.border-color {
border: 2px solid #16DB75;
}