#16F866
A medium, vivid green closely aligning with Springgreen.
About #16F866
When working with digital screens, the color #16F866 is rendered by mixing light. Designers often compare it to the standard color Springgreen. This translates to an RGB value of rgb(22, 248, 102).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 91% C, 0% M, 59% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#16F866
RGB22, 248, 102
HSL141.2°, 94.2%, 52.9%
CMYK91%, 0%, 59%, 3%
HSV141.2°, 91.1%, 97.3%
LAB86.1, -77.5, 55.6
XYZ36.3, 68.3, 23.8
Decimal1505382
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.65:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.46:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16F866;
}
.text-color {
color: #16F866;
}
.border-color {
border: 2px solid #16F866;
}