COLOR #90AC71

HEX: #90AC71
RGB: (144,172,113)

Color info

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

RGB color model

#90AC71 color RGB value is (144,172,113).

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

RGB channels and saturation

R 144 of 255 = 56%
G 172 of 255 = 67%
B 113 of 255 = 44%

144
172
113

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

Portions of RGB colors in percentages

R + G + B =
144 + 172 + 113 = 429 (100%)
R 144 of 429 ~ 33.57%
G 172 of 429 ~ 40.09%
B 113 of 429 ~ 26.34%

%33.57
%40.09
%26.34

CMYK color model

#90AC71 color CMYK value is (16,0,34,33).

  • cyan value is 16.28%
  • magenta value is 0.00%
  • yellow value is 34.30%
  • key color value is 32.55%
CMYK:
(16,0,34,33)
C16M0Y34K33 
(16%,0%,34%,33%)
(0.16/0.00/0.34/0.33)	

CMYK percentages

%16.28
%0
%34.3
%32.55

Codes

Color #90AC71 in popluar color models

90AC71
RGB144172113
HSL88°26.22%55.88%
HSB/HSV88°34.30%67.45%
CMYK16.28%0.00%34.30%
32.55%

Color #90AC71 in popluar number systems.

HEX90AC71
Decimal144172113
Binary10010000101011001110001
Octal220254161

Shades and tints

Shades of #90AC71

#90AC71
(144,172,113)
#839D67
(131,157,103)
#768E5D
(118,142,93)
#697F53
(105,127,83)
#5C7049
(92,112,73)
#4F613F
(79,97,63)
#425235
(66,82,53)
#35432B
(53,67,43)
#283421
(40,52,33)
#1B2517
(27,37,23)
#0E160D
(14,22,13)
#000000
(0,0,0)

Tints of #90AC71

#90AC71
(144,172,113)
#9AB37D
(154,179,125)
#A4BA89
(164,186,137)
#AEC195
(174,193,149)
#B8C8A1
(184,200,161)
#C2CFAD
(194,207,173)
#CCD6B9
(204,214,185)
#D6DDC5
(214,221,197)
#E0E4D1
(224,228,209)
#EAEBDD
(234,235,221)
#F4F2E9
(244,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90AC71; }

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

This text font color is #90AC71.


Background Color

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

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

This div background color is #90AC71.


Border color

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

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

This div border color is #90AC71.


Opacity

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

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

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

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

This text has shadow with #90AC71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90AC71 on black background.


Color preview on white background

This text has color #90AC71 on white background.



Black color preview on #90AC71 background

This text has black color on #90AC71 background.


White color preview on #90AC71 background

This text has white color on #90AC71 background.