COLOR #90EE90

HEX: #90EE90
RGB: (144,238,144)

Color info

Color name is LightGreen. #90EE90 contains mainly green color. Web safe color of #90EE90 is #99FF99 (or #9F9).

RGB color model

#90EE90 color RGB value is (144,238,144).

  • red value is 144;
  • green value is 238;
  • blue value is 144.
RGB:
(144,238,144)
(56%,93%,56%)

RGB channels and saturation

R 144 of 255 = 56%
G 238 of 255 = 93%
B 144 of 255 = 56%

144
238
144

R + G + B ~ 68%. #90EE90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 238 + 144 = 526 (100%)
R 144 of 526 ~ 27.38%
G 238 of 526 ~ 45.25%
B 144 of 526 ~ 27.38%

%27.38
%45.25
%27.38

CMYK color model

#90EE90 color CMYK value is (39,0,39,7).

  • cyan value is 39.50%
  • magenta value is 0.00%
  • yellow value is 39.50%
  • key color value is 6.67%
CMYK:
(39,0,39,7)
C39M0Y39K7 
(39%,0%,39%,7%)
(0.39/0.00/0.39/0.07)	

CMYK percentages

%39.5
%0
%39.5
%6.67

Codes

Color #90EE90 in popluar color models

90EE90
RGB144238144
HSL120°73.44%74.90%
HSB/HSV120°39.50%93.33%
CMYK39.50%0.00%39.50%
6.67%

Color #90EE90 in popluar number systems.

HEX90EE90
Decimal144238144
Binary100100001110111010010000
Octal220356220

Shades and tints

Shades of #90EE90

#90EE90
(144,238,144)
#83D983
(131,217,131)
#76C476
(118,196,118)
#69AF69
(105,175,105)
#5C9A5C
(92,154,92)
#4F854F
(79,133,79)
#427042
(66,112,66)
#355B35
(53,91,53)
#284628
(40,70,40)
#1B311B
(27,49,27)
#0E1C0E
(14,28,14)
#000000
(0,0,0)

Tints of #90EE90

#90EE90
(144,238,144)
#9AEF9A
(154,239,154)
#A4F0A4
(164,240,164)
#AEF1AE
(174,241,174)
#B8F2B8
(184,242,184)
#C2F3C2
(194,243,194)
#CCF4CC
(204,244,204)
#D6F5D6
(214,245,214)
#E0F6E0
(224,246,224)
#EAF7EA
(234,247,234)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90EE90 color. Also use rgb(144,238,144) instead hex code.

Text Font Color

.myTextColor { color: #90EE90; }

<p style="color:#90EE90">This sample text font color is #90EE90.</p>

This text font color is #90EE90.


Background Color

.myBgColor { background-color: #90EE90; }

<div style="background-color:#90EE90">Inner text</div>

This div background color is #90EE90.


Border color

.myBorderColor { border: 1px solid #90EE90; }

<div style="border:3px solid #90EE90">Div</div>

This div border color is #90EE90.


Opacity

.myOpacity80 { color: #90EE90; opacity: 0.8; }

<p style="color:#90EE90;opacity:0.8;">80%</p>

Text with #90EE90 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #90EE90;}

<p style="text-shadow: 3px 3px 1px #90EE90">Text here.</p>

This text has shadow with #90EE90 color.

.textShadow {text-shadow: 3px 3px 1px #90EE90, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #90EE90, 5px 5px 20px red">Text here.</p>

This text has shadow with #90EE90 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#90EE90, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#90EE90, Direction=45, Strength=4)">Text</p>

This text has shadow with #90EE90 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #90EE90;
  -webkit-box-shadow:	1px 1px 3px 2px #90EE90;
  box-shadow:		1px 1px 3px 2px #90EE90;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #90EE90;
-webkit-box-shadow: 1px 1px 3px 2px #90EE90;
box-shadow:1px 1px 3px 2px #90EE90;">
Div content here</div>
This div box has shadow with color #90EE90.

Preview

Color preview on black background

This text has color #90EE90 on black background.


Color preview on white background

This text has color #90EE90 on white background.



Black color preview on #90EE90 background

This text has black color on #90EE90 background.


White color preview on #90EE90 background

This text has white color on #90EE90 background.