#A8F800
A medium, vivid green closely aligning with Greenyellow.
About #A8F800
When working with digital screens, the color #A8F800 is rendered by mixing light. Designers often compare it to the standard color Greenyellow. This translates to an RGB value of rgb(168, 248, 0).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 32% cyan and 0% magenta inks. With a hue angle of 79.4 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A8F800
RGB168, 248, 0
HSL79.4°, 100.0%, 48.6%
CMYK32%, 0%, 100%, 3%
HSV79.4°, 100.0%, 97.3%
LAB89.6, -52.3, 86.3
XYZ49.7, 75.5, 11.9
Decimal11073536
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.31:1
Text on #FFFFFF
FAIL
16.09:1
Text on #000000
AAA
1.25:1
Text on #F8FAFC
FAIL
13.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8F800;
}
.text-color {
color: #A8F800;
}
.border-color {
border: 2px solid #A8F800;
}