HSL(129, 40%, 74%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(129,40%,74%)]

Color Conversions

Format Value CSS Usage
HSL hsl(129, 40%, 74%) color: hsl(129, 40%, 74%)
HEX #A2D7AA color: #A2D7AA
RGB rgb(162, 215, 170) color: rgb(162, 215, 170)
CMYK cmyk(25%, 0%, 21%, 16%)
HSV hsv(129, 25%, 84%)
HWB hwb(129 63% 16%) color: hwb(129 63% 16%)
OKLCH oklch(0.8303 0.0832 148.87) color: oklch(0.8303 0.0832 148.87)
Lab lab(81.39 -25.94 16.77) color: lab(81.39 -25.94 16.77)
LCH lch(81.39 30.89 147.12) color: lch(81.39 30.89 147.12)

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.64:1
vs Black 12.84: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)

#B9B9B5 — rgb(185, 185, 181)

Deuteranopia (Green-blind)

#B6B2B8 — rgb(182, 178, 184)

Tritanopia (Blue-blind)

#A5BDBF — rgb(165, 189, 191)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(129, 40%, 74%);

text

color: hsl(129, 40%, 74%);

border

border: 2px solid hsl(129, 40%, 74%);

gradient light

background: linear-gradient(to right, hsl(129, 40%, 94%), hsl(129, 40%, 74%));

gradient dark

background: linear-gradient(to right, hsl(129, 40%, 74%), hsl(129, 40%, 54%))

hex

background-color: #A2D7AA;

tailwind

bg-[hsl(129,40%,74%)]

box shadow

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

css variable

--color-primary: hsl(129, 40%, 74%);

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(129, 40%, 74%)?

HEX: #A2D7AA | RGB: rgb(162, 215, 170) | CMYK: 25%, 0%, 21%, 16% | HSV: 129°, 25%, 84%. Copy any format from the conversion table above.

What colors go well with #A2D7AA?

The complementary color is HSL(309, 40%, 74%). For a triadic harmony, use hues 129°, 249°, and 9°. For analogous combinations, try hues 99° and 159°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(129, 40%, 74%) in CSS?

As HSL: color: hsl(129, 40%, 74%); — As HEX: color: #A2D7AA; — As RGB: color: rgb(162, 215, 170); — Tailwind CSS: bg-[hsl(129,40%,74%)] — CSS variable: --color-primary: hsl(129, 40%, 74%);