HSL(126, 77%, 74%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(126,77%,74%)]

Color Conversions

Format Value CSS Usage
HSL hsl(126, 77%, 74%) color: hsl(126, 77%, 74%)
HEX #8AF094 color: #8AF094
RGB rgb(138, 240, 148) color: rgb(138, 240, 148)
CMYK cmyk(43%, 0%, 38%, 6%)
HSV hsv(126, 43%, 94%)
HWB hwb(126 54% 6%) color: hwb(126 54% 6%)
OKLCH oklch(0.8706 0.1581 146.23) color: oklch(0.8706 0.1581 146.23)
Lab lab(86.93 -48.31 35.4) color: lab(86.93 -48.31 35.4)
LCH lch(86.93 59.89 143.77) color: lch(86.93 59.89 143.77)

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.4:1
vs Black 14.97: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)

#B6B7AA — rgb(182, 183, 170)

Deuteranopia (Green-blind)

#B0A9B0 — rgb(176, 169, 176)

Tritanopia (Blue-blind)

#8FBCC0 — rgb(143, 188, 192)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(126, 77%, 74%);

text

color: hsl(126, 77%, 74%);

border

border: 2px solid hsl(126, 77%, 74%);

gradient light

background: linear-gradient(to right, hsl(126, 77%, 94%), hsl(126, 77%, 74%));

gradient dark

background: linear-gradient(to right, hsl(126, 77%, 74%), hsl(126, 77%, 54%))

hex

background-color: #8AF094;

tailwind

bg-[hsl(126,77%,74%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(126, 77%, 74%, 0.4);

css variable

--color-primary: hsl(126, 77%, 74%);

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(126, 77%, 74%)?

HEX: #8AF094 | RGB: rgb(138, 240, 148) | CMYK: 43%, 0%, 38%, 6% | HSV: 126°, 43%, 94%. Copy any format from the conversion table above.

What colors go well with #8AF094?

The complementary color is HSL(306, 77%, 74%). For a triadic harmony, use hues 126°, 246°, and 6°. For analogous combinations, try hues 96° and 156°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(126, 77%, 74%) in CSS?

As HSL: color: hsl(126, 77%, 74%); — As HEX: color: #8AF094; — As RGB: color: rgb(138, 240, 148); — Tailwind CSS: bg-[hsl(126,77%,74%)] — CSS variable: --color-primary: hsl(126, 77%, 74%);