HSL(102, 27%, 63%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(102,27%,63%)]

Color Conversions

Format Value CSS Usage
HSL hsl(102, 27%, 63%) color: hsl(102, 27%, 63%)
HEX #96BA87 color: #96BA87
RGB rgb(150, 186, 135) color: rgb(150, 186, 135)
CMYK cmyk(19%, 0%, 27%, 27%)
HSV hsv(102, 27%, 73%)
HWB hwb(102 53% 27%) color: hwb(102 53% 27%)
OKLCH oklch(0.7491 0.0811 136.65) color: oklch(0.7491 0.0811 136.65)
Lab lab(71.79 -21.72 22) color: lab(71.79 -21.72 22)
LCH lch(71.79 30.92 134.63) color: lch(71.79 30.92 134.63)

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 2.17:1
vs Black 9.67: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)

#A6A693 — rgb(166, 166, 147)

Deuteranopia (Green-blind)

#A4A196 — rgb(164, 161, 150)

Tritanopia (Blue-blind)

#989D9F — rgb(152, 157, 159)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(102, 27%, 63%);

text

color: hsl(102, 27%, 63%);

border

border: 2px solid hsl(102, 27%, 63%);

gradient light

background: linear-gradient(to right, hsl(102, 27%, 83%), hsl(102, 27%, 63%));

gradient dark

background: linear-gradient(to right, hsl(102, 27%, 63%), hsl(102, 27%, 43%))

hex

background-color: #96BA87;

tailwind

bg-[hsl(102,27%,63%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(102, 27%, 63%, 0.4);

css variable

--color-primary: hsl(102, 27%, 63%);

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(102, 27%, 63%)?

HEX: #96BA87 | RGB: rgb(150, 186, 135) | CMYK: 19%, 0%, 27%, 27% | HSV: 102°, 27%, 73%. Copy any format from the conversion table above.

What colors go well with #96BA87?

The complementary color is HSL(282, 27%, 63%). For a triadic harmony, use hues 102°, 222°, and 342°. For analogous combinations, try hues 72° and 132°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(102, 27%, 63%) in CSS?

As HSL: color: hsl(102, 27%, 63%); — As HEX: color: #96BA87; — As RGB: color: rgb(150, 186, 135); — Tailwind CSS: bg-[hsl(102,27%,63%)] — CSS variable: --color-primary: hsl(102, 27%, 63%);