HSL(76, 52%, 51%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(76, 52%, 51%) color: hsl(76, 52%, 51%)
HEX #A0C341 color: #A0C341
RGB rgb(160, 195, 65) color: rgb(160, 195, 65)
CMYK cmyk(18%, 0%, 67%, 24%)
HSV hsv(76, 67%, 76%)
HWB hwb(76 25% 24%) color: hwb(76 25% 24%)
OKLCH oklch(0.7666 0.1595 123.17) color: oklch(0.7666 0.1595 123.17)
Lab lab(74.12 -30.16 58.93) color: lab(74.12 -30.16 58.93)
LCH lch(74.12 66.2 117.1) color: lch(74.12 66.2 117.1)

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.02:1
vs Black 10.38: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)

#AFAF60 — rgb(175, 175, 96)

Deuteranopia (Green-blind)

#ADAB68 — rgb(173, 171, 104)

Tritanopia (Blue-blind)

#A2797F — rgb(162, 121, 127)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #A0C341;

tailwind

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

box shadow

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

css variable

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

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%, 51%)?

HEX: #A0C341 | RGB: rgb(160, 195, 65) | CMYK: 18%, 0%, 67%, 24% | HSV: 76°, 67%, 76%. Copy any format from the conversion table above.

What colors go well with #A0C341?

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

As HSL: color: hsl(76, 52%, 51%); — As HEX: color: #A0C341; — As RGB: color: rgb(160, 195, 65); — Tailwind CSS: bg-[hsl(76,52%,51%)] — CSS variable: --color-primary: hsl(76, 52%, 51%);