#A8F000
A medium, vivid green closely aligning with Greenyellow.
About #A8F000
The hex code #A8F000 represents a beautifully specific shade of green. Its closest recognized web color is Greenyellow. To achieve this exact tint on a monitor, you would use an RGB mix of 168, 240, and 0.
Translating this color to physical media requires the CMYK color model. The color uses 30% Cyan, 0% Magenta, 100% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A8F000
RGB168, 240, 0
HSL78.0°, 100.0%, 47.1%
CMYK30%, 0%, 100%, 6%
HSV78.0°, 100.0%, 94.1%
LAB87.3, -49.1, 84.6
XYZ47.3, 70.6, 11.1
Decimal11071488
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.39:1
Text on #FFFFFF
FAIL
15.13:1
Text on #000000
AAA
1.33:1
Text on #F8FAFC
FAIL
12.86:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8F000;
}
.text-color {
color: #A8F000;
}
.border-color {
border: 2px solid #A8F000;
}