COLOR #90A871

HEX: #90A871
RGB: (144,168,113)

Color info

#90A871 contains red, green and blue colors in about the same proportion. Web safe color of #90A871 is #999966 (or #996).

RGB color model

#90A871 color RGB value is (144,168,113).

  • red value is 144;
  • green value is 168;
  • blue value is 113.
RGB:
(144,168,113)
(56%,66%,44%)

RGB channels and saturation

R 144 of 255 = 56%
G 168 of 255 = 66%
B 113 of 255 = 44%

144
168
113

R + G + B ~ 55%. #90A871 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 168 + 113 = 425 (100%)
R 144 of 425 ~ 33.88%
G 168 of 425 ~ 39.53%
B 113 of 425 ~ 26.59%

%33.88
%39.53
%26.59

CMYK color model

#90A871 color CMYK value is (14,0,33,34).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 32.74%
  • key color value is 34.12%
CMYK:
(14,0,33,34)
C14M0Y33K34 
(14%,0%,33%,34%)
(0.14/0.00/0.33/0.34)	

CMYK percentages

%14.29
%0
%32.74
%34.12

Codes

Color #90A871 in popluar color models

90A871
RGB144168113
HSL86°24.02%55.10%
HSB/HSV86°32.74%65.88%
CMYK14.29%0.00%32.74%
34.12%

Color #90A871 in popluar number systems.

HEX90A871
Decimal144168113
Binary10010000101010001110001
Octal220250161

Shades and tints

Shades of #90A871

#90A871
(144,168,113)
#839967
(131,153,103)
#768A5D
(118,138,93)
#697B53
(105,123,83)
#5C6C49
(92,108,73)
#4F5D3F
(79,93,63)
#424E35
(66,78,53)
#353F2B
(53,63,43)
#283021
(40,48,33)
#1B2117
(27,33,23)
#0E120D
(14,18,13)
#000000
(0,0,0)

Tints of #90A871

#90A871
(144,168,113)
#9AAF7D
(154,175,125)
#A4B689
(164,182,137)
#AEBD95
(174,189,149)
#B8C4A1
(184,196,161)
#C2CBAD
(194,203,173)
#CCD2B9
(204,210,185)
#D6D9C5
(214,217,197)
#E0E0D1
(224,224,209)
#EAE7DD
(234,231,221)
#F4EEE9
(244,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90A871 color. Also use rgb(144,168,113) instead hex code.

Text Font Color

.myTextColor { color: #90A871; }

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

This text font color is #90A871.


Background Color

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

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

This div background color is #90A871.


Border color

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

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

This div border color is #90A871.


Opacity

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

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

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

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

This text has shadow with #90A871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90A871 on black background.


Color preview on white background

This text has color #90A871 on white background.



Black color preview on #90A871 background

This text has black color on #90A871 background.


White color preview on #90A871 background

This text has white color on #90A871 background.