COLOR #AAC78D

HEX: #AAC78D
RGB: (170,199,141)

Color info

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

RGB color model

#AAC78D color RGB value is (170,199,141).

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

RGB channels and saturation

R 170 of 255 = 67%
G 199 of 255 = 78%
B 141 of 255 = 55%

170
199
141

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

Portions of RGB colors in percentages

R + G + B =
170 + 199 + 141 = 510 (100%)
R 170 of 510 ~ 33.33%
G 199 of 510 ~ 39.02%
B 141 of 510 ~ 27.65%

%33.33
%39.02
%27.65

CMYK color model

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

  • cyan value is 14.57%
  • magenta value is 0.00%
  • yellow value is 29.15%
  • 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
%29.15
%21.96

Codes

Color #AAC78D in popluar color models

AAC78D
RGB170199141
HSL90°34.12%66.67%
HSB/HSV90°29.15%78.04%
CMYK14.57%0.00%29.15%
21.96%

Color #AAC78D in popluar number systems.

HEXAAC78D
Decimal170199141
Binary101010101100011110001101
Octal252307215

Shades and tints

Shades of #AAC78D

#AAC78D
(170,199,141)
#9BB581
(155,181,129)
#8CA375
(140,163,117)
#7D9169
(125,145,105)
#6E7F5D
(110,127,93)
#5F6D51
(95,109,81)
#505B45
(80,91,69)
#414939
(65,73,57)
#32372D
(50,55,45)
#232521
(35,37,33)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #AAC78D

#AAC78D
(170,199,141)
#B1CC97
(177,204,151)
#B8D1A1
(184,209,161)
#BFD6AB
(191,214,171)
#C6DBB5
(198,219,181)
#CDE0BF
(205,224,191)
#D4E5C9
(212,229,201)
#DBEAD3
(219,234,211)
#E2EFDD
(226,239,221)
#E9F4E7
(233,244,231)
#F0F9F1
(240,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC78D; }

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

This text font color is #AAC78D.


Background Color

.myBgColor { background-color: #AAC78D; }

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

This div background color is #AAC78D.


Border color

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

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

This div border color is #AAC78D.


Opacity

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

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

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

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

This text has shadow with #AAC78D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC78D on black background.


Color preview on white background

This text has color #AAC78D on white background.



Black color preview on #AAC78D background

This text has black color on #AAC78D background.


White color preview on #AAC78D background

This text has white color on #AAC78D background.