COLOR #90EE9A

HEX: #90EE9A RGB: (144,238,154)

Color info

#90EE9A contains mainly green color. Web safe color of #90EE9A is #99FF99 (or #9F9).

RGB color model

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

RGB: (144,238,154) (56%, 93%, 60%)

RGB channels and saturation

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

144
238
154

R + G + B ~ 70%. #90EE9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 238 + 154 = 536 (100%)
R 144 of 536 ~ 26.87%
G 238 of 536 ~ 44.4%
B 154 of 536 ~ 28.73'%

%26.87
%44.4
%28.73

CMYK color model

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

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

CMYK percentages

%39.5
%0
%35.29
%6.67

Codes

Color #90EE9A in popluar color models

90 EE 9A
RGB 144 238 154
HSL 126° 73.44% 74.90%
HSB/HSV 126° 39.50% 93.33%
CMYK 39.50% 0.00% 35.29%
6.67%

Color #90EE9A in popluar number systems.

HEX 90 EE 9A
Decimal 144 238 154
Binary 10010000 11101110 10011010
Octal 220 356 232

Shades and tints

Shades of #90EE9A

#90EE9A
(144,238,154)
#83D98C
(131,217,140)
#76C47E
(118,196,126)
#69AF70
(105,175,112)
#5C9A62
(92,154,98)
#4F8554
(79,133,84)
#427046
(66,112,70)
#355B38
(53,91,56)
#28462A
(40,70,42)
#1B311C
(27,49,28)
#0E1C0E
(14,28,14)
#000000
(0,0,0)

Tints of #90EE9A

#90EE9A
(144,238,154)
#9AEFA3
(154,239,163)
#A4F0AC
(164,240,172)
#AEF1B5
(174,241,181)
#B8F2BE
(184,242,190)
#C2F3C7
(194,243,199)
#CCF4D0
(204,244,208)
#D6F5D9
(214,245,217)
#E0F6E2
(224,246,226)
#EAF7EB
(234,247,235)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90EE9A; }

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

This text font color is #90EE9A.

Background Color

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

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

This div background color is #90EE9A.

Border color

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

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

This div border color is #90EE9A.

Opacity

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

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

Text with #90EE9A 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 #90EE9A;}

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

This text has shadow with #90EE9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90EE9A.

Preview

Color preview on black background

This text has color #90EE9A on black background.


Color preview on white background

This text has color #90EE9A on white background.


Black color preview on #90EE9A background

This text has black color on #90EE9A background.


White color preview on #90EE9A background

This text has white color on #90EE9A background.


Related colors

Complementary color

Complementary color for #hex is #6F1165.


I love getcolorcode.com

Triadic colors

1 #9A90EE and #EE9A90 with #90EE9A are triadic colors.

2 #9AEE90 and #EE909A with #90EE9A are triadic colors.