HSL(79, 35%, 52%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(79,35%,52%)]

Color Conversions

Format Value CSS Usage
HSL hsl(79, 35%, 52%) color: hsl(79, 35%, 52%)
HEX #94AF5A color: #94AF5A
RGB rgb(148, 175, 90) color: rgb(148, 175, 90)
CMYK cmyk(15%, 0%, 49%, 31%)
HSV hsv(79, 49%, 69%)
HWB hwb(79 35% 31%) color: hwb(79 35% 31%)
OKLCH oklch(0.7144 0.116 123.81) color: oklch(0.7144 0.116 123.81)
Lab lab(67.79 -23.08 40.27) color: lab(67.79 -23.08 40.27)
LCH lch(67.79 46.42 119.82) color: lch(67.79 46.42 119.82)

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.46:1
vs Black 8.54: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)

#A0A06F — rgb(160, 160, 111)

Deuteranopia (Green-blind)

#9E9C74 — rgb(158, 156, 116)

Tritanopia (Blue-blind)

#957F82 — rgb(149, 127, 130)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(79, 35%, 52%);

text

color: hsl(79, 35%, 52%);

border

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

gradient light

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

gradient dark

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

hex

background-color: #94AF5A;

tailwind

bg-[hsl(79,35%,52%)]

box shadow

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

css variable

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

HEX: #94AF5A | RGB: rgb(148, 175, 90) | CMYK: 15%, 0%, 49%, 31% | HSV: 79°, 49%, 69%. Copy any format from the conversion table above.

What colors go well with #94AF5A?

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

As HSL: color: hsl(79, 35%, 52%); — As HEX: color: #94AF5A; — As RGB: color: rgb(148, 175, 90); — Tailwind CSS: bg-[hsl(79,35%,52%)] — CSS variable: --color-primary: hsl(79, 35%, 52%);