#8AF066
A light, vivid green closely aligning with Palegreen.
About #8AF066
Visually, #8AF066 is defined as a vivid green. Designers often compare it to the standard color Palegreen. In the RGB color space, it consists of 138 red, 240 green, and 102 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 43% Cyan, 0% Magenta, 57% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#8AF066
RGB138, 240, 102
HSL104.3°, 82.1%, 67.1%
CMYK43%, 0%, 57%, 6%
HSV104.3°, 57.5%, 94.1%
LAB86.3, -54.2, 56.5
XYZ44.0, 68.7, 23.5
Decimal9105510
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.74:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.53:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AF066;
}
.text-color {
color: #8AF066;
}
.border-color {
border: 2px solid #8AF066;
}