COLOR #90C086

HEX: #90C086
RGB: (144,192,134)

Color info

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

RGB color model

#90C086 color RGB value is (144,192,134).

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

RGB channels and saturation

R 144 of 255 = 56%
G 192 of 255 = 75%
B 134 of 255 = 53%

144
192
134

R + G + B ~ 61%. #90C086 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 192 + 134 = 470 (100%)
R 144 of 470 ~ 30.64%
G 192 of 470 ~ 40.85%
B 134 of 470 ~ 28.51%

%30.64
%40.85
%28.51

CMYK color model

#90C086 color CMYK value is (25,0,30,25).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 30.21%
  • key color value is 24.71%
CMYK:
(25,0,30,25)
C25M0Y30K25 
(25%,0%,30%,25%)
(0.25/0.00/0.30/0.25)	

CMYK percentages

%25
%0
%30.21
%24.71

Codes

Color #90C086 in popluar color models

90C086
RGB144192134
HSL110°31.52%63.92%
HSB/HSV110°30.21%75.29%
CMYK25.00%0.00%30.21%
24.71%

Color #90C086 in popluar number systems.

HEX90C086
Decimal144192134
Binary100100001100000010000110
Octal220300206

Shades and tints

Shades of #90C086

#90C086
(144,192,134)
#83AF7A
(131,175,122)
#769E6E
(118,158,110)
#698D62
(105,141,98)
#5C7C56
(92,124,86)
#4F6B4A
(79,107,74)
#425A3E
(66,90,62)
#354932
(53,73,50)
#283826
(40,56,38)
#1B271A
(27,39,26)
#0E160E
(14,22,14)
#000000
(0,0,0)

Tints of #90C086

#90C086
(144,192,134)
#9AC591
(154,197,145)
#A4CA9C
(164,202,156)
#AECFA7
(174,207,167)
#B8D4B2
(184,212,178)
#C2D9BD
(194,217,189)
#CCDEC8
(204,222,200)
#D6E3D3
(214,227,211)
#E0E8DE
(224,232,222)
#EAEDE9
(234,237,233)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90C086; }

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

This text font color is #90C086.


Background Color

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

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

This div background color is #90C086.


Border color

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

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

This div border color is #90C086.


Opacity

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

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

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

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

This text has shadow with #90C086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90C086 on black background.


Color preview on white background

This text has color #90C086 on white background.



Black color preview on #90C086 background

This text has black color on #90C086 background.


White color preview on #90C086 background

This text has white color on #90C086 background.