HSL(76, 72%, 52%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(76,72%,52%)]

Color Conversions

Format Value CSS Usage
HSL hsl(76, 72%, 52%) color: hsl(76, 72%, 52%)
HEX #AEDD2C color: #AEDD2C
RGB rgb(174, 221, 44) color: rgb(174, 221, 44)
CMYK cmyk(21%, 0%, 80%, 13%)
HSV hsv(76, 80%, 87%)
HWB hwb(76 17% 13%) color: hwb(76 17% 13%)
OKLCH oklch(0.8348 0.1959 124.3) color: oklch(0.8348 0.1959 124.3)
Lab lab(82.32 -37.69 74.08) color: lab(82.32 -37.69 74.08)
LCH lch(82.32 83.12 116.97) color: lch(82.32 83.12 116.97)

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.59:1
vs Black 13.18: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)

#C2C357 — rgb(194, 195, 87)

Deuteranopia (Green-blind)

#C0BC61 — rgb(192, 188, 97)

Tritanopia (Blue-blind)

#B07980 — rgb(176, 121, 128)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(76, 72%, 52%);

text

color: hsl(76, 72%, 52%);

border

border: 2px solid hsl(76, 72%, 52%);

gradient light

background: linear-gradient(to right, hsl(76, 72%, 72%), hsl(76, 72%, 52%));

gradient dark

background: linear-gradient(to right, hsl(76, 72%, 52%), hsl(76, 72%, 32%))

hex

background-color: #AEDD2C;

tailwind

bg-[hsl(76,72%,52%)]

box shadow

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

css variable

--color-primary: hsl(76, 72%, 52%);

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(76, 72%, 52%)?

HEX: #AEDD2C | RGB: rgb(174, 221, 44) | CMYK: 21%, 0%, 80%, 13% | HSV: 76°, 80%, 87%. Copy any format from the conversion table above.

What colors go well with #AEDD2C?

The complementary color is HSL(256, 72%, 52%). For a triadic harmony, use hues 76°, 196°, and 316°. For analogous combinations, try hues 46° and 106°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(76, 72%, 52%) in CSS?

As HSL: color: hsl(76, 72%, 52%); — As HEX: color: #AEDD2C; — As RGB: color: rgb(174, 221, 44); — Tailwind CSS: bg-[hsl(76,72%,52%)] — CSS variable: --color-primary: hsl(76, 72%, 52%);