HSL(76, 52%, 52%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(76, 52%, 52%) color: hsl(76, 52%, 52%)
HEX #A2C445 color: #A2C445
RGB rgb(162, 196, 69) color: rgb(162, 196, 69)
CMYK cmyk(17%, 0%, 65%, 23%)
HSV hsv(76, 65%, 77%)
HWB hwb(76 27% 23%) color: hwb(76 27% 23%)
OKLCH oklch(0.7706 0.157 122.95) color: oklch(0.7706 0.157 122.95)
Lab lab(74.57 -29.57 57.83) color: lab(74.57 -29.57 57.83)
LCH lch(74.57 64.95 117.08) color: lch(74.57 64.95 117.08)

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 2:1
vs Black 10.52: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)

#B1B164 — rgb(177, 177, 100)

Deuteranopia (Green-blind)

#AFAC6B — rgb(175, 172, 107)

Tritanopia (Blue-blind)

#A47C81 — rgb(164, 124, 129)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #A2C445;

tailwind

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

box shadow

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

css variable

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

HEX: #A2C445 | RGB: rgb(162, 196, 69) | CMYK: 17%, 0%, 65%, 23% | HSV: 76°, 65%, 77%. Copy any format from the conversion table above.

What colors go well with #A2C445?

The complementary color is HSL(256, 52%, 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, 52%, 52%) in CSS?

As HSL: color: hsl(76, 52%, 52%); — As HEX: color: #A2C445; — As RGB: color: rgb(162, 196, 69); — Tailwind CSS: bg-[hsl(76,52%,52%)] — CSS variable: --color-primary: hsl(76, 52%, 52%);