HSL(73, 68%, 41%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(73,68%,41%)]

Color Conversions

Format Value CSS Usage
HSL hsl(73, 68%, 41%) color: hsl(73, 68%, 41%)
HEX #91B021 color: #91B021
RGB rgb(145, 176, 33) color: rgb(145, 176, 33)
CMYK cmyk(18%, 0%, 81%, 31%)
HSV hsv(73, 81%, 69%)
HWB hwb(73 13% 31%) color: hwb(73 13% 31%)
OKLCH oklch(0.7092 0.162 121.92) color: oklch(0.7092 0.162 121.92)
Lab lab(67.41 -28.92 63.06) color: lab(67.41 -28.92 63.06)
LCH lch(67.41 69.38 114.64) color: lch(67.41 69.38 114.64)

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.49:1
vs Black 8.44: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)

#9E9F44 — rgb(158, 159, 68)

Deuteranopia (Green-blind)

#9D9A4C — rgb(157, 154, 76)

Tritanopia (Blue-blind)

#935F65 — rgb(147, 95, 101)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(73, 68%, 41%);

text

color: hsl(73, 68%, 41%);

border

border: 2px solid hsl(73, 68%, 41%);

gradient light

background: linear-gradient(to right, hsl(73, 68%, 61%), hsl(73, 68%, 41%));

gradient dark

background: linear-gradient(to right, hsl(73, 68%, 41%), hsl(73, 68%, 21%))

hex

background-color: #91B021;

tailwind

bg-[hsl(73,68%,41%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(73, 68%, 41%, 0.4);

css variable

--color-primary: hsl(73, 68%, 41%);

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(73, 68%, 41%)?

HEX: #91B021 | RGB: rgb(145, 176, 33) | CMYK: 18%, 0%, 81%, 31% | HSV: 73°, 81%, 69%. Copy any format from the conversion table above.

What colors go well with #91B021?

The complementary color is HSL(253, 68%, 41%). For a triadic harmony, use hues 73°, 193°, and 313°. For analogous combinations, try hues 43° and 103°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(73, 68%, 41%) in CSS?

As HSL: color: hsl(73, 68%, 41%); — As HEX: color: #91B021; — As RGB: color: rgb(145, 176, 33); — Tailwind CSS: bg-[hsl(73,68%,41%)] — CSS variable: --color-primary: hsl(73, 68%, 41%);