HSL(107, 91%, 26%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(107,91%,26%)]

Color Conversions

Format Value CSS Usage
HSL hsl(107, 91%, 26%) color: hsl(107, 91%, 26%)
HEX #207F06 color: #207F06
RGB rgb(32, 127, 6) color: rgb(32, 127, 6)
CMYK cmyk(75%, 0%, 95%, 50%)
HSV hsv(107, 95%, 50%)
HWB hwb(107 3% 50%) color: hwb(107 3% 50%)
OKLCH oklch(0.5217 0.1678 140.77) color: oklch(0.5217 0.1678 140.77)
Lab lab(46.31 -47.48 48.89) color: lab(46.31 -47.48 48.89)
LCH lch(46.31 68.15 134.16) color: lch(46.31 68.15 134.16)

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 5.12:1
vs Black 4.1:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#494A23 — rgb(73, 74, 35)

Deuteranopia (Green-blind)

#443D2A — rgb(68, 61, 42)

Tritanopia (Blue-blind)

#253A3F — rgb(37, 58, 63)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(107, 91%, 26%);

text

color: hsl(107, 91%, 26%);

border

border: 2px solid hsl(107, 91%, 26%);

gradient light

background: linear-gradient(to right, hsl(107, 91%, 46%), hsl(107, 91%, 26%));

gradient dark

background: linear-gradient(to right, hsl(107, 91%, 26%), hsl(107, 91%, 6%))

hex

background-color: #207F06;

tailwind

bg-[hsl(107,91%,26%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(107, 91%, 26%, 0.4);

css variable

--color-primary: hsl(107, 91%, 26%);

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(107, 91%, 26%)?

HEX: #207F06 | RGB: rgb(32, 127, 6) | CMYK: 75%, 0%, 95%, 50% | HSV: 107°, 95%, 50%. Copy any format from the conversion table above.

What colors go well with #207F06?

The complementary color is HSL(287, 91%, 26%). For a triadic harmony, use hues 107°, 227°, and 347°. For analogous combinations, try hues 77° and 137°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(107, 91%, 26%) in CSS?

As HSL: color: hsl(107, 91%, 26%); — As HEX: color: #207F06; — As RGB: color: rgb(32, 127, 6); — Tailwind CSS: bg-[hsl(107,91%,26%)] — CSS variable: --color-primary: hsl(107, 91%, 26%);