#A8CC0F
A medium, vivid yellow closely aligning with Yellowgreen.
About #A8CC0F
Visually, #A8CC0F is defined as a vivid yellow. Its closest recognized web color is Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 168, 204, and 15.
If you are designing for print, the four-color process is what matters most. The color uses 18% Cyan, 0% Magenta, 93% Yellow, and 20% Black. This makes it a relatively light color when applied to physical surfaces.
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#A8CC0F
RGB168, 204, 15
HSL71.4°, 86.3%, 42.9%
CMYK18%, 0%, 93%, 20%
HSV71.4°, 92.6%, 80.0%
LAB77.0, -33.1, 75.2
XYZ37.8, 51.5, 8.4
Decimal11062287
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.86:1
Text on #FFFFFF
FAIL
11.31:1
Text on #000000
AAA
1.77:1
Text on #F8FAFC
FAIL
9.61:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8CC0F;
}
.text-color {
color: #A8CC0F;
}
.border-color {
border: 2px solid #A8CC0F;
}