HSL(78, 80%, 44%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(78, 80%, 44%) color: hsl(78, 80%, 44%)
HEX #94CA16 color: #94CA16
RGB rgb(148, 202, 22) color: rgb(148, 202, 22)
CMYK cmyk(27%, 0%, 89%, 21%)
HSV hsv(78, 89%, 79%)
HWB hwb(78 9% 21%) color: hwb(78 9% 21%)
OKLCH oklch(0.7727 0.1941 126.82) color: oklch(0.7727 0.1941 126.82)
Lab lab(75.2 -39.98 72.18) color: lab(75.2 -39.98 72.18)
LCH lch(75.2 82.51 118.98) color: lch(75.2 82.51 118.98)

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.96:1
vs Black 10.72: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)

#ABAC42 — rgb(171, 172, 66)

Deuteranopia (Green-blind)

#A8A44C — rgb(168, 164, 76)

Tritanopia (Blue-blind)

#97646C — rgb(151, 100, 108)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #94CA16;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(78, 80%, 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, 80%, 44%)?

HEX: #94CA16 | RGB: rgb(148, 202, 22) | CMYK: 27%, 0%, 89%, 21% | HSV: 78°, 89%, 79%. Copy any format from the conversion table above.

What colors go well with #94CA16?

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

As HSL: color: hsl(78, 80%, 44%); — As HEX: color: #94CA16; — As RGB: color: rgb(148, 202, 22); — Tailwind CSS: bg-[hsl(78,80%,44%)] — CSS variable: --color-primary: hsl(78, 80%, 44%);