COLOR #90CA92

HEX: #90CA92
RGB: (144,202,146)

Color info

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

RGB color model

#90CA92 color RGB value is (144,202,146).

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

RGB channels and saturation

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

144
202
146

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

Portions of RGB colors in percentages

R + G + B =
144 + 202 + 146 = 492 (100%)
R 144 of 492 ~ 29.27%
G 202 of 492 ~ 41.06%
B 146 of 492 ~ 29.67%

%29.27
%41.06
%29.67

CMYK color model

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

  • cyan value is 28.71%
  • magenta value is 0.00%
  • yellow value is 27.72%
  • 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
%27.72
%20.78

Codes

Color #90CA92 in popluar color models

90CA92
RGB144202146
HSL122°35.37%67.84%
HSB/HSV122°28.71%79.22%
CMYK28.71%0.00%27.72%
20.78%

Color #90CA92 in popluar number systems.

HEX90CA92
Decimal144202146
Binary100100001100101010010010
Octal220312222

Shades and tints

Shades of #90CA92

#90CA92
(144,202,146)
#83B885
(131,184,133)
#76A678
(118,166,120)
#69946B
(105,148,107)
#5C825E
(92,130,94)
#4F7051
(79,112,81)
#425E44
(66,94,68)
#354C37
(53,76,55)
#283A2A
(40,58,42)
#1B281D
(27,40,29)
#0E1610
(14,22,16)
#000000
(0,0,0)

Tints of #90CA92

#90CA92
(144,202,146)
#9ACE9B
(154,206,155)
#A4D2A4
(164,210,164)
#AED6AD
(174,214,173)
#B8DAB6
(184,218,182)
#C2DEBF
(194,222,191)
#CCE2C8
(204,226,200)
#D6E6D1
(214,230,209)
#E0EADA
(224,234,218)
#EAEEE3
(234,238,227)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90CA92; }

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

This text font color is #90CA92.


Background Color

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

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

This div background color is #90CA92.


Border color

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

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

This div border color is #90CA92.


Opacity

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

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

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

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

This text has shadow with #90CA92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90CA92 on black background.


Color preview on white background

This text has color #90CA92 on white background.



Black color preview on #90CA92 background

This text has black color on #90CA92 background.


White color preview on #90CA92 background

This text has white color on #90CA92 background.