HSL(107, 59%, 76%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(107,59%,76%)]

Color Conversions

Format Value CSS Usage
HSL hsl(107, 59%, 76%) color: hsl(107, 59%, 76%)
HEX #ADE69E color: #ADE69E
RGB rgb(173, 230, 158) color: rgb(173, 230, 158)
CMYK cmyk(25%, 0%, 31%, 10%)
HSV hsv(108, 31%, 90%)
HWB hwb(108 62% 10%) color: hwb(108 62% 10%)
OKLCH oklch(0.8681 0.113 139.22) color: oklch(0.8681 0.113 139.22)
Lab lab(85.98 -31.41 29.4) color: lab(85.98 -31.41 29.4)
LCH lch(85.98 43.02 136.89) color: lch(85.98 43.02 136.89)

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.44:1
vs Black 14.59: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)

#C6C6AF — rgb(198, 198, 175)

Deuteranopia (Green-blind)

#C2BEB4 — rgb(194, 190, 180)

Tritanopia (Blue-blind)

#B0BDC0 — rgb(176, 189, 192)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(107, 59%, 76%);

text

color: hsl(107, 59%, 76%);

border

border: 2px solid hsl(107, 59%, 76%);

gradient light

background: linear-gradient(to right, hsl(107, 59%, 96%), hsl(107, 59%, 76%));

gradient dark

background: linear-gradient(to right, hsl(107, 59%, 76%), hsl(107, 59%, 56%))

hex

background-color: #ADE69E;

tailwind

bg-[hsl(107,59%,76%)]

box shadow

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

css variable

--color-primary: hsl(107, 59%, 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(107, 59%, 76%)?

HEX: #ADE69E | RGB: rgb(173, 230, 158) | CMYK: 25%, 0%, 31%, 10% | HSV: 108°, 31%, 90%. Copy any format from the conversion table above.

What colors go well with #ADE69E?

The complementary color is HSL(287, 59%, 76%). For a triadic harmony, use hues 107°, 227°, and 347°. For analogous combinations, try hues 77° and 137°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(107, 59%, 76%) in CSS?

As HSL: color: hsl(107, 59%, 76%); — As HEX: color: #ADE69E; — As RGB: color: rgb(173, 230, 158); — Tailwind CSS: bg-[hsl(107,59%,76%)] — CSS variable: --color-primary: hsl(107, 59%, 76%);