HSL(91, 55%, 66%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(91,55%,66%)]

Color Conversions

Format Value CSS Usage
HSL hsl(91, 55%, 66%) color: hsl(91, 55%, 66%)
HEX #A7D879 color: #A7D879
RGB rgb(167, 216, 121) color: rgb(167, 216, 121)
CMYK cmyk(23%, 0%, 44%, 15%)
HSV hsv(91, 44%, 85%)
HWB hwb(91 48% 15%) color: hwb(91 48% 15%)
OKLCH oklch(0.8262 0.1343 131.12) color: oklch(0.8262 0.1343 131.12)
Lab lab(81.13 -32.04 41.66) color: lab(81.13 -32.04 41.66)
LCH lch(81.13 52.56 127.56) color: lch(81.13 52.56 127.56)

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.65:1
vs Black 12.74: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)

#BCBD90 — rgb(188, 189, 144)

Deuteranopia (Green-blind)

#B9B696 — rgb(185, 182, 150)

Tritanopia (Blue-blind)

#A9A2A6 — rgb(169, 162, 166)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(91, 55%, 66%);

text

color: hsl(91, 55%, 66%);

border

border: 2px solid hsl(91, 55%, 66%);

gradient light

background: linear-gradient(to right, hsl(91, 55%, 86%), hsl(91, 55%, 66%));

gradient dark

background: linear-gradient(to right, hsl(91, 55%, 66%), hsl(91, 55%, 46%))

hex

background-color: #A7D879;

tailwind

bg-[hsl(91,55%,66%)]

box shadow

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

css variable

--color-primary: hsl(91, 55%, 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(91, 55%, 66%)?

HEX: #A7D879 | RGB: rgb(167, 216, 121) | CMYK: 23%, 0%, 44%, 15% | HSV: 91°, 44%, 85%. Copy any format from the conversion table above.

What colors go well with #A7D879?

The complementary color is HSL(271, 55%, 66%). For a triadic harmony, use hues 91°, 211°, and 331°. For analogous combinations, try hues 61° and 121°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(91, 55%, 66%) in CSS?

As HSL: color: hsl(91, 55%, 66%); — As HEX: color: #A7D879; — As RGB: color: rgb(167, 216, 121); — Tailwind CSS: bg-[hsl(91,55%,66%)] — CSS variable: --color-primary: hsl(91, 55%, 66%);