HSL(73, 48%, 52%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(73,48%,52%)]

Color Conversions

Format Value CSS Usage
HSL hsl(73, 48%, 52%) color: hsl(73, 48%, 52%)
HEX #A6BF4A color: #A6BF4A
RGB rgb(166, 191, 74) color: rgb(166, 191, 74)
CMYK cmyk(13%, 0%, 61%, 25%)
HSV hsv(73, 61%, 75%)
HWB hwb(73 29% 25%) color: hwb(73 29% 25%)
OKLCH oklch(0.7625 0.1452 120.18) color: oklch(0.7625 0.1452 120.18)
Lab lab(73.46 -25.19 54.62) color: lab(73.46 -25.19 54.62)
LCH lch(73.46 60.15 114.76) color: lch(73.46 60.15 114.76)

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.06:1
vs Black 10.17: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)

#B1B166 — rgb(177, 177, 102)

Deuteranopia (Green-blind)

#AFAE6D — rgb(175, 174, 109)

Tritanopia (Blue-blind)

#A77D82 — rgb(167, 125, 130)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(73, 48%, 52%);

text

color: hsl(73, 48%, 52%);

border

border: 2px solid hsl(73, 48%, 52%);

gradient light

background: linear-gradient(to right, hsl(73, 48%, 72%), hsl(73, 48%, 52%));

gradient dark

background: linear-gradient(to right, hsl(73, 48%, 52%), hsl(73, 48%, 32%))

hex

background-color: #A6BF4A;

tailwind

bg-[hsl(73,48%,52%)]

box shadow

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

css variable

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

HEX: #A6BF4A | RGB: rgb(166, 191, 74) | CMYK: 13%, 0%, 61%, 25% | HSV: 73°, 61%, 75%. Copy any format from the conversion table above.

What colors go well with #A6BF4A?

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

As HSL: color: hsl(73, 48%, 52%); — As HEX: color: #A6BF4A; — As RGB: color: rgb(166, 191, 74); — Tailwind CSS: bg-[hsl(73,48%,52%)] — CSS variable: --color-primary: hsl(73, 48%, 52%);