HSL(117, 98%, 79%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(117,98%,79%)]

Color Conversions

Format Value CSS Usage
HSL hsl(117, 98%, 79%) color: hsl(117, 98%, 79%)
HEX #9AFE95 color: #9AFE95
RGB rgb(154, 254, 149) color: rgb(154, 254, 149)
CMYK cmyk(39%, 0%, 41%, 0%)
HSV hsv(117, 41%, 100%)
HWB hwb(117 59% 0%) color: hwb(117 59% 0%)
OKLCH oklch(0.911 0.1685 143.04) color: oklch(0.911 0.1685 143.04)
Lab lab(91.65 -49.4 41.18) color: lab(91.65 -49.4 41.18)
LCH lch(91.65 64.31 140.19) color: lch(91.65 64.31 140.19)

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.24:1
vs Black 16.98: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)

#C5C6AE — rgb(197, 198, 174)

Deuteranopia (Green-blind)

#C0B8B5 — rgb(192, 184, 181)

Tritanopia (Blue-blind)

#9FC2C7 — rgb(159, 194, 199)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(117, 98%, 79%);

text

color: hsl(117, 98%, 79%);

border

border: 2px solid hsl(117, 98%, 79%);

gradient light

background: linear-gradient(to right, hsl(117, 98%, 99%), hsl(117, 98%, 79%));

gradient dark

background: linear-gradient(to right, hsl(117, 98%, 79%), hsl(117, 98%, 59%))

hex

background-color: #9AFE95;

tailwind

bg-[hsl(117,98%,79%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(117, 98%, 79%, 0.4);

css variable

--color-primary: hsl(117, 98%, 79%);

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(117, 98%, 79%)?

HEX: #9AFE95 | RGB: rgb(154, 254, 149) | CMYK: 39%, 0%, 41%, 0% | HSV: 117°, 41%, 100%. Copy any format from the conversion table above.

What colors go well with #9AFE95?

The complementary color is HSL(297, 98%, 79%). For a triadic harmony, use hues 117°, 237°, and 357°. For analogous combinations, try hues 87° and 147°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(117, 98%, 79%) in CSS?

As HSL: color: hsl(117, 98%, 79%); — As HEX: color: #9AFE95; — As RGB: color: rgb(154, 254, 149); — Tailwind CSS: bg-[hsl(117,98%,79%)] — CSS variable: --color-primary: hsl(117, 98%, 79%);