COLOR #90E18A

HEX: #90E18A RGB: (144,225,138)

Color info

#90E18A contains mainly green color. Web safe color of #90E18A is #99CC99 (or #9C9).

RGB color model

#90E18A color RGB value is (144,225,138).

RGB: (144,225,138) (56%, 88%, 54%)

RGB channels and saturation

R 144 of 255 = 56%
G 225 of 255 = 88%
B 138 of 255 = 54%

144
225
138

R + G + B ~ 66%. #90E18A is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 225 + 138 = 507 (100%)
R 144 of 507 ~ 28.4%
G 225 of 507 ~ 44.38%
B 138 of 507 ~ 27.22'%

%28.4
%44.38
%27.22

CMYK color model

#90E18A color CMYK value is (36,0,39,12).

  • cyan value is 36.00%
  • magenta value is 0.00%
  • yellow value is 38.67%
  • key color value is 11.76%

CMYK: (36,0,39,12)
C36M0Y39K12 (36%, 0%, 39%, 12%)
(0.36 / 0.00 / 0.39 / 0.12)

CMYK percentages

%36
%0
%38.67
%11.76

Codes

Color #90E18A in popluar color models

90 E1 8A
RGB 144 225 138
HSL 116° 59.18% 71.18%
HSB/HSV 116° 38.67% 88.24%
CMYK 36.00% 0.00% 38.67%
11.76%

Color #90E18A in popluar number systems.

HEX 90 E1 8A
Decimal 144 225 138
Binary 10010000 11100001 10001010
Octal 220 341 212

Shades and tints

Shades of #90E18A

#90E18A
(144,225,138)
#83CD7E
(131,205,126)
#76B972
(118,185,114)
#69A566
(105,165,102)
#5C915A
(92,145,90)
#4F7D4E
(79,125,78)
#426942
(66,105,66)
#355536
(53,85,54)
#28412A
(40,65,42)
#1B2D1E
(27,45,30)
#0E1912
(14,25,18)
#000000
(0,0,0)

Tints of #90E18A

#90E18A
(144,225,138)
#9AE394
(154,227,148)
#A4E59E
(164,229,158)
#AEE7A8
(174,231,168)
#B8E9B2
(184,233,178)
#C2EBBC
(194,235,188)
#CCEDC6
(204,237,198)
#D6EFD0
(214,239,208)
#E0F1DA
(224,241,218)
#EAF3E4
(234,243,228)
#F4F5EE
(244,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90E18A; }

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

This text font color is #90E18A.

Background Color

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

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

This div background color is #90E18A.

Border color

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

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

This div border color is #90E18A.

Opacity

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

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

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

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

This text has shadow with #90E18A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90E18A.

Preview

Color preview on black background

This text has color #90E18A on black background.


Color preview on white background

This text has color #90E18A on white background.


Black color preview on #90E18A background

This text has black color on #90E18A background.


White color preview on #90E18A background

This text has white color on #90E18A background.


Related colors

Complementary color

Complementary color for #hex is #6F1E75.


I love getcolorcode.com

Triadic colors

1 #8A90E1 and #E18A90 with #90E18A are triadic colors.

2 #8AE190 and #E1908A with #90E18A are triadic colors.