#8AF000
A medium, vivid green closely aligning with Greenyellow.
About #8AF000
Visually, #8AF000 is defined as a vivid green. Its closest recognized web color is Greenyellow. This translates to an RGB value of rgb(138, 240, 0).
If you are designing for print, the four-color process is what matters most. The color uses 43% Cyan, 0% Magenta, 100% Yellow, and 6% Black. With a hue angle of 85.5 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#8AF000
RGB138, 240, 0
HSL85.5°, 100.0%, 47.1%
CMYK43%, 0%, 100%, 6%
HSV85.5°, 100.0%, 94.1%
LAB85.9, -59.3, 82.8
XYZ41.6, 67.7, 10.9
Decimal9105408
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.54:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.36:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AF000;
}
.text-color {
color: #8AF000;
}
.border-color {
border: 2px solid #8AF000;
}