HSL(92, 90%, 64%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(92,90%,64%)]

Color Conversions

Format Value CSS Usage
HSL hsl(92, 90%, 64%) color: hsl(92, 90%, 64%)
HEX #9EF651 color: #9EF651
RGB rgb(158, 246, 81) color: rgb(158, 246, 81)
CMYK cmyk(36%, 0%, 67%, 4%)
HSV hsv(92, 67%, 96%)
HWB hwb(92 32% 4%) color: hwb(92 32% 4%)
OKLCH oklch(0.886 0.2129 133.33) color: oklch(0.886 0.2129 133.33)
Lab lab(88.81 -52.13 68.05) color: lab(88.81 -52.13 68.05)
LCH lch(88.81 85.72 127.45) color: lch(88.81 85.72 127.45)

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.33:1
vs Black 15.75: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)

#C4C579 — rgb(196, 197, 121)

Deuteranopia (Green-blind)

#BFB883 — rgb(191, 184, 131)

Tritanopia (Blue-blind)

#A2989F — rgb(162, 152, 159)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(92, 90%, 64%);

text

color: hsl(92, 90%, 64%);

border

border: 2px solid hsl(92, 90%, 64%);

gradient light

background: linear-gradient(to right, hsl(92, 90%, 84%), hsl(92, 90%, 64%));

gradient dark

background: linear-gradient(to right, hsl(92, 90%, 64%), hsl(92, 90%, 44%))

hex

background-color: #9EF651;

tailwind

bg-[hsl(92,90%,64%)]

box shadow

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

css variable

--color-primary: hsl(92, 90%, 64%);

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(92, 90%, 64%)?

HEX: #9EF651 | RGB: rgb(158, 246, 81) | CMYK: 36%, 0%, 67%, 4% | HSV: 92°, 67%, 96%. Copy any format from the conversion table above.

What colors go well with #9EF651?

The complementary color is HSL(272, 90%, 64%). For a triadic harmony, use hues 92°, 212°, and 332°. For analogous combinations, try hues 62° and 122°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(92, 90%, 64%) in CSS?

As HSL: color: hsl(92, 90%, 64%); — As HEX: color: #9EF651; — As RGB: color: rgb(158, 246, 81); — Tailwind CSS: bg-[hsl(92,90%,64%)] — CSS variable: --color-primary: hsl(92, 90%, 64%);