COLOR #90C092

HEX: #90C092
RGB: (144,192,146)

Color info

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

RGB color model

#90C092 color RGB value is (144,192,146).

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

RGB channels and saturation

R 144 of 255 = 56%
G 192 of 255 = 75%
B 146 of 255 = 57%

144
192
146

R + G + B ~ 63%. #90C092 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 192 + 146 = 482 (100%)
R 144 of 482 ~ 29.88%
G 192 of 482 ~ 39.83%
B 146 of 482 ~ 30.29%

%29.88
%39.83
%30.29

CMYK color model

#90C092 color CMYK value is (25,0,24,25).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 23.96%
  • key color value is 24.71%
CMYK:
(25,0,24,25)
C25M0Y24K25 
(25%,0%,24%,25%)
(0.25/0.00/0.24/0.25)	

CMYK percentages

%25
%0
%23.96
%24.71

Codes

Color #90C092 in popluar color models

90C092
RGB144192146
HSL123°27.59%65.88%
HSB/HSV123°25.00%75.29%
CMYK25.00%0.00%23.96%
24.71%

Color #90C092 in popluar number systems.

HEX90C092
Decimal144192146
Binary100100001100000010010010
Octal220300222

Shades and tints

Shades of #90C092

#90C092
(144,192,146)
#83AF85
(131,175,133)
#769E78
(118,158,120)
#698D6B
(105,141,107)
#5C7C5E
(92,124,94)
#4F6B51
(79,107,81)
#425A44
(66,90,68)
#354937
(53,73,55)
#28382A
(40,56,42)
#1B271D
(27,39,29)
#0E1610
(14,22,16)
#000000
(0,0,0)

Tints of #90C092

#90C092
(144,192,146)
#9AC59B
(154,197,155)
#A4CAA4
(164,202,164)
#AECFAD
(174,207,173)
#B8D4B6
(184,212,182)
#C2D9BF
(194,217,191)
#CCDEC8
(204,222,200)
#D6E3D1
(214,227,209)
#E0E8DA
(224,232,218)
#EAEDE3
(234,237,227)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90C092; }

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

This text font color is #90C092.


Background Color

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

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

This div background color is #90C092.


Border color

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

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

This div border color is #90C092.


Opacity

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

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

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

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

This text has shadow with #90C092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90C092 on black background.


Color preview on white background

This text has color #90C092 on white background.



Black color preview on #90C092 background

This text has black color on #90C092 background.


White color preview on #90C092 background

This text has white color on #90C092 background.