HSL(121, 19%, 52%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(121,19%,52%)]

Color Conversions

Format Value CSS Usage
HSL hsl(121, 19%, 52%) color: hsl(121, 19%, 52%)
HEX #6D9C6E color: #6D9C6E
RGB rgb(109, 156, 110) color: rgb(109, 156, 110)
CMYK cmyk(30%, 0%, 29%, 39%)
HSV hsv(121, 30%, 61%)
HWB hwb(121 43% 39%) color: hwb(121 43% 39%)
OKLCH oklch(0.6464 0.0846 145.02) color: oklch(0.6464 0.0846 145.02)
Lab lab(60.03 -25.39 19.17) color: lab(60.03 -25.39 19.17)
LCH lch(60.03 31.81 142.95) color: lch(60.03 31.81 142.95)

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.17:1
vs Black 6.63: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)

#818279 — rgb(129, 130, 121)

Deuteranopia (Green-blind)

#7F7B7C — rgb(127, 123, 124)

Tritanopia (Blue-blind)

#6F8284 — rgb(111, 130, 132)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(121, 19%, 52%);

text

color: hsl(121, 19%, 52%);

border

border: 2px solid hsl(121, 19%, 52%);

gradient light

background: linear-gradient(to right, hsl(121, 19%, 72%), hsl(121, 19%, 52%));

gradient dark

background: linear-gradient(to right, hsl(121, 19%, 52%), hsl(121, 19%, 32%))

hex

background-color: #6D9C6E;

tailwind

bg-[hsl(121,19%,52%)]

box shadow

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

css variable

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

HEX: #6D9C6E | RGB: rgb(109, 156, 110) | CMYK: 30%, 0%, 29%, 39% | HSV: 121°, 30%, 61%. Copy any format from the conversion table above.

What colors go well with #6D9C6E?

The complementary color is HSL(301, 19%, 52%). For a triadic harmony, use hues 121°, 241°, and 1°. For analogous combinations, try hues 91° and 151°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(121, 19%, 52%) in CSS?

As HSL: color: hsl(121, 19%, 52%); — As HEX: color: #6D9C6E; — As RGB: color: rgb(109, 156, 110); — Tailwind CSS: bg-[hsl(121,19%,52%)] — CSS variable: --color-primary: hsl(121, 19%, 52%);