COLOR #AAC292

HEX: #AAC292
RGB: (170,194,146)

Color info

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

RGB color model

#AAC292 color RGB value is (170,194,146).

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

RGB channels and saturation

R 170 of 255 = 67%
G 194 of 255 = 76%
B 146 of 255 = 57%

170
194
146

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

Portions of RGB colors in percentages

R + G + B =
170 + 194 + 146 = 510 (100%)
R 170 of 510 ~ 33.33%
G 194 of 510 ~ 38.04%
B 146 of 510 ~ 28.63%

%33.33
%38.04
%28.63

CMYK color model

#AAC292 color CMYK value is (12,0,25,24).

  • cyan value is 12.37%
  • magenta value is 0.00%
  • yellow value is 24.74%
  • key color value is 23.92%
CMYK:
(12,0,25,24)
C12M0Y25K24 
(12%,0%,25%,24%)
(0.12/0.00/0.25/0.24)	

CMYK percentages

%12.37
%0
%24.74
%23.92

Codes

Color #AAC292 in popluar color models

AAC292
RGB170194146
HSL90°28.24%66.67%
HSB/HSV90°24.74%76.08%
CMYK12.37%0.00%24.74%
23.92%

Color #AAC292 in popluar number systems.

HEXAAC292
Decimal170194146
Binary101010101100001010010010
Octal252302222

Shades and tints

Shades of #AAC292

#AAC292
(170,194,146)
#9BB185
(155,177,133)
#8CA078
(140,160,120)
#7D8F6B
(125,143,107)
#6E7E5E
(110,126,94)
#5F6D51
(95,109,81)
#505C44
(80,92,68)
#414B37
(65,75,55)
#323A2A
(50,58,42)
#23291D
(35,41,29)
#141810
(20,24,16)
#000000
(0,0,0)

Tints of #AAC292

#AAC292
(170,194,146)
#B1C79B
(177,199,155)
#B8CCA4
(184,204,164)
#BFD1AD
(191,209,173)
#C6D6B6
(198,214,182)
#CDDBBF
(205,219,191)
#D4E0C8
(212,224,200)
#DBE5D1
(219,229,209)
#E2EADA
(226,234,218)
#E9EFE3
(233,239,227)
#F0F4EC
(240,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC292; }

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

This text font color is #AAC292.


Background Color

.myBgColor { background-color: #AAC292; }

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

This div background color is #AAC292.


Border color

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

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

This div border color is #AAC292.


Opacity

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

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

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

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

This text has shadow with #AAC292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC292 on black background.


Color preview on white background

This text has color #AAC292 on white background.



Black color preview on #AAC292 background

This text has black color on #AAC292 background.


White color preview on #AAC292 background

This text has white color on #AAC292 background.