COLOR #AAC78A

HEX: #AAC78A
RGB: (170,199,138)

Color info

#AAC78A contains mainly red and green colors. Web safe color of #AAC78A is #99CC99 (or #9C9).

RGB color model

#AAC78A color RGB value is (170,199,138).

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

RGB channels and saturation

R 170 of 255 = 67%
G 199 of 255 = 78%
B 138 of 255 = 54%

170
199
138

R + G + B ~ 66%. #AAC78A is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 199 + 138 = 507 (100%)
R 170 of 507 ~ 33.53%
G 199 of 507 ~ 39.25%
B 138 of 507 ~ 27.22%

%33.53
%39.25
%27.22

CMYK color model

#AAC78A color CMYK value is (15,0,31,22).

  • cyan value is 14.57%
  • magenta value is 0.00%
  • yellow value is 30.65%
  • key color value is 21.96%
CMYK:
(15,0,31,22)
C15M0Y31K22 
(15%,0%,31%,22%)
(0.15/0.00/0.31/0.22)	

CMYK percentages

%14.57
%0
%30.65
%21.96

Codes

Color #AAC78A in popluar color models

AAC78A
RGB170199138
HSL89°35.26%66.08%
HSB/HSV89°30.65%78.04%
CMYK14.57%0.00%30.65%
21.96%

Color #AAC78A in popluar number systems.

HEXAAC78A
Decimal170199138
Binary101010101100011110001010
Octal252307212

Shades and tints

Shades of #AAC78A

#AAC78A
(170,199,138)
#9BB57E
(155,181,126)
#8CA372
(140,163,114)
#7D9166
(125,145,102)
#6E7F5A
(110,127,90)
#5F6D4E
(95,109,78)
#505B42
(80,91,66)
#414936
(65,73,54)
#32372A
(50,55,42)
#23251E
(35,37,30)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #AAC78A

#AAC78A
(170,199,138)
#B1CC94
(177,204,148)
#B8D19E
(184,209,158)
#BFD6A8
(191,214,168)
#C6DBB2
(198,219,178)
#CDE0BC
(205,224,188)
#D4E5C6
(212,229,198)
#DBEAD0
(219,234,208)
#E2EFDA
(226,239,218)
#E9F4E4
(233,244,228)
#F0F9EE
(240,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC78A; }

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

This text font color is #AAC78A.


Background Color

.myBgColor { background-color: #AAC78A; }

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

This div background color is #AAC78A.


Border color

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

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

This div border color is #AAC78A.


Opacity

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

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

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

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

This text has shadow with #AAC78A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC78A on black background.


Color preview on white background

This text has color #AAC78A on white background.



Black color preview on #AAC78A background

This text has black color on #AAC78A background.


White color preview on #AAC78A background

This text has white color on #AAC78A background.