#16F075
A medium, vivid green closely aligning with Springgreen.
About #16F075
At its core, #16F075 is a medium and vivid hue. It is closely associated with the named CSS color Springgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 22, 240, and 117.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 91% cyan, 0% magenta, 51% yellow, and 6% black. With a hue angle of 146.1 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#16F075
RGB22, 240, 117
HSL146.1°, 87.9%, 51.4%
CMYK91%, 0%, 51%, 6%
HSV146.1°, 90.8%, 94.1%
LAB83.8, -73.0, 46.0
XYZ34.7, 63.8, 27.3
Decimal1503349
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.76:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.69:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16F075;
}
.text-color {
color: #16F075;
}
.border-color {
border: 2px solid #16F075;
}