#AFBD0F
A medium, vivid yellow closely aligning with Yellowgreen.
About #AFBD0F
The precise color #AFBD0F is an excellent choice for modern design projects. Designers often compare it to the standard color Yellowgreen. In the RGB color space, it consists of 175 red, 189 green, and 15 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 7% Cyan, 0% Magenta, 92% Yellow, and 26% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AFBD0F
RGB175, 189, 15
HSL64.8°, 85.3%, 40.0%
CMYK7%, 0%, 92%, 26%
HSV64.8°, 92.1%, 74.1%
LAB73.2, -23.1, 72.5
XYZ36.0, 45.5, 7.3
Decimal11517199
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.08:1
Text on #FFFFFF
FAIL
10.11:1
Text on #000000
AAA
1.99:1
Text on #F8FAFC
FAIL
8.59:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFBD0F;
}
.text-color {
color: #AFBD0F;
}
.border-color {
border: 2px solid #AFBD0F;
}