#AFB63A
A medium, moderate yellow closely aligning with Olive.
About #AFB63A
The precise color #AFB63A is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Olive. In the RGB color space, it consists of 175 red, 182 green, and 58 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 4% C, 0% M, 68% Y, and 29% K. The HSL representation is 63.4° hue, 51.7% saturation, and 47.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AFB63A
RGB175, 182, 58
HSL63.4°, 51.7%, 47.1%
CMYK4%, 0%, 68%, 29%
HSV63.4°, 68.1%, 71.4%
LAB71.5, -18.1, 59.3
XYZ35.2, 42.9, 10.4
Decimal11515450
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.19:1
Text on #FFFFFF
FAIL
9.58:1
Text on #000000
AAA
2.10:1
Text on #F8FAFC
FAIL
8.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFB63A;
}
.text-color {
color: #AFB63A;
}
.border-color {
border: 2px solid #AFB63A;
}