✓ Copied to clipboard
#90EE90 color swatch preview — Color From Pic.
#90EE90 color swatch

#90EE90

#90EE90

📝 Color Information

The hexadecimal color code #90EE90 represents a light shade in the green family. In the RGB color model, this color is composed of 144 red, 238 green, and 144 blue, which translates to approximately 56% red, 93% green, and 56% blue. This makes it a moderately saturated color with cool undertones that can evoke different emotional responses depending on its application. When analyzed in the HSL (Hue, Saturation, Lightness) color space, #90EE90 has a hue of 120 degrees, a saturation level of 73%, and a lightness value of 75%. The hue angle of places this color firmly in the green spectrum. In the HSV/HSB color model, this translates to a hue of , saturation of 39%, and brightness/value of 93%. For print applications using the CMYK color model, #90EE90 would be reproduced using 39% cyan, 0% magenta, 39% yellow, and 7% black. The closest web-safe color is #99FF99, which may be useful for ensuring compatibility across older displays and systems. This color works well in various design contexts. As a lighter shade, it's excellent for backgrounds, negative space, and creating a sense of openness in designs. The high saturation makes this color vibrant and attention-grabbing, ideal for call-to-action buttons, highlights, and accent elements. When pairing #90EE90 with other colors, consider its complementary color at hue 300° for maximum contrast, or use analogous colors within 30° of its hue for harmonious combinations. The decimal representation of this color is 9498256, which can be useful in certain programming contexts.

🔢 Color Conversion

Tailwind CSS
green-300
HEX
#90EE90
RGB
rgb(144, 238, 144)
RGB %
56%, 93%, 56%
HSL
hsl(120, 73%, 75%)
HSV
hsv(120, 39%, 93%)
CMYK
39%, 0%, 39%, 7%
Decimal
9498256
Web Safe
#99FF99

🎨 Color Schemes

Complementary
Analogous
Triadic
Split Complementary
Tetradic (Rectangle)

🔄 Alternatives to #90EE90

🌗 Shades and Tints

Shades (adding black)
Tints (adding white)

🎚️ Tones of #90EE90

Tones (adding gray / desaturating)

🌈 Hue Variations of #90EE90

Hue Variations (shifting the color spectrum)

👁️ Preview

Text on #90EE90
This demonstrates text readability on the color background. (Click to edit)
#90EE90 as Text
This shows the color used as text on white. (Click to edit)

👓 Color Blindness Simulator

Check how a color is perceived by people with different types of color blindness to create more accessible designs. Understanding color perception helps ensure your content is accessible to everyone.

📋 CSS Code

:root { --color-hex: #90EE90; --color-rgb: 144, 238, 144; --color-hsl: 120, 73%, 75%; } .bg-color { background-color: #90EE90; } .text-color { color: #90EE90; } .border-color { border-color: #90EE90; }