#A0B624
A medium, moderate yellow closely aligning with Yellowgreen.
About #A0B624
When working with digital screens, the color #A0B624 is rendered by mixing light. Its closest recognized web color is Yellowgreen. In the RGB color space, it consists of 160 red, 182 green, and 36 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 12% C, 0% M, 80% Y, and 29% K. The HSL representation is 69.0° hue, 67.0% saturation, and 42.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#A0B624
RGB160, 182, 36
HSL69.0°, 67.0%, 42.7%
CMYK12%, 0%, 80%, 29%
HSV69.0°, 80.2%, 71.4%
LAB70.2, -25.4, 65.1
XYZ31.5, 41.1, 7.9
Decimal10532388
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.28:1
Text on #FFFFFF
FAIL
9.21:1
Text on #000000
AAA
2.18:1
Text on #F8FAFC
FAIL
7.83:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0B624;
}
.text-color {
color: #A0B624;
}
.border-color {
border: 2px solid #A0B624;
}