#8AF00F
A medium, vivid green closely aligning with Greenyellow.
About #8AF00F
The precise color #8AF00F is an excellent choice for modern design projects. It is closely associated with the named CSS color Greenyellow. In the RGB color space, it consists of 138 red, 240 green, and 15 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 43% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8AF00F
RGB138, 240, 15
HSL87.2°, 88.2%, 50.0%
CMYK43%, 0%, 94%, 6%
HSV87.2°, 93.8%, 94.1%
LAB85.9, -59.1, 81.6
XYZ41.7, 67.8, 11.3
Decimal9105423
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.55:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.37:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AF00F;
}
.text-color {
color: #8AF00F;
}
.border-color {
border: 2px solid #8AF00F;
}