HSL(117, 40%, 70%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(117,40%,70%)]

Color Conversions

Format Value CSS Usage
HSL hsl(117, 40%, 70%) color: hsl(117, 40%, 70%)
HEX #97D194 color: #97D194
RGB rgb(151, 209, 148) color: rgb(151, 209, 148)
CMYK cmyk(28%, 0%, 29%, 18%)
HSV hsv(117, 29%, 82%)
HWB hwb(117 58% 18%) color: hwb(117 58% 18%)
OKLCH oklch(0.8052 0.1035 143.36) color: oklch(0.8052 0.1035 143.36)
Lab lab(78.65 -30.45 24.45) color: lab(78.65 -30.45 24.45)
LCH lch(78.65 39.05 141.24) color: lch(78.65 39.05 141.24)

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.86: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)

#B0B1A3 — rgb(176, 177, 163)

Deuteranopia (Green-blind)

#ADA8A6 — rgb(173, 168, 166)

Tritanopia (Blue-blind)

#9AAEB1 — rgb(154, 174, 177)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(117, 40%, 70%);

text

color: hsl(117, 40%, 70%);

border

border: 2px solid hsl(117, 40%, 70%);

gradient light

background: linear-gradient(to right, hsl(117, 40%, 90%), hsl(117, 40%, 70%));

gradient dark

background: linear-gradient(to right, hsl(117, 40%, 70%), hsl(117, 40%, 50%))

hex

background-color: #97D194;

tailwind

bg-[hsl(117,40%,70%)]

box shadow

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

css variable

--color-primary: hsl(117, 40%, 70%);

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, 40%, 70%)?

HEX: #97D194 | RGB: rgb(151, 209, 148) | CMYK: 28%, 0%, 29%, 18% | HSV: 117°, 29%, 82%. Copy any format from the conversion table above.

What colors go well with #97D194?

The complementary color is HSL(297, 40%, 70%). 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, 40%, 70%) in CSS?

As HSL: color: hsl(117, 40%, 70%); — As HEX: color: #97D194; — As RGB: color: rgb(151, 209, 148); — Tailwind CSS: bg-[hsl(117,40%,70%)] — CSS variable: --color-primary: hsl(117, 40%, 70%);