HSL(147, 63%, 16%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(147,63%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 63%, 16%) | color: hsl(147, 63%, 16%) | |
| HEX | #0F4326 | color: #0F4326 | |
| RGB | rgb(15, 67, 38) | color: rgb(15, 67, 38) | |
| CMYK | cmyk(78%, 0%, 43%, 74%) | — | |
| HSV | hsv(147, 78%, 26%) | — | |
| HWB | hwb(147 6% 74%) | color: hwb(147 6% 74%) | |
| OKLCH | oklch(0.3406 0.0743 154.46) | color: oklch(0.3406 0.0743 154.46) | |
| Lab | lab(24.5 -24.81 12.83) | color: lab(24.5 -24.81 12.83) | |
| LCH | lch(24.5 27.93 152.66) | color: lch(24.5 27.93 152.66) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#26262D — rgb(38, 38, 45)
Deuteranopia (Green-blind)
#231F2F — rgb(35, 31, 47)
Tritanopia (Blue-blind)
#123334 — rgb(18, 51, 52)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 63%, 16%);
text
color: hsl(147, 63%, 16%);
border
border: 2px solid hsl(147, 63%, 16%);
gradient light
background: linear-gradient(to right, hsl(147, 63%, 36%), hsl(147, 63%, 16%));
gradient dark
background: linear-gradient(to right, hsl(147, 63%, 16%), hsl(147, 63%, 0%))
hex
background-color: #0F4326;
tailwind
bg-[hsl(147,63%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 63%, 16%, 0.4);
css variable
--color-primary: hsl(147, 63%, 16%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(147, 63%, 16%)?
HEX: #0F4326 | RGB: rgb(15, 67, 38) | CMYK: 78%, 0%, 43%, 74% | HSV: 147°, 78%, 26%. Copy any format from the conversion table above.
What colors go well with #0F4326?
The complementary color is HSL(327, 63%, 16%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(147, 63%, 16%) in CSS?
As HSL: color: hsl(147, 63%, 16%); — As HEX: color: #0F4326; — As RGB: color: rgb(15, 67, 38); — Tailwind CSS: bg-[hsl(147,63%,16%)] — CSS variable: --color-primary: hsl(147, 63%, 16%);