#A8D300
A medium, vivid yellow closely aligning with Yellowgreen.
About #A8D300
Visually, #A8D300 is defined as a vivid yellow. Designers often compare it to the standard color Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 168, 211, and 0.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 20% C, 0% M, 100% Y, and 17% K. The HSL representation is 72.2° hue, 100.0% 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#A8D300
RGB168, 211, 0
HSL72.2°, 100.0%, 41.4%
CMYK20%, 0%, 100%, 17%
HSV72.2°, 100.0%, 82.7%
LAB79.0, -36.5, 78.2
XYZ39.4, 54.9, 8.5
Decimal11064064
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.75:1
Text on #FFFFFF
FAIL
11.98:1
Text on #000000
AAA
1.68:1
Text on #F8FAFC
FAIL
10.19:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8D300;
}
.text-color {
color: #A8D300;
}
.border-color {
border: 2px solid #A8D300;
}