COLOR #90AC78

HEX: #90AC78
RGB: (144,172,120)

Color info

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

RGB color model

#90AC78 color RGB value is (144,172,120).

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

RGB channels and saturation

R 144 of 255 = 56%
G 172 of 255 = 67%
B 120 of 255 = 47%

144
172
120

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

Portions of RGB colors in percentages

R + G + B =
144 + 172 + 120 = 436 (100%)
R 144 of 436 ~ 33.03%
G 172 of 436 ~ 39.45%
B 120 of 436 ~ 27.52%

%33.03
%39.45
%27.52

CMYK color model

#90AC78 color CMYK value is (16,0,30,33).

  • cyan value is 16.28%
  • magenta value is 0.00%
  • yellow value is 30.23%
  • key color value is 32.55%
CMYK:
(16,0,30,33)
C16M0Y30K33 
(16%,0%,30%,33%)
(0.16/0.00/0.30/0.33)	

CMYK percentages

%16.28
%0
%30.23
%32.55

Codes

Color #90AC78 in popluar color models

90AC78
RGB144172120
HSL92°23.85%57.25%
HSB/HSV92°30.23%67.45%
CMYK16.28%0.00%30.23%
32.55%

Color #90AC78 in popluar number systems.

HEX90AC78
Decimal144172120
Binary10010000101011001111000
Octal220254170

Shades and tints

Shades of #90AC78

#90AC78
(144,172,120)
#839D6E
(131,157,110)
#768E64
(118,142,100)
#697F5A
(105,127,90)
#5C7050
(92,112,80)
#4F6146
(79,97,70)
#42523C
(66,82,60)
#354332
(53,67,50)
#283428
(40,52,40)
#1B251E
(27,37,30)
#0E1614
(14,22,20)
#000000
(0,0,0)

Tints of #90AC78

#90AC78
(144,172,120)
#9AB384
(154,179,132)
#A4BA90
(164,186,144)
#AEC19C
(174,193,156)
#B8C8A8
(184,200,168)
#C2CFB4
(194,207,180)
#CCD6C0
(204,214,192)
#D6DDCC
(214,221,204)
#E0E4D8
(224,228,216)
#EAEBE4
(234,235,228)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90AC78; }

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

This text font color is #90AC78.


Background Color

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

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

This div background color is #90AC78.


Border color

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

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

This div border color is #90AC78.


Opacity

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

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

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

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

This text has shadow with #90AC78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90AC78 on black background.


Color preview on white background

This text has color #90AC78 on white background.



Black color preview on #90AC78 background

This text has black color on #90AC78 background.


White color preview on #90AC78 background

This text has white color on #90AC78 background.