COLOR #90C59E

HEX: #90C59E
RGB: (144,197,158)

Color info

#90C59E contains red, green and blue colors in about the same proportion. Web safe color of #90C59E is #99CC99 (or #9C9).

RGB color model

#90C59E color RGB value is (144,197,158).

  • red value is 144;
  • green value is 197;
  • blue value is 158.
RGB:
(144,197,158)
(56%,77%,62%)

RGB channels and saturation

R 144 of 255 = 56%
G 197 of 255 = 77%
B 158 of 255 = 62%

144
197
158

R + G + B ~ 65%. #90C59E is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 197 + 158 = 499 (100%)
R 144 of 499 ~ 28.86%
G 197 of 499 ~ 39.48%
B 158 of 499 ~ 31.66%

%28.86
%39.48
%31.66

CMYK color model

#90C59E color CMYK value is (27,0,20,23).

  • cyan value is 26.90%
  • magenta value is 0.00%
  • yellow value is 19.80%
  • key color value is 22.75%
CMYK:
(27,0,20,23)
C27M0Y20K23 
(27%,0%,20%,23%)
(0.27/0.00/0.20/0.23)	

CMYK percentages

%26.9
%0
%19.8
%22.75

Codes

Color #90C59E in popluar color models

90C59E
RGB144197158
HSL136°31.36%66.86%
HSB/HSV136°26.90%77.25%
CMYK26.90%0.00%19.80%
22.75%

Color #90C59E in popluar number systems.

HEX90C59E
Decimal144197158
Binary100100001100010110011110
Octal220305236

Shades and tints

Shades of #90C59E

#90C59E
(144,197,158)
#83B490
(131,180,144)
#76A382
(118,163,130)
#699274
(105,146,116)
#5C8166
(92,129,102)
#4F7058
(79,112,88)
#425F4A
(66,95,74)
#354E3C
(53,78,60)
#283D2E
(40,61,46)
#1B2C20
(27,44,32)
#0E1B12
(14,27,18)
#000000
(0,0,0)

Tints of #90C59E

#90C59E
(144,197,158)
#9ACAA6
(154,202,166)
#A4CFAE
(164,207,174)
#AED4B6
(174,212,182)
#B8D9BE
(184,217,190)
#C2DEC6
(194,222,198)
#CCE3CE
(204,227,206)
#D6E8D6
(214,232,214)
#E0EDDE
(224,237,222)
#EAF2E6
(234,242,230)
#F4F7EE
(244,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90C59E; }

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

This text font color is #90C59E.


Background Color

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

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

This div background color is #90C59E.


Border color

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

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

This div border color is #90C59E.


Opacity

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

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

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

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

This text has shadow with #90C59E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90C59E on black background.


Color preview on white background

This text has color #90C59E on white background.



Black color preview on #90C59E background

This text has black color on #90C59E background.


White color preview on #90C59E background

This text has white color on #90C59E background.