COLOR #90C57E

HEX: #90C57E
RGB: (144,197,126)

Color info

#90C57E contains mainly red and green colors. Web safe color of #90C57E is #99CC66 (or #9C6).

RGB color model

#90C57E color RGB value is (144,197,126).

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

RGB channels and saturation

R 144 of 255 = 56%
G 197 of 255 = 77%
B 126 of 255 = 49%

144
197
126

R + G + B ~ 61%. #90C57E is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 197 + 126 = 467 (100%)
R 144 of 467 ~ 30.84%
G 197 of 467 ~ 42.18%
B 126 of 467 ~ 26.98%

%30.84
%42.18
%26.98

CMYK color model

#90C57E color CMYK value is (27,0,36,23).

  • cyan value is 26.90%
  • magenta value is 0.00%
  • yellow value is 36.04%
  • key color value is 22.75%
CMYK:
(27,0,36,23)
C27M0Y36K23 
(27%,0%,36%,23%)
(0.27/0.00/0.36/0.23)	

CMYK percentages

%26.9
%0
%36.04
%22.75

Codes

Color #90C57E in popluar color models

90C57E
RGB144197126
HSL105°37.97%63.33%
HSB/HSV105°36.04%77.25%
CMYK26.90%0.00%36.04%
22.75%

Color #90C57E in popluar number systems.

HEX90C57E
Decimal144197126
Binary10010000110001011111110
Octal220305176

Shades and tints

Shades of #90C57E

#90C57E
(144,197,126)
#83B473
(131,180,115)
#76A368
(118,163,104)
#69925D
(105,146,93)
#5C8152
(92,129,82)
#4F7047
(79,112,71)
#425F3C
(66,95,60)
#354E31
(53,78,49)
#283D26
(40,61,38)
#1B2C1B
(27,44,27)
#0E1B10
(14,27,16)
#000000
(0,0,0)

Tints of #90C57E

#90C57E
(144,197,126)
#9ACA89
(154,202,137)
#A4CF94
(164,207,148)
#AED49F
(174,212,159)
#B8D9AA
(184,217,170)
#C2DEB5
(194,222,181)
#CCE3C0
(204,227,192)
#D6E8CB
(214,232,203)
#E0EDD6
(224,237,214)
#EAF2E1
(234,242,225)
#F4F7EC
(244,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90C57E; }

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

This text font color is #90C57E.


Background Color

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

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

This div background color is #90C57E.


Border color

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

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

This div border color is #90C57E.


Opacity

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

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

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

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

This text has shadow with #90C57E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90C57E on black background.


Color preview on white background

This text has color #90C57E on white background.



Black color preview on #90C57E background

This text has black color on #90C57E background.


White color preview on #90C57E background

This text has white color on #90C57E background.