#16F066
A medium, vivid green closely aligning with Springgreen.
About #16F066
At its core, #16F066 is a medium and vivid hue. Its closest recognized web color is Springgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 22, 240, and 102.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 91% cyan, 0% magenta, 57% yellow, and 6% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#16F066
RGB22, 240, 102
HSL142.0°, 87.9%, 51.4%
CMYK91%, 0%, 57%, 6%
HSV142.0°, 90.8%, 94.1%
LAB83.7, -75.1, 52.7
XYZ33.9, 63.5, 23.0
Decimal1503334
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.69:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.64:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16F066;
}
.text-color {
color: #16F066;
}
.border-color {
border: 2px solid #16F066;
}