#AFB600
A dark, vivid yellow closely aligning with Yellowgreen.
About #AFB600
Visually, #AFB600 is defined as a vivid yellow. Its closest recognized web color is Yellowgreen. In the RGB color space, it consists of 175 red, 182 green, and 0 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 4% Cyan, 0% Magenta, 100% Yellow, and 29% Black. The HSL representation is 62.3° hue, 100.0% saturation, and 35.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AFB600
RGB175, 182, 0
HSL62.3°, 100.0%, 35.7%
CMYK4%, 0%, 100%, 29%
HSV62.3°, 100.0%, 71.4%
LAB71.3, -19.8, 72.7
XYZ34.4, 42.6, 6.4
Decimal11515392
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.21:1
Text on #FFFFFF
FAIL
9.51:1
Text on #000000
AAA
2.11:1
Text on #F8FAFC
FAIL
8.09:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFB600;
}
.text-color {
color: #AFB600;
}
.border-color {
border: 2px solid #AFB600;
}