COLOR #AAC78E

HEX: #AAC78E
RGB: (170,199,142)

Color info

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

RGB color model

#AAC78E color RGB value is (170,199,142).

  • red value is 170;
  • green value is 199;
  • blue value is 142.
RGB:
(170,199,142)
(67%,78%,56%)

RGB channels and saturation

R 170 of 255 = 67%
G 199 of 255 = 78%
B 142 of 255 = 56%

170
199
142

R + G + B ~ 67%. #AAC78E is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 199 + 142 = 511 (100%)
R 170 of 511 ~ 33.27%
G 199 of 511 ~ 38.94%
B 142 of 511 ~ 27.79%

%33.27
%38.94
%27.79

CMYK color model

#AAC78E color CMYK value is (15,0,29,22).

  • cyan value is 14.57%
  • magenta value is 0.00%
  • yellow value is 28.64%
  • key color value is 21.96%
CMYK:
(15,0,29,22)
C15M0Y29K22 
(15%,0%,29%,22%)
(0.15/0.00/0.29/0.22)	

CMYK percentages

%14.57
%0
%28.64
%21.96

Codes

Color #AAC78E in popluar color models

AAC78E
RGB170199142
HSL91°33.73%66.86%
HSB/HSV91°28.64%78.04%
CMYK14.57%0.00%28.64%
21.96%

Color #AAC78E in popluar number systems.

HEXAAC78E
Decimal170199142
Binary101010101100011110001110
Octal252307216

Shades and tints

Shades of #AAC78E

#AAC78E
(170,199,142)
#9BB582
(155,181,130)
#8CA376
(140,163,118)
#7D916A
(125,145,106)
#6E7F5E
(110,127,94)
#5F6D52
(95,109,82)
#505B46
(80,91,70)
#41493A
(65,73,58)
#32372E
(50,55,46)
#232522
(35,37,34)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #AAC78E

#AAC78E
(170,199,142)
#B1CC98
(177,204,152)
#B8D1A2
(184,209,162)
#BFD6AC
(191,214,172)
#C6DBB6
(198,219,182)
#CDE0C0
(205,224,192)
#D4E5CA
(212,229,202)
#DBEAD4
(219,234,212)
#E2EFDE
(226,239,222)
#E9F4E8
(233,244,232)
#F0F9F2
(240,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAC78E color. Also use rgb(170,199,142) instead hex code.

Text Font Color

.myTextColor { color: #AAC78E; }

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

This text font color is #AAC78E.


Background Color

.myBgColor { background-color: #AAC78E; }

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

This div background color is #AAC78E.


Border color

.myBorderColor { border: 1px solid #AAC78E; }

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

This div border color is #AAC78E.


Opacity

.myOpacity80 { color: #AAC78E; opacity: 0.8; }

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

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

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

This text has shadow with #AAC78E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC78E on black background.


Color preview on white background

This text has color #AAC78E on white background.



Black color preview on #AAC78E background

This text has black color on #AAC78E background.


White color preview on #AAC78E background

This text has white color on #AAC78E background.