#A0D316
A medium, vivid green closely aligning with Yellowgreen.
About #A0D316
At its core, #A0D316 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Yellowgreen. In the RGB color space, it consists of 160 red, 211 green, and 22 blue.
Translating this color to physical media requires the CMYK color model. The color uses 24% Cyan, 0% Magenta, 90% Yellow, and 17% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0D316
RGB160, 211, 22
HSL76.2°, 81.1%, 45.7%
CMYK24%, 0%, 90%, 17%
HSV76.2°, 89.6%, 82.7%
LAB78.5, -39.3, 75.2
XYZ37.9, 54.1, 9.2
Decimal10539798
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.78:1
Text on #FFFFFF
FAIL
11.82:1
Text on #000000
AAA
1.70:1
Text on #F8FAFC
FAIL
10.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0D316;
}
.text-color {
color: #A0D316;
}
.border-color {
border: 2px solid #A0D316;
}