#A8DB2C
A medium, vivid green closely aligning with Yellowgreen.
About #A8DB2C
Visually, #A8DB2C is defined as a vivid green. Its closest recognized web color is Yellowgreen. Its digital footprint relies on 168 parts red, 219 parts green, and 44 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 23% Cyan, 0% Magenta, 80% Yellow, and 14% Black. With a hue angle of 77.5 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A8DB2C
RGB168, 219, 44
HSL77.5°, 70.9%, 51.6%
CMYK23%, 0%, 80%, 14%
HSV77.5°, 79.9%, 85.9%
LAB81.4, -39.1, 73.1
XYZ41.9, 59.2, 11.6
Decimal11066156
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.64:1
Text on #FFFFFF
FAIL
12.83:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8DB2C;
}
.text-color {
color: #A8DB2C;
}
.border-color {
border: 2px solid #A8DB2C;
}