HSL(117, 60%, 72%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(117,60%,72%)]

Color Conversions

Format Value CSS Usage
HSL hsl(117, 60%, 72%) color: hsl(117, 60%, 72%)
HEX #91E28D color: #91E28D
RGB rgb(145, 226, 141) color: rgb(145, 226, 141)
CMYK cmyk(36%, 0%, 38%, 11%)
HSV hsv(117, 38%, 89%)
HWB hwb(117 55% 11%) color: hwb(117 55% 11%)
OKLCH oklch(0.8399 0.1406 143.16) color: oklch(0.8399 0.1406 143.16)
Lab lab(83.09 -41.27 33.94) color: lab(83.09 -41.27 33.94)
LCH lch(83.09 53.43 140.57) color: lch(83.09 53.43 140.57)

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.56:1
vs Black 13.47: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)

#B4B5A2 — rgb(180, 181, 162)

Deuteranopia (Green-blind)

#AFA9A7 — rgb(175, 169, 167)

Tritanopia (Blue-blind)

#95B2B5 — rgb(149, 178, 181)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(117, 60%, 72%);

text

color: hsl(117, 60%, 72%);

border

border: 2px solid hsl(117, 60%, 72%);

gradient light

background: linear-gradient(to right, hsl(117, 60%, 92%), hsl(117, 60%, 72%));

gradient dark

background: linear-gradient(to right, hsl(117, 60%, 72%), hsl(117, 60%, 52%))

hex

background-color: #91E28D;

tailwind

bg-[hsl(117,60%,72%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(117, 60%, 72%, 0.4);

css variable

--color-primary: hsl(117, 60%, 72%);

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(117, 60%, 72%)?

HEX: #91E28D | RGB: rgb(145, 226, 141) | CMYK: 36%, 0%, 38%, 11% | HSV: 117°, 38%, 89%. Copy any format from the conversion table above.

What colors go well with #91E28D?

The complementary color is HSL(297, 60%, 72%). For a triadic harmony, use hues 117°, 237°, and 357°. For analogous combinations, try hues 87° and 147°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(117, 60%, 72%) in CSS?

As HSL: color: hsl(117, 60%, 72%); — As HEX: color: #91E28D; — As RGB: color: rgb(145, 226, 141); — Tailwind CSS: bg-[hsl(117,60%,72%)] — CSS variable: --color-primary: hsl(117, 60%, 72%);