HSL(91, 45%, 66%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(91, 45%, 66%) color: hsl(91, 45%, 66%)
HEX #A7CF81 color: #A7CF81
RGB rgb(167, 207, 129) color: rgb(167, 207, 129)
CMYK cmyk(19%, 0%, 38%, 19%)
HSV hsv(91, 38%, 81%)
HWB hwb(91 50% 19%) color: hwb(91 50% 19%)
OKLCH oklch(0.8071 0.1124 130.65) color: oklch(0.8071 0.1124 130.65)
Lab lab(78.71 -26.75 34.54) color: lab(78.71 -26.75 34.54)
LCH lch(78.71 43.69 127.76) color: lch(78.71 43.69 127.76)

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.77:1
vs Black 11.89: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)

#B8B994 — rgb(184, 185, 148)

Deuteranopia (Green-blind)

#B6B398 — rgb(182, 179, 152)

Tritanopia (Blue-blind)

#A9A3A6 — rgb(169, 163, 166)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #A7CF81;

tailwind

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

box shadow

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

css variable

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

HEX: #A7CF81 | RGB: rgb(167, 207, 129) | CMYK: 19%, 0%, 38%, 19% | HSV: 91°, 38%, 81%. Copy any format from the conversion table above.

What colors go well with #A7CF81?

The complementary color is HSL(271, 45%, 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, 45%, 66%) in CSS?

As HSL: color: hsl(91, 45%, 66%); — As HEX: color: #A7CF81; — As RGB: color: rgb(167, 207, 129); — Tailwind CSS: bg-[hsl(91,45%,66%)] — CSS variable: --color-primary: hsl(91, 45%, 66%);