HSL(115, 60%, 75%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(115,60%,75%)]

Color Conversions

Format Value CSS Usage
HSL hsl(115, 60%, 75%) color: hsl(115, 60%, 75%)
HEX #9FE699 color: #9FE699
RGB rgb(159, 230, 153) color: rgb(159, 230, 153)
CMYK cmyk(31%, 0%, 33%, 10%)
HSV hsv(115, 33%, 90%)
HWB hwb(115 60% 10%) color: hwb(115 60% 10%)
OKLCH oklch(0.8589 0.1263 142.56) color: oklch(0.8589 0.1263 142.56)
Lab lab(85.13 -36.79 30.68) color: lab(85.13 -36.79 30.68)
LCH lch(85.13 47.9 140.17) color: lch(85.13 47.9 140.17)

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.47:1
vs Black 14.25: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)

#BEBEAC — rgb(190, 190, 172)

Deuteranopia (Green-blind)

#BAB4B0 — rgb(186, 180, 176)

Tritanopia (Blue-blind)

#A3BABE — rgb(163, 186, 190)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(115, 60%, 75%);

text

color: hsl(115, 60%, 75%);

border

border: 2px solid hsl(115, 60%, 75%);

gradient light

background: linear-gradient(to right, hsl(115, 60%, 95%), hsl(115, 60%, 75%));

gradient dark

background: linear-gradient(to right, hsl(115, 60%, 75%), hsl(115, 60%, 55%))

hex

background-color: #9FE699;

tailwind

bg-[hsl(115,60%,75%)]

box shadow

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

css variable

--color-primary: hsl(115, 60%, 75%);

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(115, 60%, 75%)?

HEX: #9FE699 | RGB: rgb(159, 230, 153) | CMYK: 31%, 0%, 33%, 10% | HSV: 115°, 33%, 90%. Copy any format from the conversion table above.

What colors go well with #9FE699?

The complementary color is HSL(295, 60%, 75%). For a triadic harmony, use hues 115°, 235°, and 355°. For analogous combinations, try hues 85° and 145°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(115, 60%, 75%) in CSS?

As HSL: color: hsl(115, 60%, 75%); — As HEX: color: #9FE699; — As RGB: color: rgb(159, 230, 153); — Tailwind CSS: bg-[hsl(115,60%,75%)] — CSS variable: --color-primary: hsl(115, 60%, 75%);