#A8B60F
A dark, vivid yellow closely aligning with Yellowgreen.
About #A8B60F
At its core, #A8B60F is a dark and vivid hue. It is closely associated with the named CSS color Yellowgreen. In the RGB color space, it consists of 168 red, 182 green, and 15 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 8% cyan, 0% magenta, 92% yellow, and 29% black. With a hue angle of 65.0 degrees, it sits comfortably in the yellow spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#A8B60F
RGB168, 182, 15
HSL65.0°, 84.8%, 38.6%
CMYK8%, 0%, 92%, 29%
HSV65.0°, 91.8%, 71.4%
LAB70.7, -22.6, 70.3
XYZ33.0, 41.8, 6.8
Decimal11056655
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.24:1
Text on #FFFFFF
FAIL
9.36:1
Text on #000000
AAA
2.14:1
Text on #F8FAFC
FAIL
7.96:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8B60F;
}
.text-color {
color: #A8B60F;
}
.border-color {
border: 2px solid #A8B60F;
}