COLOR #AAC39D

HEX: #AAC39D
RGB: (170,195,157)

Color info

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

RGB color model

#AAC39D color RGB value is (170,195,157).

  • red value is 170;
  • green value is 195;
  • blue value is 157.
RGB:
(170,195,157)
(67%,76%,62%)

RGB channels and saturation

R 170 of 255 = 67%
G 195 of 255 = 76%
B 157 of 255 = 62%

170
195
157

R + G + B ~ 68%. #AAC39D is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 195 + 157 = 522 (100%)
R 170 of 522 ~ 32.57%
G 195 of 522 ~ 37.36%
B 157 of 522 ~ 30.08%

%32.57
%37.36
%30.08

CMYK color model

#AAC39D color CMYK value is (13,0,19,24).

  • cyan value is 12.82%
  • magenta value is 0.00%
  • yellow value is 19.49%
  • key color value is 23.53%
CMYK:
(13,0,19,24)
C13M0Y19K24 
(13%,0%,19%,24%)
(0.13/0.00/0.19/0.24)	

CMYK percentages

%12.82
%0
%19.49
%23.53

Codes

Color #AAC39D in popluar color models

AAC39D
RGB170195157
HSL99°24.05%69.02%
HSB/HSV99°19.49%76.47%
CMYK12.82%0.00%19.49%
23.53%

Color #AAC39D in popluar number systems.

HEXAAC39D
Decimal170195157
Binary101010101100001110011101
Octal252303235

Shades and tints

Shades of #AAC39D

#AAC39D
(170,195,157)
#9BB28F
(155,178,143)
#8CA181
(140,161,129)
#7D9073
(125,144,115)
#6E7F65
(110,127,101)
#5F6E57
(95,110,87)
#505D49
(80,93,73)
#414C3B
(65,76,59)
#323B2D
(50,59,45)
#232A1F
(35,42,31)
#141911
(20,25,17)
#000000
(0,0,0)

Tints of #AAC39D

#AAC39D
(170,195,157)
#B1C8A5
(177,200,165)
#B8CDAD
(184,205,173)
#BFD2B5
(191,210,181)
#C6D7BD
(198,215,189)
#CDDCC5
(205,220,197)
#D4E1CD
(212,225,205)
#DBE6D5
(219,230,213)
#E2EBDD
(226,235,221)
#E9F0E5
(233,240,229)
#F0F5ED
(240,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAC39D color. Also use rgb(170,195,157) instead hex code.

Text Font Color

.myTextColor { color: #AAC39D; }

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

This text font color is #AAC39D.


Background Color

.myBgColor { background-color: #AAC39D; }

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

This div background color is #AAC39D.


Border color

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

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

This div border color is #AAC39D.


Opacity

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

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

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

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

This text has shadow with #AAC39D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC39D on black background.


Color preview on white background

This text has color #AAC39D on white background.



Black color preview on #AAC39D background

This text has black color on #AAC39D background.


White color preview on #AAC39D background

This text has white color on #AAC39D background.