#A0DB00
A medium, vivid green closely aligning with Yellowgreen.
About #A0DB00
When working with digital screens, the color #A0DB00 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Yellowgreen. This translates to an RGB value of rgb(160, 219, 0).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 27% C, 0% M, 100% Y, and 14% K. With a hue angle of 76.2 degrees, it sits comfortably in the green spectrum.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A0DB00
RGB160, 219, 0
HSL76.2°, 100.0%, 42.9%
CMYK27%, 0%, 100%, 14%
HSV76.2°, 100.0%, 85.9%
LAB80.8, -43.1, 79.4
XYZ39.8, 58.1, 9.1
Decimal10541824
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.63:1
Text on #000000
AAA
1.59:1
Text on #F8FAFC
FAIL
10.73:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0DB00;
}
.text-color {
color: #A0DB00;
}
.border-color {
border: 2px solid #A0DB00;
}