HSL(122, 85%, 71%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(122,85%,71%)]

Color Conversions

Format Value CSS Usage
HSL hsl(122, 85%, 71%) color: hsl(122, 85%, 71%)
HEX #76F47A color: #76F47A
RGB rgb(118, 244, 122) color: rgb(118, 244, 122)
CMYK cmyk(52%, 0%, 50%, 4%)
HSV hsv(122, 52%, 96%)
HWB hwb(122 46% 4%) color: hwb(122 46% 4%)
OKLCH oklch(0.8677 0.1977 144.22) color: oklch(0.8677 0.1977 144.22)
Lab lab(86.97 -59.03 47.94) color: lab(86.97 -59.03 47.94)
LCH lch(86.97 76.04 140.92) color: lch(86.97 76.04 140.92)

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.4:1
vs Black 14.99: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)

#ADAE98 — rgb(173, 174, 152)

Deuteranopia (Green-blind)

#A59C9F — rgb(165, 156, 159)

Tritanopia (Blue-blind)

#7CAFB4 — rgb(124, 175, 180)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(122, 85%, 71%);

text

color: hsl(122, 85%, 71%);

border

border: 2px solid hsl(122, 85%, 71%);

gradient light

background: linear-gradient(to right, hsl(122, 85%, 91%), hsl(122, 85%, 71%));

gradient dark

background: linear-gradient(to right, hsl(122, 85%, 71%), hsl(122, 85%, 51%))

hex

background-color: #76F47A;

tailwind

bg-[hsl(122,85%,71%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(122, 85%, 71%, 0.4);

css variable

--color-primary: hsl(122, 85%, 71%);

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(122, 85%, 71%)?

HEX: #76F47A | RGB: rgb(118, 244, 122) | CMYK: 52%, 0%, 50%, 4% | HSV: 122°, 52%, 96%. Copy any format from the conversion table above.

What colors go well with #76F47A?

The complementary color is HSL(302, 85%, 71%). For a triadic harmony, use hues 122°, 242°, and 2°. For analogous combinations, try hues 92° and 152°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(122, 85%, 71%) in CSS?

As HSL: color: hsl(122, 85%, 71%); — As HEX: color: #76F47A; — As RGB: color: rgb(118, 244, 122); — Tailwind CSS: bg-[hsl(122,85%,71%)] — CSS variable: --color-primary: hsl(122, 85%, 71%);