COLOR #90CC5E

HEX: #90CC5E
RGB: (144,204,94)

Color info

#90CC5E contains mainly green color. Web safe color of #90CC5E is #99CC66 (or #9C6).

RGB color model

#90CC5E color RGB value is (144,204,94).

  • red value is 144;
  • green value is 204;
  • blue value is 94.
RGB:
(144,204,94)
(56%,80%,37%)

RGB channels and saturation

R 144 of 255 = 56%
G 204 of 255 = 80%
B 94 of 255 = 37%

144
204
94

R + G + B ~ 58%. #90CC5E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 204 + 94 = 442 (100%)
R 144 of 442 ~ 32.58%
G 204 of 442 ~ 46.15%
B 94 of 442 ~ 21.27%

%32.58
%46.15
%21.27

CMYK color model

#90CC5E color CMYK value is (29,0,54,20).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 53.92%
  • key color value is 20.00%
CMYK:
(29,0,54,20)
C29M0Y54K20 
(29%,0%,54%,20%)
(0.29/0.00/0.54/0.20)	

CMYK percentages

%29.41
%0
%53.92
%20

Codes

Color #90CC5E in popluar color models

90CC5E
RGB14420494
HSL93°51.89%58.43%
HSB/HSV93°53.92%80.00%
CMYK29.41%0.00%53.92%
20.00%

Color #90CC5E in popluar number systems.

HEX90CC5E
Decimal14420494
Binary10010000110011001011110
Octal220314136

Shades and tints

Shades of #90CC5E

#90CC5E
(144,204,94)
#83BA56
(131,186,86)
#76A84E
(118,168,78)
#699646
(105,150,70)
#5C843E
(92,132,62)
#4F7236
(79,114,54)
#42602E
(66,96,46)
#354E26
(53,78,38)
#283C1E
(40,60,30)
#1B2A16
(27,42,22)
#0E180E
(14,24,14)
#000000
(0,0,0)

Tints of #90CC5E

#90CC5E
(144,204,94)
#9AD06C
(154,208,108)
#A4D47A
(164,212,122)
#AED888
(174,216,136)
#B8DC96
(184,220,150)
#C2E0A4
(194,224,164)
#CCE4B2
(204,228,178)
#D6E8C0
(214,232,192)
#E0ECCE
(224,236,206)
#EAF0DC
(234,240,220)
#F4F4EA
(244,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90CC5E color. Also use rgb(144,204,94) instead hex code.

Text Font Color

.myTextColor { color: #90CC5E; }

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

This text font color is #90CC5E.


Background Color

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

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

This div background color is #90CC5E.


Border color

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

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

This div border color is #90CC5E.


Opacity

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

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

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

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

This text has shadow with #90CC5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90CC5E on black background.


Color preview on white background

This text has color #90CC5E on white background.



Black color preview on #90CC5E background

This text has black color on #90CC5E background.


White color preview on #90CC5E background

This text has white color on #90CC5E background.