HSL(112, 78%, 35%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,78%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 78%, 35%) | color: hsl(112, 78%, 35%) | |
| HEX | #269F14 | color: #269F14 | |
| RGB | rgb(38, 159, 20) | color: rgb(38, 159, 20) | |
| CMYK | cmyk(76%, 0%, 87%, 38%) | — | |
| HSV | hsv(112, 87%, 62%) | — | |
| HWB | hwb(112 8% 38%) | color: hwb(112 8% 38%) | |
| OKLCH | oklch(0.6138 0.1962 141.55) | color: oklch(0.6138 0.1962 141.55) | |
| Lab | lab(57.33 -56.33 55.6) | color: lab(57.33 -56.33 55.6) | |
| LCH | lch(57.33 79.15 135.37) | color: lch(57.33 79.15 135.37) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#5A5B36 — rgb(90, 91, 54)
Deuteranopia (Green-blind)
#534A3E — rgb(83, 74, 62)
Tritanopia (Blue-blind)
#2C5056 — rgb(44, 80, 86)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 78%, 35%);
text
color: hsl(112, 78%, 35%);
border
border: 2px solid hsl(112, 78%, 35%);
gradient light
background: linear-gradient(to right, hsl(112, 78%, 55%), hsl(112, 78%, 35%));
gradient dark
background: linear-gradient(to right, hsl(112, 78%, 35%), hsl(112, 78%, 15%))
hex
background-color: #269F14;
tailwind
bg-[hsl(112,78%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 78%, 35%, 0.4);
css variable
--color-primary: hsl(112, 78%, 35%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 78%, 35%)?
HEX: #269F14 | RGB: rgb(38, 159, 20) | CMYK: 76%, 0%, 87%, 38% | HSV: 112°, 87%, 62%. Copy any format from the conversion table above.
What colors go well with #269F14?
The complementary color is HSL(292, 78%, 35%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(112, 78%, 35%) in CSS?
As HSL: color: hsl(112, 78%, 35%); — As HEX: color: #269F14; — As RGB: color: rgb(38, 159, 20); — Tailwind CSS: bg-[hsl(112,78%,35%)] — CSS variable: --color-primary: hsl(112, 78%, 35%);