CSS named color

PaleGreen

#98FB98
HEX#98fb98
RGBrgb(152, 251, 152)
HSLhsl(120, 93%, 79%)
OKLCHoklch(90.35% 0.1624 144.09)
NAMEpalegreen

Palette

Complementary

180° on the color wheel
Complement
#FB98FB

Analogous

±30° around the base hue
Left
#C9FB98
Right
#98FBC9

Triadic

±120° for harmonic contrast
Triad 1
#9898FB
Triad 2
#FB9898

Shades

Lighter and darker variants
Lightest
#F5FFF5
Lighter
#E6FEE6
Base
#98FB98
PaleGreen
Darker
#35F835
Darkest
#08D908

CSS usage

By name
color: palegreen;
background-color: palegreen;
By HEX
color: #98fb98;
background-color: #98fb98;
By RGB
color: rgb(152, 251, 152);
background-color: rgb(152, 251, 152);
By HSL
color: hsl(120, 93%, 79%);
background-color: hsl(120, 93%, 79%);

WCAG contrast vs white

Aa
1.27:1
Below minimum

WCAG contrast vs black

Aa
16.59:1
AAA

Related colors

FAQ — PaleGreen

What is the HEX code for PaleGreen?

The HEX code for PaleGreen is #98FB98. It's one of the 148 named CSS colors and can be used directly in CSS as color: palegreen; or color: #98fb98;

What is PaleGreen in RGB?

PaleGreen in RGB is rgb(152, 251, 152) — red 152, green 251, blue 152.

What is PaleGreen in HSL?

PaleGreen in HSL is hsl(120, 93%, 79%) — hue 120°, saturation 93%, lightness 79%.

What is the complementary color of PaleGreen?

The complementary color (directly opposite PaleGreen on the color wheel) is #FB98FB. The two together produce maximum contrast.

Is white text readable on PaleGreen?

The WCAG contrast ratio against white (#FFFFFF) is 1.27:1, and against black (#000000) it's 16.59:1. Black text is more readable. WCAG recommends at least 4.5:1 for body text.

← All colors & converter