#A8BD16
A medium, vivid yellow closely aligning with Yellowgreen.
About #A8BD16
When working with digital screens, the color #A8BD16 is rendered by mixing light. It is closely associated with the named CSS color Yellowgreen. Its digital footprint relies on 168 parts red, 189 parts green, and 22 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 11% Cyan, 0% Magenta, 88% Yellow, and 26% Black. With a hue angle of 67.5 degrees, it sits comfortably in the yellow spectrum.
Contrast ratios determine whether this color is safe for typography. 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#A8BD16
RGB168, 189, 22
HSL67.5°, 79.1%, 41.4%
CMYK11%, 0%, 88%, 26%
HSV67.5°, 88.4%, 74.1%
LAB72.7, -25.9, 70.7
XYZ34.5, 44.8, 7.6
Decimal11058454
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.11:1
Text on #FFFFFF
FAIL
9.96:1
Text on #000000
AAA
2.02:1
Text on #F8FAFC
FAIL
8.46:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8BD16;
}
.text-color {
color: #A8BD16;
}
.border-color {
border: 2px solid #A8BD16;
}