COLOR #90E29D

HEX: #90E29D
RGB: (144,226,157)

Color info

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

RGB color model

#90E29D color RGB value is (144,226,157).

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

RGB channels and saturation

R 144 of 255 = 56%
G 226 of 255 = 89%
B 157 of 255 = 62%

144
226
157

R + G + B ~ 69%. #90E29D is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 226 + 157 = 527 (100%)
R 144 of 527 ~ 27.32%
G 226 of 527 ~ 42.88%
B 157 of 527 ~ 29.79%

%27.32
%42.88
%29.79

CMYK color model

#90E29D color CMYK value is (36,0,31,11).

  • cyan value is 36.28%
  • magenta value is 0.00%
  • yellow value is 30.53%
  • key color value is 11.37%
CMYK:
(36,0,31,11)
C36M0Y31K11 
(36%,0%,31%,11%)
(0.36/0.00/0.31/0.11)	

CMYK percentages

%36.28
%0
%30.53
%11.37

Codes

Color #90E29D in popluar color models

90E29D
RGB144226157
HSL130°58.57%72.55%
HSB/HSV130°36.28%88.63%
CMYK36.28%0.00%30.53%
11.37%

Color #90E29D in popluar number systems.

HEX90E29D
Decimal144226157
Binary100100001110001010011101
Octal220342235

Shades and tints

Shades of #90E29D

#90E29D
(144,226,157)
#83CE8F
(131,206,143)
#76BA81
(118,186,129)
#69A673
(105,166,115)
#5C9265
(92,146,101)
#4F7E57
(79,126,87)
#426A49
(66,106,73)
#35563B
(53,86,59)
#28422D
(40,66,45)
#1B2E1F
(27,46,31)
#0E1A11
(14,26,17)
#000000
(0,0,0)

Tints of #90E29D

#90E29D
(144,226,157)
#9AE4A5
(154,228,165)
#A4E6AD
(164,230,173)
#AEE8B5
(174,232,181)
#B8EABD
(184,234,189)
#C2ECC5
(194,236,197)
#CCEECD
(204,238,205)
#D6F0D5
(214,240,213)
#E0F2DD
(224,242,221)
#EAF4E5
(234,244,229)
#F4F6ED
(244,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90E29D; }

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

This text font color is #90E29D.


Background Color

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

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

This div background color is #90E29D.


Border color

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

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

This div border color is #90E29D.


Opacity

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

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

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

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

This text has shadow with #90E29D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90E29D on black background.


Color preview on white background

This text has color #90E29D on white background.



Black color preview on #90E29D background

This text has black color on #90E29D background.


White color preview on #90E29D background

This text has white color on #90E29D background.