HSL(94, 90%, 35%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(94,90%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(94, 90%, 35%) | color: hsl(94, 90%, 35%) | |
| HEX | #4FAA09 | color: #4FAA09 | |
| RGB | rgb(79, 170, 9) | color: rgb(79, 170, 9) | |
| CMYK | cmyk(54%, 0%, 95%, 33%) | — | |
| HSV | hsv(94, 95%, 67%) | — | |
| HWB | hwb(94 3% 33%) | color: hwb(94 3% 33%) | |
| OKLCH | oklch(0.6558 0.1953 136.78) | color: oklch(0.6558 0.1953 136.78) | |
| Lab | lab(62.02 -51.06 61.95) | color: lab(62.02 -51.06 61.95) | |
| LCH | lch(62.02 80.28 129.5) | color: lch(62.02 80.28 129.5) |
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)
#767730 — rgb(118, 119, 48)
Deuteranopia (Green-blind)
#716A39 — rgb(113, 106, 57)
Tritanopia (Blue-blind)
#544F55 — rgb(84, 79, 85)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(94, 90%, 35%);
text
color: hsl(94, 90%, 35%);
border
border: 2px solid hsl(94, 90%, 35%);
gradient light
background: linear-gradient(to right, hsl(94, 90%, 55%), hsl(94, 90%, 35%));
gradient dark
background: linear-gradient(to right, hsl(94, 90%, 35%), hsl(94, 90%, 15%))
hex
background-color: #4FAA09;
tailwind
bg-[hsl(94,90%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(94, 90%, 35%, 0.4);
css variable
--color-primary: hsl(94, 90%, 35%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(94, 90%, 35%)?
HEX: #4FAA09 | RGB: rgb(79, 170, 9) | CMYK: 54%, 0%, 95%, 33% | HSV: 94°, 95%, 67%. Copy any format from the conversion table above.
What colors go well with #4FAA09?
The complementary color is HSL(274, 90%, 35%). For a triadic harmony, use hues 94°, 214°, and 334°. For analogous combinations, try hues 64° and 124°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(94, 90%, 35%) in CSS?
As HSL: color: hsl(94, 90%, 35%); — As HEX: color: #4FAA09; — As RGB: color: rgb(79, 170, 9); — Tailwind CSS: bg-[hsl(94,90%,35%)] — CSS variable: --color-primary: hsl(94, 90%, 35%);