#A8DB50
A medium, moderate green closely aligning with Yellowgreen.
About #A8DB50
At its core, #A8DB50 is a medium and moderate hue. It is closely associated with the named CSS color Yellowgreen. Its digital footprint relies on 168 parts red, 219 parts green, and 80 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 23% Cyan, 0% Magenta, 63% Yellow, and 14% Black. The HSL representation is 82.0° hue, 65.9% saturation, and 58.6% lightness.
Contrast ratios determine whether this color is safe for typography. 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#A8DB50
RGB168, 219, 80
HSL82.0°, 65.9%, 58.6%
CMYK23%, 0%, 63%, 14%
HSV82.0°, 63.5%, 85.9%
LAB81.6, -37.1, 61.0
XYZ42.9, 59.6, 16.8
Decimal11066192
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.63:1
Text on #FFFFFF
FAIL
12.91:1
Text on #000000
AAA
1.55:1
Text on #F8FAFC
FAIL
10.98:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8DB50;
}
.text-color {
color: #A8DB50;
}
.border-color {
border: 2px solid #A8DB50;
}