#92F875
A light, vivid green closely aligning with Palegreen.
About #92F875
When working with digital screens, the color #92F875 is rendered by mixing light. Its closest recognized web color is Palegreen. This translates to an RGB value of rgb(146, 248, 117).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 41% Cyan, 0% Magenta, 53% Yellow, and 3% Black. The HSL representation is 106.7° hue, 90.3% saturation, and 71.6% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#92F875
RGB146, 248, 117
HSL106.7°, 90.3%, 71.6%
CMYK41%, 0%, 53%, 3%
HSV106.7°, 52.8%, 97.3%
LAB89.2, -53.4, 53.2
XYZ48.6, 74.5, 28.7
Decimal9631861
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.91:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.52:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92F875;
}
.text-color {
color: #92F875;
}
.border-color {
border: 2px solid #92F875;
}