#A8FF0F
A medium, vivid green closely aligning with Greenyellow.
About #A8FF0F
Visually, #A8FF0F is defined as a vivid green. It is closely associated with the named CSS color Greenyellow. In the RGB color space, it consists of 168 red, 255 green, and 15 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 34% cyan, 0% magenta, 94% yellow, and 0% black. With a hue angle of 81.8 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A8FF0F
RGB168, 255, 15
HSL81.8°, 100.0%, 52.9%
CMYK34%, 0%, 94%, 0%
HSV81.8°, 94.1%, 100.0%
LAB91.6, -55.0, 86.8
XYZ52.0, 79.9, 13.1
Decimal11075343
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.24:1
Text on #FFFFFF
FAIL
16.98:1
Text on #000000
AAA
1.18:1
Text on #F8FAFC
FAIL
14.43:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8FF0F;
}
.text-color {
color: #A8FF0F;
}
.border-color {
border: 2px solid #A8FF0F;
}