COLOR #90AC89

HEX: #90AC89
RGB: (144,172,137)

Color info

#90AC89 contains red, green and blue colors in about the same proportion. Web safe color of #90AC89 is #999999 (or #999).

RGB color model

#90AC89 color RGB value is (144,172,137).

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

RGB channels and saturation

R 144 of 255 = 56%
G 172 of 255 = 67%
B 137 of 255 = 54%

144
172
137

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

Portions of RGB colors in percentages

R + G + B =
144 + 172 + 137 = 453 (100%)
R 144 of 453 ~ 31.79%
G 172 of 453 ~ 37.97%
B 137 of 453 ~ 30.24%

%31.79
%37.97
%30.24

CMYK color model

#90AC89 color CMYK value is (16,0,20,33).

  • cyan value is 16.28%
  • magenta value is 0.00%
  • yellow value is 20.35%
  • key color value is 32.55%
CMYK:
(16,0,20,33)
C16M0Y20K33 
(16%,0%,20%,33%)
(0.16/0.00/0.20/0.33)	

CMYK percentages

%16.28
%0
%20.35
%32.55

Codes

Color #90AC89 in popluar color models

90AC89
RGB144172137
HSL108°17.41%60.59%
HSB/HSV108°20.35%67.45%
CMYK16.28%0.00%20.35%
32.55%

Color #90AC89 in popluar number systems.

HEX90AC89
Decimal144172137
Binary100100001010110010001001
Octal220254211

Shades and tints

Shades of #90AC89

#90AC89
(144,172,137)
#839D7D
(131,157,125)
#768E71
(118,142,113)
#697F65
(105,127,101)
#5C7059
(92,112,89)
#4F614D
(79,97,77)
#425241
(66,82,65)
#354335
(53,67,53)
#283429
(40,52,41)
#1B251D
(27,37,29)
#0E1611
(14,22,17)
#000000
(0,0,0)

Tints of #90AC89

#90AC89
(144,172,137)
#9AB393
(154,179,147)
#A4BA9D
(164,186,157)
#AEC1A7
(174,193,167)
#B8C8B1
(184,200,177)
#C2CFBB
(194,207,187)
#CCD6C5
(204,214,197)
#D6DDCF
(214,221,207)
#E0E4D9
(224,228,217)
#EAEBE3
(234,235,227)
#F4F2ED
(244,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90AC89; }

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

This text font color is #90AC89.


Background Color

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

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

This div background color is #90AC89.


Border color

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

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

This div border color is #90AC89.


Opacity

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

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

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

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

This text has shadow with #90AC89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90AC89 on black background.


Color preview on white background

This text has color #90AC89 on white background.



Black color preview on #90AC89 background

This text has black color on #90AC89 background.


White color preview on #90AC89 background

This text has white color on #90AC89 background.