HSL(67, 55%, 48%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(67,55%,48%)]

Color Conversions

Format Value CSS Usage
HSL hsl(67, 55%, 48%) color: hsl(67, 55%, 48%)
HEX #AEBE37 color: #AEBE37
RGB rgb(174, 190, 55) color: rgb(174, 190, 55)
CMYK cmyk(8%, 0%, 71%, 25%)
HSV hsv(67, 71%, 75%)
HWB hwb(67 22% 25%) color: hwb(67 22% 25%)
OKLCH oklch(0.7648 0.155 116.08) color: oklch(0.7648 0.155 116.08)
Lab lab(73.61 -22.63 62.54) color: lab(73.61 -22.63 62.54)
LCH lch(73.61 66.51 109.89) color: lch(73.61 66.51 109.89)

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.05:1
vs Black 10.22: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)

#B5B558 — rgb(181, 181, 88)

Deuteranopia (Green-blind)

#B4B360 — rgb(180, 179, 96)

Tritanopia (Blue-blind)

#AF7177 — rgb(175, 113, 119)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(67, 55%, 48%);

text

color: hsl(67, 55%, 48%);

border

border: 2px solid hsl(67, 55%, 48%);

gradient light

background: linear-gradient(to right, hsl(67, 55%, 68%), hsl(67, 55%, 48%));

gradient dark

background: linear-gradient(to right, hsl(67, 55%, 48%), hsl(67, 55%, 28%))

hex

background-color: #AEBE37;

tailwind

bg-[hsl(67,55%,48%)]

box shadow

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

css variable

--color-primary: hsl(67, 55%, 48%);

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(67, 55%, 48%)?

HEX: #AEBE37 | RGB: rgb(174, 190, 55) | CMYK: 8%, 0%, 71%, 25% | HSV: 67°, 71%, 75%. Copy any format from the conversion table above.

What colors go well with #AEBE37?

The complementary color is HSL(247, 55%, 48%). For a triadic harmony, use hues 67°, 187°, and 307°. For analogous combinations, try hues 37° and 97°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(67, 55%, 48%) in CSS?

As HSL: color: hsl(67, 55%, 48%); — As HEX: color: #AEBE37; — As RGB: color: rgb(174, 190, 55); — Tailwind CSS: bg-[hsl(67,55%,48%)] — CSS variable: --color-primary: hsl(67, 55%, 48%);