HSL(71, 90%, 38%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(71,90%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(71, 90%, 38%) | color: hsl(71, 90%, 38%) | |
| HEX | #98B80A | color: #98B80A | |
| RGB | rgb(152, 184, 10) | color: rgb(152, 184, 10) | |
| CMYK | cmyk(17%, 0%, 95%, 28%) | — | |
| HSV | hsv(71, 95%, 72%) | — | |
| HWB | hwb(71 4% 28%) | color: hwb(71 4% 28%) | |
| OKLCH | oklch(0.7325 0.1747 121.43) | color: oklch(0.7325 0.1747 121.43) | |
| Lab | lab(70.16 -30.4 69.95) | color: lab(70.16 -30.4 69.95) | |
| LCH | lch(70.16 76.27 113.49) | color: lch(70.16 76.27 113.49) |
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)
#A6A634 — rgb(166, 166, 52)
Deuteranopia (Green-blind)
#A4A23E — rgb(164, 162, 62)
Tritanopia (Blue-blind)
#9A555D — rgb(154, 85, 93)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(71, 90%, 38%);
text
color: hsl(71, 90%, 38%);
border
border: 2px solid hsl(71, 90%, 38%);
gradient light
background: linear-gradient(to right, hsl(71, 90%, 58%), hsl(71, 90%, 38%));
gradient dark
background: linear-gradient(to right, hsl(71, 90%, 38%), hsl(71, 90%, 18%))
hex
background-color: #98B80A;
tailwind
bg-[hsl(71,90%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(71, 90%, 38%, 0.4);
css variable
--color-primary: hsl(71, 90%, 38%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(71, 90%, 38%)?
HEX: #98B80A | RGB: rgb(152, 184, 10) | CMYK: 17%, 0%, 95%, 28% | HSV: 71°, 95%, 72%. Copy any format from the conversion table above.
What colors go well with #98B80A?
The complementary color is HSL(251, 90%, 38%). For a triadic harmony, use hues 71°, 191°, and 311°. For analogous combinations, try hues 41° and 101°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(71, 90%, 38%) in CSS?
As HSL: color: hsl(71, 90%, 38%); — As HEX: color: #98B80A; — As RGB: color: rgb(152, 184, 10); — Tailwind CSS: bg-[hsl(71,90%,38%)] — CSS variable: --color-primary: hsl(71, 90%, 38%);