HSL(99, 40%, 49%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(99,40%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(99, 40%, 49%) | color: hsl(99, 40%, 49%) | |
| HEX | #6EAF4B | color: #6EAF4B | |
| RGB | rgb(110, 175, 75) | color: rgb(110, 175, 75) | |
| CMYK | cmyk(37%, 0%, 57%, 31%) | — | |
| HSV | hsv(99, 57%, 69%) | — | |
| HWB | hwb(99 30% 31%) | color: hwb(99 30% 31%) | |
| OKLCH | oklch(0.688 0.1495 135.98) | color: oklch(0.688 0.1495 135.98) | |
| Lab | lab(65.34 -38.91 44.1) | color: lab(65.34 -38.91 44.1) | |
| LCH | lch(65.34 58.81 131.42) | color: lch(65.34 58.81 131.42) |
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)
#8A8B63 — rgb(138, 139, 99)
Deuteranopia (Green-blind)
#868269 — rgb(134, 130, 105)
Tritanopia (Blue-blind)
#71767B — rgb(113, 118, 123)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(99, 40%, 49%);
text
color: hsl(99, 40%, 49%);
border
border: 2px solid hsl(99, 40%, 49%);
gradient light
background: linear-gradient(to right, hsl(99, 40%, 69%), hsl(99, 40%, 49%));
gradient dark
background: linear-gradient(to right, hsl(99, 40%, 49%), hsl(99, 40%, 29%))
hex
background-color: #6EAF4B;
tailwind
bg-[hsl(99,40%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(99, 40%, 49%, 0.4);
css variable
--color-primary: hsl(99, 40%, 49%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(99, 40%, 49%)?
HEX: #6EAF4B | RGB: rgb(110, 175, 75) | CMYK: 37%, 0%, 57%, 31% | HSV: 99°, 57%, 69%. Copy any format from the conversion table above.
What colors go well with #6EAF4B?
The complementary color is HSL(279, 40%, 49%). For a triadic harmony, use hues 99°, 219°, and 339°. For analogous combinations, try hues 69° and 129°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(99, 40%, 49%) in CSS?
As HSL: color: hsl(99, 40%, 49%); — As HEX: color: #6EAF4B; — As RGB: color: rgb(110, 175, 75); — Tailwind CSS: bg-[hsl(99,40%,49%)] — CSS variable: --color-primary: hsl(99, 40%, 49%);