#16A016
A dark, vivid green closely aligning with Green.
About #16A016
At its core, #16A016 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Green. This translates to an RGB value of rgb(22, 160, 22).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 86% cyan, 0% magenta, 86% yellow, and 37% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#16A016
RGB22, 160, 22
HSL120.0°, 75.8%, 35.7%
CMYK86%, 0%, 86%, 37%
HSV120.0°, 86.2%, 62.7%
LAB57.4, -58.6, 55.1
XYZ13.0, 25.4, 5.0
Decimal1482774
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.46:1
Text on #FFFFFF
AA Large
6.07:1
Text on #000000
AA
3.30:1
Text on #F8FAFC
AA Large
5.16:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #16A016;
}
.text-color {
color: #16A016;
}
.border-color {
border: 2px solid #16A016;
}