COLOR #90CD94

HEX: #90CD94
RGB: (144,205,148)

Color info

#90CD94 contains mainly green and blue colors. Web safe color of #90CD94 is #99CC99 (or #9C9).

RGB color model

#90CD94 color RGB value is (144,205,148).

  • red value is 144;
  • green value is 205;
  • blue value is 148.
RGB:
(144,205,148)
(56%,80%,58%)

RGB channels and saturation

R 144 of 255 = 56%
G 205 of 255 = 80%
B 148 of 255 = 58%

144
205
148

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

Portions of RGB colors in percentages

R + G + B =
144 + 205 + 148 = 497 (100%)
R 144 of 497 ~ 28.97%
G 205 of 497 ~ 41.25%
B 148 of 497 ~ 29.78%

%28.97
%41.25
%29.78

CMYK color model

#90CD94 color CMYK value is (30,0,28,20).

  • cyan value is 29.76%
  • magenta value is 0.00%
  • yellow value is 27.80%
  • key color value is 19.61%
CMYK:
(30,0,28,20)
C30M0Y28K20 
(30%,0%,28%,20%)
(0.30/0.00/0.28/0.20)	

CMYK percentages

%29.76
%0
%27.8
%19.61

Codes

Color #90CD94 in popluar color models

90CD94
RGB144205148
HSL124°37.89%68.43%
HSB/HSV124°29.76%80.39%
CMYK29.76%0.00%27.80%
19.61%

Color #90CD94 in popluar number systems.

HEX90CD94
Decimal144205148
Binary100100001100110110010100
Octal220315224

Shades and tints

Shades of #90CD94

#90CD94
(144,205,148)
#83BB87
(131,187,135)
#76A97A
(118,169,122)
#69976D
(105,151,109)
#5C8560
(92,133,96)
#4F7353
(79,115,83)
#426146
(66,97,70)
#354F39
(53,79,57)
#283D2C
(40,61,44)
#1B2B1F
(27,43,31)
#0E1912
(14,25,18)
#000000
(0,0,0)

Tints of #90CD94

#90CD94
(144,205,148)
#9AD19D
(154,209,157)
#A4D5A6
(164,213,166)
#AED9AF
(174,217,175)
#B8DDB8
(184,221,184)
#C2E1C1
(194,225,193)
#CCE5CA
(204,229,202)
#D6E9D3
(214,233,211)
#E0EDDC
(224,237,220)
#EAF1E5
(234,241,229)
#F4F5EE
(244,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90CD94 color. Also use rgb(144,205,148) instead hex code.

Text Font Color

.myTextColor { color: #90CD94; }

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

This text font color is #90CD94.


Background Color

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

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

This div background color is #90CD94.


Border color

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

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

This div border color is #90CD94.


Opacity

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

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

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

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

This text has shadow with #90CD94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90CD94 on black background.


Color preview on white background

This text has color #90CD94 on white background.



Black color preview on #90CD94 background

This text has black color on #90CD94 background.


White color preview on #90CD94 background

This text has white color on #90CD94 background.