#16A024
A dark, vivid green closely aligning with Forestgreen.
About #16A024
Visually, #16A024 is defined as a vivid green. Designers often compare it to the standard color Forestgreen. Its digital footprint relies on 22 parts red, 160 parts green, and 36 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 86% cyan, 0% magenta, 78% yellow, and 37% 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 dark color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#16A024
RGB22, 160, 36
HSL126.1°, 75.8%, 35.7%
CMYK86%, 0%, 78%, 37%
HSV126.1°, 86.2%, 62.7%
LAB57.5, -57.8, 51.1
XYZ13.2, 25.4, 5.9
Decimal1482788
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.45:1
Text on #FFFFFF
AA Large
6.09:1
Text on #000000
AA
3.30:1
Text on #F8FAFC
AA Large
5.18:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #16A024;
}
.text-color {
color: #16A024;
}
.border-color {
border: 2px solid #16A024;
}