HSL(114, 100%, 26%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(114,100%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(114, 100%, 26%) | color: hsl(114, 100%, 26%) | |
| HEX | #0D8500 | color: #0D8500 | |
| RGB | rgb(13, 133, 0) | color: rgb(13, 133, 0) | |
| CMYK | cmyk(90%, 0%, 100%, 48%) | — | |
| HSV | hsv(114, 100%, 52%) | — | |
| HWB | hwb(114 0% 48%) | color: hwb(114 0% 48%) | |
| OKLCH | oklch(0.5356 0.1801 141.99) | color: oklch(0.5356 0.1801 141.99) | |
| Lab | lab(48.08 -52.16 51.43) | color: lab(48.08 -52.16 51.43) | |
| LCH | lch(48.08 73.25 135.4) | color: lch(48.08 73.25 135.4) |
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)
#414220 — rgb(65, 66, 32)
Deuteranopia (Green-blind)
#3A3128 — rgb(58, 49, 40)
Tritanopia (Blue-blind)
#133A3F — rgb(19, 58, 63)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(114, 100%, 26%);
text
color: hsl(114, 100%, 26%);
border
border: 2px solid hsl(114, 100%, 26%);
gradient light
background: linear-gradient(to right, hsl(114, 100%, 46%), hsl(114, 100%, 26%));
gradient dark
background: linear-gradient(to right, hsl(114, 100%, 26%), hsl(114, 100%, 6%))
hex
background-color: #0D8500;
tailwind
bg-[hsl(114,100%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(114, 100%, 26%, 0.4);
css variable
--color-primary: hsl(114, 100%, 26%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(114, 100%, 26%)?
HEX: #0D8500 | RGB: rgb(13, 133, 0) | CMYK: 90%, 0%, 100%, 48% | HSV: 114°, 100%, 52%. Copy any format from the conversion table above.
What colors go well with #0D8500?
The complementary color is HSL(294, 100%, 26%). For a triadic harmony, use hues 114°, 234°, and 354°. For analogous combinations, try hues 84° and 144°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(114, 100%, 26%) in CSS?
As HSL: color: hsl(114, 100%, 26%); — As HEX: color: #0D8500; — As RGB: color: rgb(13, 133, 0); — Tailwind CSS: bg-[hsl(114,100%,26%)] — CSS variable: --color-primary: hsl(114, 100%, 26%);