#8AFF07
A medium, vivid green closely aligning with Chartreuse.
About #8AFF07
When working with digital screens, the color #8AFF07 is rendered by mixing light. Designers often compare it to the standard color Chartreuse. In the RGB color space, it consists of 138 red, 255 green, and 7 blue.
If you are designing for print, the four-color process is what matters most. The color uses 46% Cyan, 0% Magenta, 97% Yellow, and 0% Black. With a hue angle of 88.3 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8AFF07
RGB138, 255, 7
HSL88.3°, 100.0%, 51.4%
CMYK46%, 0%, 97%, 0%
HSV88.3°, 97.3%, 100.0%
LAB90.3, -64.8, 85.8
XYZ46.3, 76.9, 12.6
Decimal9109255
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.39:1
Text on #000000
AAA
1.22:1
Text on #F8FAFC
FAIL
13.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AFF07;
}
.text-color {
color: #8AFF07;
}
.border-color {
border: 2px solid #8AFF07;
}