COLOR #AAC592

HEX: #AAC592
RGB: (170,197,146)

Color info

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

RGB color model

#AAC592 color RGB value is (170,197,146).

  • red value is 170;
  • green value is 197;
  • blue value is 146.
RGB:
(170,197,146)
(67%,77%,57%)

RGB channels and saturation

R 170 of 255 = 67%
G 197 of 255 = 77%
B 146 of 255 = 57%

170
197
146

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

Portions of RGB colors in percentages

R + G + B =
170 + 197 + 146 = 513 (100%)
R 170 of 513 ~ 33.14%
G 197 of 513 ~ 38.4%
B 146 of 513 ~ 28.46%

%33.14
%38.4
%28.46

CMYK color model

#AAC592 color CMYK value is (14,0,26,23).

  • cyan value is 13.71%
  • magenta value is 0.00%
  • yellow value is 25.89%
  • key color value is 22.75%
CMYK:
(14,0,26,23)
C14M0Y26K23 
(14%,0%,26%,23%)
(0.14/0.00/0.26/0.23)	

CMYK percentages

%13.71
%0
%25.89
%22.75

Codes

Color #AAC592 in popluar color models

AAC592
RGB170197146
HSL92°30.54%67.25%
HSB/HSV92°25.89%77.25%
CMYK13.71%0.00%25.89%
22.75%

Color #AAC592 in popluar number systems.

HEXAAC592
Decimal170197146
Binary101010101100010110010010
Octal252305222

Shades and tints

Shades of #AAC592

#AAC592
(170,197,146)
#9BB485
(155,180,133)
#8CA378
(140,163,120)
#7D926B
(125,146,107)
#6E815E
(110,129,94)
#5F7051
(95,112,81)
#505F44
(80,95,68)
#414E37
(65,78,55)
#323D2A
(50,61,42)
#232C1D
(35,44,29)
#141B10
(20,27,16)
#000000
(0,0,0)

Tints of #AAC592

#AAC592
(170,197,146)
#B1CA9B
(177,202,155)
#B8CFA4
(184,207,164)
#BFD4AD
(191,212,173)
#C6D9B6
(198,217,182)
#CDDEBF
(205,222,191)
#D4E3C8
(212,227,200)
#DBE8D1
(219,232,209)
#E2EDDA
(226,237,218)
#E9F2E3
(233,242,227)
#F0F7EC
(240,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAC592 color. Also use rgb(170,197,146) instead hex code.

Text Font Color

.myTextColor { color: #AAC592; }

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

This text font color is #AAC592.


Background Color

.myBgColor { background-color: #AAC592; }

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

This div background color is #AAC592.


Border color

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

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

This div border color is #AAC592.


Opacity

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

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

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

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

This text has shadow with #AAC592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC592 on black background.


Color preview on white background

This text has color #AAC592 on white background.



Black color preview on #AAC592 background

This text has black color on #AAC592 background.


White color preview on #AAC592 background

This text has white color on #AAC592 background.