HSL(143, 90%, 66%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(143,90%,66%)]

Color Conversions

Format Value CSS Usage
HSL hsl(143, 90%, 66%) color: hsl(143, 90%, 66%)
HEX #5AF696 color: #5AF696
RGB rgb(90, 246, 150) color: rgb(90, 246, 150)
CMYK cmyk(63%, 0%, 39%, 4%)
HSV hsv(143, 63%, 96%)
HWB hwb(143 36% 4%) color: hwb(143 36% 4%)
OKLCH oklch(0.868 0.1874 152.83) color: oklch(0.868 0.1874 152.83)
Lab lab(87.14 -61.69 34.38) color: lab(87.14 -61.69 34.38)
LCH lch(87.14 70.62 150.87) color: lch(87.14 70.62 150.87)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 1.39:1
vs Black 15.06:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#9E9FAD — rgb(158, 159, 173)

Deuteranopia (Green-blind)

#9589B3 — rgb(149, 137, 179)

Tritanopia (Blue-blind)

#62C0C4 — rgb(98, 192, 196)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(143, 90%, 66%);

text

color: hsl(143, 90%, 66%);

border

border: 2px solid hsl(143, 90%, 66%);

gradient light

background: linear-gradient(to right, hsl(143, 90%, 86%), hsl(143, 90%, 66%));

gradient dark

background: linear-gradient(to right, hsl(143, 90%, 66%), hsl(143, 90%, 46%))

hex

background-color: #5AF696;

tailwind

bg-[hsl(143,90%,66%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(143, 90%, 66%, 0.4);

css variable

--color-primary: hsl(143, 90%, 66%);

Related Colors

Use Cases for Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(143, 90%, 66%)?

HEX: #5AF696 | RGB: rgb(90, 246, 150) | CMYK: 63%, 0%, 39%, 4% | HSV: 143°, 63%, 96%. Copy any format from the conversion table above.

What colors go well with #5AF696?

The complementary color is HSL(323, 90%, 66%). For a triadic harmony, use hues 143°, 263°, and 23°. For analogous combinations, try hues 113° and 173°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(143, 90%, 66%) in CSS?

As HSL: color: hsl(143, 90%, 66%); — As HEX: color: #5AF696; — As RGB: color: rgb(90, 246, 150); — Tailwind CSS: bg-[hsl(143,90%,66%)] — CSS variable: --color-primary: hsl(143, 90%, 66%);