#8AF83A
A light, vivid green closely aligning with Greenyellow.
About #8AF83A
The precise color #8AF83A is an excellent choice for modern design projects. It is closely associated with the named CSS color Greenyellow. To achieve this exact tint on a monitor, you would use an RGB mix of 138, 248, and 58.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 44% C, 0% M, 77% Y, and 3% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light 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#8AF83A
RGB138, 248, 58
HSL94.7°, 93.1%, 60.0%
CMYK44%, 0%, 77%, 3%
HSV94.7°, 76.6%, 97.3%
LAB88.4, -60.7, 75.1
XYZ44.8, 72.8, 15.7
Decimal9107514
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.57:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.24:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AF83A;
}
.text-color {
color: #8AF83A;
}
.border-color {
border: 2px solid #8AF83A;
}