#A8B62C
A medium, moderate yellow closely aligning with Yellowgreen.
About #A8B62C
The precise color #A8B62C is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Yellowgreen. This translates to an RGB value of rgb(168, 182, 44).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 8% C, 0% M, 76% Y, and 29% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A8B62C
RGB168, 182, 44
HSL66.1°, 61.1%, 44.3%
CMYK8%, 0%, 76%, 29%
HSV66.1°, 75.8%, 71.4%
LAB70.8, -21.7, 63.5
XYZ33.3, 42.0, 8.7
Decimal11056684
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.24:1
Text on #FFFFFF
FAIL
9.39:1
Text on #000000
AAA
2.14:1
Text on #F8FAFC
FAIL
7.98:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8B62C;
}
.text-color {
color: #A8B62C;
}
.border-color {
border: 2px solid #A8B62C;
}