COLOR #AAC499

HEX: #AAC499
RGB: (170,196,153)

Color info

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

RGB color model

#AAC499 color RGB value is (170,196,153).

  • red value is 170;
  • green value is 196;
  • blue value is 153.
RGB:
(170,196,153)
(67%,77%,60%)

RGB channels and saturation

R 170 of 255 = 67%
G 196 of 255 = 77%
B 153 of 255 = 60%

170
196
153

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

Portions of RGB colors in percentages

R + G + B =
170 + 196 + 153 = 519 (100%)
R 170 of 519 ~ 32.76%
G 196 of 519 ~ 37.76%
B 153 of 519 ~ 29.48%

%32.76
%37.76
%29.48

CMYK color model

#AAC499 color CMYK value is (13,0,22,23).

  • cyan value is 13.27%
  • magenta value is 0.00%
  • yellow value is 21.94%
  • key color value is 23.14%
CMYK:
(13,0,22,23)
C13M0Y22K23 
(13%,0%,22%,23%)
(0.13/0.00/0.22/0.23)	

CMYK percentages

%13.27
%0
%21.94
%23.14

Codes

Color #AAC499 in popluar color models

AAC499
RGB170196153
HSL96°26.71%68.43%
HSB/HSV96°21.94%76.86%
CMYK13.27%0.00%21.94%
23.14%

Color #AAC499 in popluar number systems.

HEXAAC499
Decimal170196153
Binary101010101100010010011001
Octal252304231

Shades and tints

Shades of #AAC499

#AAC499
(170,196,153)
#9BB38C
(155,179,140)
#8CA27F
(140,162,127)
#7D9172
(125,145,114)
#6E8065
(110,128,101)
#5F6F58
(95,111,88)
#505E4B
(80,94,75)
#414D3E
(65,77,62)
#323C31
(50,60,49)
#232B24
(35,43,36)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #AAC499

#AAC499
(170,196,153)
#B1C9A2
(177,201,162)
#B8CEAB
(184,206,171)
#BFD3B4
(191,211,180)
#C6D8BD
(198,216,189)
#CDDDC6
(205,221,198)
#D4E2CF
(212,226,207)
#DBE7D8
(219,231,216)
#E2ECE1
(226,236,225)
#E9F1EA
(233,241,234)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAC499 color. Also use rgb(170,196,153) instead hex code.

Text Font Color

.myTextColor { color: #AAC499; }

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

This text font color is #AAC499.


Background Color

.myBgColor { background-color: #AAC499; }

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

This div background color is #AAC499.


Border color

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

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

This div border color is #AAC499.


Opacity

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

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

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

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

This text has shadow with #AAC499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC499 on black background.


Color preview on white background

This text has color #AAC499 on white background.



Black color preview on #AAC499 background

This text has black color on #AAC499 background.


White color preview on #AAC499 background

This text has white color on #AAC499 background.