HSL(121, 78%, 67%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(121,78%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(121, 78%, 67%) | color: hsl(121, 78%, 67%) | |
| HEX | #69EC6B | color: #69EC6B | |
| RGB | rgb(105, 236, 107) | color: rgb(105, 236, 107) | |
| CMYK | cmyk(56%, 0%, 55%, 7%) | — | |
| HSV | hsv(121, 56%, 93%) | — | |
| HWB | hwb(121 41% 7%) | color: hwb(121 41% 7%) | |
| OKLCH | oklch(0.8414 0.206 143.73) | color: oklch(0.8414 0.206 143.73) | |
| Lab | lab(83.99 -61.14 51.18) | color: lab(83.99 -61.14 51.18) | |
| LCH | lch(83.99 79.73 140.07) | color: lch(83.99 79.73 140.07) |
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)
#A2A38A — rgb(162, 163, 138)
Deuteranopia (Green-blind)
#9A9092 — rgb(154, 144, 146)
Tritanopia (Blue-blind)
#70A3A8 — rgb(112, 163, 168)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(121, 78%, 67%);
text
color: hsl(121, 78%, 67%);
border
border: 2px solid hsl(121, 78%, 67%);
gradient light
background: linear-gradient(to right, hsl(121, 78%, 87%), hsl(121, 78%, 67%));
gradient dark
background: linear-gradient(to right, hsl(121, 78%, 67%), hsl(121, 78%, 47%))
hex
background-color: #69EC6B;
tailwind
bg-[hsl(121,78%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(121, 78%, 67%, 0.4);
css variable
--color-primary: hsl(121, 78%, 67%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(121, 78%, 67%)?
HEX: #69EC6B | RGB: rgb(105, 236, 107) | CMYK: 56%, 0%, 55%, 7% | HSV: 121°, 56%, 93%. Copy any format from the conversion table above.
What colors go well with #69EC6B?
The complementary color is HSL(301, 78%, 67%). For a triadic harmony, use hues 121°, 241°, and 1°. For analogous combinations, try hues 91° and 151°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(121, 78%, 67%) in CSS?
As HSL: color: hsl(121, 78%, 67%); — As HEX: color: #69EC6B; — As RGB: color: rgb(105, 236, 107); — Tailwind CSS: bg-[hsl(121,78%,67%)] — CSS variable: --color-primary: hsl(121, 78%, 67%);