HSL(79, 70%, 50%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(79,70%,50%)]

Color Conversions

Format Value CSS Usage
HSL hsl(79, 70%, 50%) color: hsl(79, 70%, 50%)
HEX #A0D926 color: #A0D926
RGB rgb(160, 217, 38) color: rgb(160, 217, 38)
CMYK cmyk(26%, 0%, 82%, 15%)
HSV hsv(79, 82%, 85%)
HWB hwb(79 15% 15%) color: hwb(79 15% 15%)
OKLCH oklch(0.8163 0.2002 126.93) color: oklch(0.8163 0.2002 126.93)
Lab lab(80.31 -41.51 73.5) color: lab(80.31 -41.51 73.5)
LCH lch(80.31 84.41 119.46) color: lch(80.31 84.41 119.46)

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.69:1
vs Black 12.45: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)

#B9B951 — rgb(185, 185, 81)

Deuteranopia (Green-blind)

#B5B15C — rgb(181, 177, 92)

Tritanopia (Blue-blind)

#A3747B — rgb(163, 116, 123)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(79, 70%, 50%);

text

color: hsl(79, 70%, 50%);

border

border: 2px solid hsl(79, 70%, 50%);

gradient light

background: linear-gradient(to right, hsl(79, 70%, 70%), hsl(79, 70%, 50%));

gradient dark

background: linear-gradient(to right, hsl(79, 70%, 50%), hsl(79, 70%, 30%))

hex

background-color: #A0D926;

tailwind

bg-[hsl(79,70%,50%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(79, 70%, 50%, 0.4);

css variable

--color-primary: hsl(79, 70%, 50%);

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(79, 70%, 50%)?

HEX: #A0D926 | RGB: rgb(160, 217, 38) | CMYK: 26%, 0%, 82%, 15% | HSV: 79°, 82%, 85%. Copy any format from the conversion table above.

What colors go well with #A0D926?

The complementary color is HSL(259, 70%, 50%). For a triadic harmony, use hues 79°, 199°, and 319°. For analogous combinations, try hues 49° and 109°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(79, 70%, 50%) in CSS?

As HSL: color: hsl(79, 70%, 50%); — As HEX: color: #A0D926; — As RGB: color: rgb(160, 217, 38); — Tailwind CSS: bg-[hsl(79,70%,50%)] — CSS variable: --color-primary: hsl(79, 70%, 50%);