COLOR #90CA91

HEX: #90CA91
RGB: (144,202,145)

Color info

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

RGB color model

#90CA91 color RGB value is (144,202,145).

  • red value is 144;
  • green value is 202;
  • blue value is 145.
RGB:
(144,202,145)
(56%,79%,57%)

RGB channels and saturation

R 144 of 255 = 56%
G 202 of 255 = 79%
B 145 of 255 = 57%

144
202
145

R + G + B ~ 64%. #90CA91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 202 + 145 = 491 (100%)
R 144 of 491 ~ 29.33%
G 202 of 491 ~ 41.14%
B 145 of 491 ~ 29.53%

%29.33
%41.14
%29.53

CMYK color model

#90CA91 color CMYK value is (29,0,28,21).

  • cyan value is 28.71%
  • magenta value is 0.00%
  • yellow value is 28.22%
  • key color value is 20.78%
CMYK:
(29,0,28,21)
C29M0Y28K21 
(29%,0%,28%,21%)
(0.29/0.00/0.28/0.21)	

CMYK percentages

%28.71
%0
%28.22
%20.78

Codes

Color #90CA91 in popluar color models

90CA91
RGB144202145
HSL121°35.37%67.84%
HSB/HSV121°28.71%79.22%
CMYK28.71%0.00%28.22%
20.78%

Color #90CA91 in popluar number systems.

HEX90CA91
Decimal144202145
Binary100100001100101010010001
Octal220312221

Shades and tints

Shades of #90CA91

#90CA91
(144,202,145)
#83B884
(131,184,132)
#76A677
(118,166,119)
#69946A
(105,148,106)
#5C825D
(92,130,93)
#4F7050
(79,112,80)
#425E43
(66,94,67)
#354C36
(53,76,54)
#283A29
(40,58,41)
#1B281C
(27,40,28)
#0E160F
(14,22,15)
#000000
(0,0,0)

Tints of #90CA91

#90CA91
(144,202,145)
#9ACE9B
(154,206,155)
#A4D2A5
(164,210,165)
#AED6AF
(174,214,175)
#B8DAB9
(184,218,185)
#C2DEC3
(194,222,195)
#CCE2CD
(204,226,205)
#D6E6D7
(214,230,215)
#E0EAE1
(224,234,225)
#EAEEEB
(234,238,235)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90CA91 color. Also use rgb(144,202,145) instead hex code.

Text Font Color

.myTextColor { color: #90CA91; }

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

This text font color is #90CA91.


Background Color

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

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

This div background color is #90CA91.


Border color

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

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

This div border color is #90CA91.


Opacity

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

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

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

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

This text has shadow with #90CA91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90CA91 on black background.


Color preview on white background

This text has color #90CA91 on white background.



Black color preview on #90CA91 background

This text has black color on #90CA91 background.


White color preview on #90CA91 background

This text has white color on #90CA91 background.