HSL(145, 85%, 35%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(145,85%,35%)]

Color Conversions

Format Value CSS Usage
HSL hsl(145, 85%, 35%) color: hsl(145, 85%, 35%)
HEX #0DA54D color: #0DA54D
RGB rgb(13, 165, 77) color: rgb(13, 165, 77)
CMYK cmyk(92%, 0%, 53%, 35%)
HSV hsv(145, 92%, 65%)
HWB hwb(145 5% 35%) color: hwb(145 5% 35%)
OKLCH oklch(0.6321 0.171 150.02) color: oklch(0.6321 0.171 150.02)
Lab lab(59.46 -55.31 35.44) color: lab(59.46 -55.31 35.44)
LCH lch(59.46 65.69 147.35) color: lch(59.46 65.69 147.35)

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.23:1
vs Black 6.51: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)

#4F5062 — rgb(79, 80, 98)

Deuteranopia (Green-blind)

#463B67 — rgb(70, 59, 103)

Tritanopia (Blue-blind)

#157377 — rgb(21, 115, 119)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(145, 85%, 35%);

text

color: hsl(145, 85%, 35%);

border

border: 2px solid hsl(145, 85%, 35%);

gradient light

background: linear-gradient(to right, hsl(145, 85%, 55%), hsl(145, 85%, 35%));

gradient dark

background: linear-gradient(to right, hsl(145, 85%, 35%), hsl(145, 85%, 15%))

hex

background-color: #0DA54D;

tailwind

bg-[hsl(145,85%,35%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(145, 85%, 35%, 0.4);

css variable

--color-primary: hsl(145, 85%, 35%);

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(145, 85%, 35%)?

HEX: #0DA54D | RGB: rgb(13, 165, 77) | CMYK: 92%, 0%, 53%, 35% | HSV: 145°, 92%, 65%. Copy any format from the conversion table above.

What colors go well with #0DA54D?

The complementary color is HSL(325, 85%, 35%). For a triadic harmony, use hues 145°, 265°, and 25°. For analogous combinations, try hues 115° and 175°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(145, 85%, 35%) in CSS?

As HSL: color: hsl(145, 85%, 35%); — As HEX: color: #0DA54D; — As RGB: color: rgb(13, 165, 77); — Tailwind CSS: bg-[hsl(145,85%,35%)] — CSS variable: --color-primary: hsl(145, 85%, 35%);