COLOR #AAC298

HEX: #AAC298
RGB: (170,194,152)

Color info

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

RGB color model

#AAC298 color RGB value is (170,194,152).

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

RGB channels and saturation

R 170 of 255 = 67%
G 194 of 255 = 76%
B 152 of 255 = 60%

170
194
152

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

Portions of RGB colors in percentages

R + G + B =
170 + 194 + 152 = 516 (100%)
R 170 of 516 ~ 32.95%
G 194 of 516 ~ 37.6%
B 152 of 516 ~ 29.46%

%32.95
%37.6
%29.46

CMYK color model

#AAC298 color CMYK value is (12,0,22,24).

  • cyan value is 12.37%
  • magenta value is 0.00%
  • yellow value is 21.65%
  • key color value is 23.92%
CMYK:
(12,0,22,24)
C12M0Y22K24 
(12%,0%,22%,24%)
(0.12/0.00/0.22/0.24)	

CMYK percentages

%12.37
%0
%21.65
%23.92

Codes

Color #AAC298 in popluar color models

AAC298
RGB170194152
HSL94°25.61%67.84%
HSB/HSV94°21.65%76.08%
CMYK12.37%0.00%21.65%
23.92%

Color #AAC298 in popluar number systems.

HEXAAC298
Decimal170194152
Binary101010101100001010011000
Octal252302230

Shades and tints

Shades of #AAC298

#AAC298
(170,194,152)
#9BB18B
(155,177,139)
#8CA07E
(140,160,126)
#7D8F71
(125,143,113)
#6E7E64
(110,126,100)
#5F6D57
(95,109,87)
#505C4A
(80,92,74)
#414B3D
(65,75,61)
#323A30
(50,58,48)
#232923
(35,41,35)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #AAC298

#AAC298
(170,194,152)
#B1C7A1
(177,199,161)
#B8CCAA
(184,204,170)
#BFD1B3
(191,209,179)
#C6D6BC
(198,214,188)
#CDDBC5
(205,219,197)
#D4E0CE
(212,224,206)
#DBE5D7
(219,229,215)
#E2EAE0
(226,234,224)
#E9EFE9
(233,239,233)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC298; }

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

This text font color is #AAC298.


Background Color

.myBgColor { background-color: #AAC298; }

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

This div background color is #AAC298.


Border color

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

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

This div border color is #AAC298.


Opacity

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

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

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

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

This text has shadow with #AAC298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC298 on black background.


Color preview on white background

This text has color #AAC298 on white background.



Black color preview on #AAC298 background

This text has black color on #AAC298 background.


White color preview on #AAC298 background

This text has white color on #AAC298 background.