COLOR #ACC070

HEX: #ACC070 RGB: (172,192,112)

Color info

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

RGB color model

#ACC070 color RGB value is (172,192,112).

RGB: (172,192,112) (67%, 75%, 44%)

RGB channels and saturation

R 172 of 255 = 67%
G 192 of 255 = 75%
B 112 of 255 = 44%

172
192
112

R + G + B ~ 62%. #ACC070 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 192 + 112 = 476 (100%)
R 172 of 476 ~ 36.13%
G 192 of 476 ~ 40.34%
B 112 of 476 ~ 23.53'%

%36.13
%40.34
%23.53

CMYK color model

#ACC070 color CMYK value is (10,0,42,25).

  • cyan value is 10.42%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 24.71%

CMYK: (10,0,42,25)
C10M0Y42K25 (10%, 0%, 42%, 25%)
(0.10 / 0.00 / 0.42 / 0.25)

CMYK percentages

%10.42
%0
%41.67
%24.71

Codes

Color #ACC070 in popluar color models

AC C0 70
RGB 172 192 112
HSL 75° 38.83% 59.61%
HSB/HSV 75° 41.67% 75.29%
CMYK 10.42% 0.00% 41.67%
24.71%

Color #ACC070 in popluar number systems.

HEX AC C0 70
Decimal 172 192 112
Binary 10101100 11000000 1110000
Octal 254 300 160

Shades and tints

Shades of #ACC070

#ACC070
(172,192,112)
#9DAF66
(157,175,102)
#8E9E5C
(142,158,92)
#7F8D52
(127,141,82)
#707C48
(112,124,72)
#616B3E
(97,107,62)
#525A34
(82,90,52)
#43492A
(67,73,42)
#343820
(52,56,32)
#252716
(37,39,22)
#16160C
(22,22,12)
#000000
(0,0,0)

Tints of #ACC070

#ACC070
(172,192,112)
#B3C57D
(179,197,125)
#BACA8A
(186,202,138)
#C1CF97
(193,207,151)
#C8D4A4
(200,212,164)
#CFD9B1
(207,217,177)
#D6DEBE
(214,222,190)
#DDE3CB
(221,227,203)
#E4E8D8
(228,232,216)
#EBEDE5
(235,237,229)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC070 color. Also use rgb(172,192,112) instead hex code.

Text Font Color

.myTextColor { color: #ACC070; }

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

This text font color is #ACC070.

Background Color

.myBgColor { background-color: #ACC070; }

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

This div background color is #ACC070.

Border color

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

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

This div border color is #ACC070.

Opacity

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

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

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

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

This text has shadow with #ACC070 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC070.

Preview

Color preview on black background

This text has color #ACC070 on black background.


Color preview on white background

This text has color #ACC070 on white background.


Black color preview on #ACC070 background

This text has black color on #ACC070 background.


White color preview on #ACC070 background

This text has white color on #ACC070 background.


Related colors

Complementary color

Complementary color for #hex is #533F8F.


I love getcolorcode.com

Triadic colors

1 #70ACC0 and #C070AC with #ACC070 are triadic colors.

2 #70C0AC and #C0AC70 with #ACC070 are triadic colors.