COLOR #AACC72

HEX: #AACC72 RGB: (170,204,114)

Color info

#AACC72 contains mainly red and green colors. Web safe color of #AACC72 is #99CC66 (or #9C6).

RGB color model

#AACC72 color RGB value is (170,204,114).

RGB: (170,204,114) (67%, 80%, 45%)

RGB channels and saturation

R 170 of 255 = 67%
G 204 of 255 = 80%
B 114 of 255 = 45%

170
204
114

R + G + B ~ 64%. #AACC72 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 204 + 114 = 488 (100%)
R 170 of 488 ~ 34.84%
G 204 of 488 ~ 41.8%
B 114 of 488 ~ 23.36'%

%34.84
%41.8
%23.36

CMYK color model

#AACC72 color CMYK value is (17,0,44,20).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 44.12%
  • key color value is 20.00%

CMYK: (17,0,44,20)
C17M0Y44K20 (17%, 0%, 44%, 20%)
(0.17 / 0.00 / 0.44 / 0.20)

CMYK percentages

%16.67
%0
%44.12
%20

Codes

Color #AACC72 in popluar color models

AA CC 72
RGB 170 204 114
HSL 83° 46.88% 62.35%
HSB/HSV 83° 44.12% 80.00%
CMYK 16.67% 0.00% 44.12%
20.00%

Color #AACC72 in popluar number systems.

HEX AA CC 72
Decimal 170 204 114
Binary 10101010 11001100 1110010
Octal 252 314 162

Shades and tints

Shades of #AACC72

#AACC72
(170,204,114)
#9BBA68
(155,186,104)
#8CA85E
(140,168,94)
#7D9654
(125,150,84)
#6E844A
(110,132,74)
#5F7240
(95,114,64)
#506036
(80,96,54)
#414E2C
(65,78,44)
#323C22
(50,60,34)
#232A18
(35,42,24)
#14180E
(20,24,14)
#000000
(0,0,0)

Tints of #AACC72

#AACC72
(170,204,114)
#B1D07E
(177,208,126)
#B8D48A
(184,212,138)
#BFD896
(191,216,150)
#C6DCA2
(198,220,162)
#CDE0AE
(205,224,174)
#D4E4BA
(212,228,186)
#DBE8C6
(219,232,198)
#E2ECD2
(226,236,210)
#E9F0DE
(233,240,222)
#F0F4EA
(240,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AACC72 color. Also use rgb(170,204,114) instead hex code.

Text Font Color

.myTextColor { color: #AACC72; }

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

This text font color is #AACC72.

Background Color

.myBgColor { background-color: #AACC72; }

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

This div background color is #AACC72.

Border color

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

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

This div border color is #AACC72.

Opacity

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

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

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

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

This text has shadow with #AACC72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AACC72.

Preview

Color preview on black background

This text has color #AACC72 on black background.


Color preview on white background

This text has color #AACC72 on white background.


Black color preview on #AACC72 background

This text has black color on #AACC72 background.


White color preview on #AACC72 background

This text has white color on #AACC72 background.


Related colors

Complementary color

Complementary color for #hex is #55338D.


I love getcolorcode.com

Triadic colors

1 #72AACC and #CC72AA with #AACC72 are triadic colors.

2 #72CCAA and #CCAA72 with #AACC72 are triadic colors.