HSL(78, 40%, 44%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(78,40%,44%)]

Color Conversions

Format Value CSS Usage
HSL hsl(78, 40%, 44%) color: hsl(78, 40%, 44%)
HEX #829D43 color: #829D43
RGB rgb(130, 157, 67) color: rgb(130, 157, 67)
CMYK cmyk(17%, 0%, 57%, 38%)
HSV hsv(78, 57%, 62%)
HWB hwb(78 27% 38%) color: hwb(78 27% 38%)
OKLCH oklch(0.6558 0.1213 123.68) color: oklch(0.6558 0.1213 123.68)
Lab lab(61.01 -23.69 43.2) color: lab(61.01 -23.69 43.2)
LCH lch(61.01 49.27 118.74) color: lch(61.01 49.27 118.74)

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 3.06:1
vs Black 6.85:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#8E8E59 — rgb(142, 142, 89)

Deuteranopia (Green-blind)

#8C8A5E — rgb(140, 138, 94)

Tritanopia (Blue-blind)

#836A6E — rgb(131, 106, 110)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(78, 40%, 44%);

text

color: hsl(78, 40%, 44%);

border

border: 2px solid hsl(78, 40%, 44%);

gradient light

background: linear-gradient(to right, hsl(78, 40%, 64%), hsl(78, 40%, 44%));

gradient dark

background: linear-gradient(to right, hsl(78, 40%, 44%), hsl(78, 40%, 24%))

hex

background-color: #829D43;

tailwind

bg-[hsl(78,40%,44%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(78, 40%, 44%, 0.4);

css variable

--color-primary: hsl(78, 40%, 44%);

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(78, 40%, 44%)?

HEX: #829D43 | RGB: rgb(130, 157, 67) | CMYK: 17%, 0%, 57%, 38% | HSV: 78°, 57%, 62%. Copy any format from the conversion table above.

What colors go well with #829D43?

The complementary color is HSL(258, 40%, 44%). For a triadic harmony, use hues 78°, 198°, and 318°. For analogous combinations, try hues 48° and 108°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(78, 40%, 44%) in CSS?

As HSL: color: hsl(78, 40%, 44%); — As HEX: color: #829D43; — As RGB: color: rgb(130, 157, 67); — Tailwind CSS: bg-[hsl(78,40%,44%)] — CSS variable: --color-primary: hsl(78, 40%, 44%);