HSL(112, 87%, 76%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(112,87%,76%)]

Color Conversions

Format Value CSS Usage
HSL hsl(112, 87%, 76%) color: hsl(112, 87%, 76%)
HEX #9BF78D color: #9BF78D
RGB rgb(155, 247, 141) color: rgb(155, 247, 141)
CMYK cmyk(37%, 0%, 43%, 3%)
HSV hsv(112, 43%, 97%)
HWB hwb(112 55% 3%) color: hwb(112 55% 3%)
OKLCH oklch(0.8939 0.1657 141.15) color: oklch(0.8939 0.1657 141.15)
Lab lab(89.58 -47.26 42.44) color: lab(89.58 -47.26 42.44)
LCH lch(89.58 63.52 138.08) color: lch(89.58 63.52 138.08)

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.31:1
vs Black 16.08: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)

#C3C4A7 — rgb(195, 196, 167)

Deuteranopia (Green-blind)

#BEB7AD — rgb(190, 183, 173)

Tritanopia (Blue-blind)

#A0BBBF — rgb(160, 187, 191)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(112, 87%, 76%);

text

color: hsl(112, 87%, 76%);

border

border: 2px solid hsl(112, 87%, 76%);

gradient light

background: linear-gradient(to right, hsl(112, 87%, 96%), hsl(112, 87%, 76%));

gradient dark

background: linear-gradient(to right, hsl(112, 87%, 76%), hsl(112, 87%, 56%))

hex

background-color: #9BF78D;

tailwind

bg-[hsl(112,87%,76%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(112, 87%, 76%, 0.4);

css variable

--color-primary: hsl(112, 87%, 76%);

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(112, 87%, 76%)?

HEX: #9BF78D | RGB: rgb(155, 247, 141) | CMYK: 37%, 0%, 43%, 3% | HSV: 112°, 43%, 97%. Copy any format from the conversion table above.

What colors go well with #9BF78D?

The complementary color is HSL(292, 87%, 76%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(112, 87%, 76%) in CSS?

As HSL: color: hsl(112, 87%, 76%); — As HEX: color: #9BF78D; — As RGB: color: rgb(155, 247, 141); — Tailwind CSS: bg-[hsl(112,87%,76%)] — CSS variable: --color-primary: hsl(112, 87%, 76%);