COLOR #90E28B

HEX: #90E28B
RGB: (144,226,139)

Color info

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

RGB color model

#90E28B color RGB value is (144,226,139).

  • red value is 144;
  • green value is 226;
  • blue value is 139.
RGB:
(144,226,139)
(56%,89%,55%)

RGB channels and saturation

R 144 of 255 = 56%
G 226 of 255 = 89%
B 139 of 255 = 55%

144
226
139

R + G + B ~ 67%. #90E28B is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 226 + 139 = 509 (100%)
R 144 of 509 ~ 28.29%
G 226 of 509 ~ 44.4%
B 139 of 509 ~ 27.31%

%28.29
%44.4
%27.31

CMYK color model

#90E28B color CMYK value is (36,0,38,11).

  • cyan value is 36.28%
  • magenta value is 0.00%
  • yellow value is 38.50%
  • key color value is 11.37%
CMYK:
(36,0,38,11)
C36M0Y38K11 
(36%,0%,38%,11%)
(0.36/0.00/0.38/0.11)	

CMYK percentages

%36.28
%0
%38.5
%11.37

Codes

Color #90E28B in popluar color models

90E28B
RGB144226139
HSL117°60.00%71.57%
HSB/HSV117°38.50%88.63%
CMYK36.28%0.00%38.50%
11.37%

Color #90E28B in popluar number systems.

HEX90E28B
Decimal144226139
Binary100100001110001010001011
Octal220342213

Shades and tints

Shades of #90E28B

#90E28B
(144,226,139)
#83CE7F
(131,206,127)
#76BA73
(118,186,115)
#69A667
(105,166,103)
#5C925B
(92,146,91)
#4F7E4F
(79,126,79)
#426A43
(66,106,67)
#355637
(53,86,55)
#28422B
(40,66,43)
#1B2E1F
(27,46,31)
#0E1A13
(14,26,19)
#000000
(0,0,0)

Tints of #90E28B

#90E28B
(144,226,139)
#9AE495
(154,228,149)
#A4E69F
(164,230,159)
#AEE8A9
(174,232,169)
#B8EAB3
(184,234,179)
#C2ECBD
(194,236,189)
#CCEEC7
(204,238,199)
#D6F0D1
(214,240,209)
#E0F2DB
(224,242,219)
#EAF4E5
(234,244,229)
#F4F6EF
(244,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90E28B; }

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

This text font color is #90E28B.


Background Color

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

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

This div background color is #90E28B.


Border color

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

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

This div border color is #90E28B.


Opacity

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

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

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

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

This text has shadow with #90E28B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90E28B on black background.


Color preview on white background

This text has color #90E28B on white background.



Black color preview on #90E28B background

This text has black color on #90E28B background.


White color preview on #90E28B background

This text has white color on #90E28B background.