#A8BD00
A dark, vivid yellow closely aligning with Yellowgreen.
About #A8BD00
Visually, #A8BD00 is defined as a vivid yellow. If you're using CSS, you might find it aligns closely with Yellowgreen. This translates to an RGB value of rgb(168, 189, 0).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 11% cyan and 0% magenta inks. The HSL representation is 66.7° hue, 100.0% saturation, and 37.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A8BD00
RGB168, 189, 0
HSL66.7°, 100.0%, 37.1%
CMYK11%, 0%, 100%, 26%
HSV66.7°, 100.0%, 74.1%
LAB72.7, -26.2, 73.5
XYZ34.3, 44.7, 6.8
Decimal11058432
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.11:1
Text on #FFFFFF
FAIL
9.94:1
Text on #000000
AAA
2.02:1
Text on #F8FAFC
FAIL
8.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8BD00;
}
.text-color {
color: #A8BD00;
}
.border-color {
border: 2px solid #A8BD00;
}