HSL(102, 54%, 52%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(102,54%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(102, 54%, 52%) | color: hsl(102, 54%, 52%) | |
| HEX | #6AC743 | color: #6AC743 | |
| RGB | rgb(106, 199, 67) | color: rgb(106, 199, 67) | |
| CMYK | cmyk(47%, 0%, 66%, 22%) | — | |
| HSV | hsv(102, 66%, 78%) | — | |
| HWB | hwb(102 27% 22%) | color: hwb(102 27% 22%) | |
| OKLCH | oklch(0.7453 0.1898 137.86) | color: oklch(0.7453 0.1898 137.86) | |
| Lab | lab(72.44 -50.98 55.48) | color: lab(72.44 -50.98 55.48) | |
| LCH | lch(72.44 75.35 132.58) | color: lch(72.44 75.35 132.58) |
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)
#929363 — rgb(146, 147, 99)
Deuteranopia (Green-blind)
#8D866B — rgb(141, 134, 107)
Tritanopia (Blue-blind)
#6F7C82 — rgb(111, 124, 130)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(102, 54%, 52%);
text
color: hsl(102, 54%, 52%);
border
border: 2px solid hsl(102, 54%, 52%);
gradient light
background: linear-gradient(to right, hsl(102, 54%, 72%), hsl(102, 54%, 52%));
gradient dark
background: linear-gradient(to right, hsl(102, 54%, 52%), hsl(102, 54%, 32%))
hex
background-color: #6AC743;
tailwind
bg-[hsl(102,54%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(102, 54%, 52%, 0.4);
css variable
--color-primary: hsl(102, 54%, 52%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(102, 54%, 52%)?
HEX: #6AC743 | RGB: rgb(106, 199, 67) | CMYK: 47%, 0%, 66%, 22% | HSV: 102°, 66%, 78%. Copy any format from the conversion table above.
What colors go well with #6AC743?
The complementary color is HSL(282, 54%, 52%). For a triadic harmony, use hues 102°, 222°, and 342°. For analogous combinations, try hues 72° and 132°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(102, 54%, 52%) in CSS?
As HSL: color: hsl(102, 54%, 52%); — As HEX: color: #6AC743; — As RGB: color: rgb(106, 199, 67); — Tailwind CSS: bg-[hsl(102,54%,52%)] — CSS variable: --color-primary: hsl(102, 54%, 52%);