#AFA024
A medium, moderate yellow closely aligning with Olive.
About #AFA024
The hex code #AFA024 represents a beautifully specific shade of yellow. Its closest recognized web color is Olive. This translates to an RGB value of rgb(175, 160, 36).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 9% M, 79% Y, and 31% K. The HSL representation is 53.5° hue, 65.9% saturation, and 41.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AFA024
RGB175, 160, 36
HSL53.5°, 65.9%, 41.4%
CMYK0%, 9%, 79%, 31%
HSV53.5°, 79.4%, 68.6%
LAB65.3, -7.7, 61.2
XYZ30.6, 34.4, 6.7
Decimal11509796
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.67:1
Text on #FFFFFF
FAIL
7.88:1
Text on #000000
AAA
2.55:1
Text on #F8FAFC
FAIL
6.70:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AFA024;
}
.text-color {
color: #AFA024;
}
.border-color {
border: 2px solid #AFA024;
}