#A8DB0F
A medium, vivid green closely aligning with Yellowgreen.
About #A8DB0F
Visually, #A8DB0F is defined as a vivid green. Designers often compare it to the standard color Yellowgreen. In the RGB color space, it consists of 168 red, 219 green, and 15 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 23% C, 0% M, 93% Y, and 14% K. The HSL representation is 75.0° hue, 87.2% saturation, and 45.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A8DB0F
RGB168, 219, 15
HSL75.0°, 87.2%, 45.9%
CMYK23%, 0%, 93%, 14%
HSV75.0°, 93.2%, 85.9%
LAB81.3, -39.9, 78.6
XYZ41.6, 59.0, 9.7
Decimal11066127
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.64:1
Text on #FFFFFF
FAIL
12.80:1
Text on #000000
AAA
1.57:1
Text on #F8FAFC
FAIL
10.89:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8DB0F;
}
.text-color {
color: #A8DB0F;
}
.border-color {
border: 2px solid #A8DB0F;
}