COLOR #ACC976

HEX: #ACC976 RGB: (172,201,118)

Color info

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

RGB color model

#ACC976 color RGB value is (172,201,118).

RGB: (172,201,118) (67%, 79%, 46%)

RGB channels and saturation

R 172 of 255 = 67%
G 201 of 255 = 79%
B 118 of 255 = 46%

172
201
118

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

Portions of RGB colors in percentages

R + G + B = 172 + 201 + 118 = 491 (100%)
R 172 of 491 ~ 35.03%
G 201 of 491 ~ 40.94%
B 118 of 491 ~ 24.03'%

%35.03
%40.94
%24.03

CMYK color model

#ACC976 color CMYK value is (14,0,41,21).

  • cyan value is 14.43%
  • magenta value is 0.00%
  • yellow value is 41.29%
  • key color value is 21.18%

CMYK: (14,0,41,21)
C14M0Y41K21 (14%, 0%, 41%, 21%)
(0.14 / 0.00 / 0.41 / 0.21)

CMYK percentages

%14.43
%0
%41.29
%21.18

Codes

Color #ACC976 in popluar color models

AC C9 76
RGB 172 201 118
HSL 81° 43.46% 62.55%
HSB/HSV 81° 41.29% 78.82%
CMYK 14.43% 0.00% 41.29%
21.18%

Color #ACC976 in popluar number systems.

HEX AC C9 76
Decimal 172 201 118
Binary 10101100 11001001 1110110
Octal 254 311 166

Shades and tints

Shades of #ACC976

#ACC976
(172,201,118)
#9DB76C
(157,183,108)
#8EA562
(142,165,98)
#7F9358
(127,147,88)
#70814E
(112,129,78)
#616F44
(97,111,68)
#525D3A
(82,93,58)
#434B30
(67,75,48)
#343926
(52,57,38)
#25271C
(37,39,28)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #ACC976

#ACC976
(172,201,118)
#B3CD82
(179,205,130)
#BAD18E
(186,209,142)
#C1D59A
(193,213,154)
#C8D9A6
(200,217,166)
#CFDDB2
(207,221,178)
#D6E1BE
(214,225,190)
#DDE5CA
(221,229,202)
#E4E9D6
(228,233,214)
#EBEDE2
(235,237,226)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC976 color. Also use rgb(172,201,118) instead hex code.

Text Font Color

.myTextColor { color: #ACC976; }

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

This text font color is #ACC976.

Background Color

.myBgColor { background-color: #ACC976; }

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

This div background color is #ACC976.

Border color

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

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

This div border color is #ACC976.

Opacity

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

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

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

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

This text has shadow with #ACC976 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC976.

Preview

Color preview on black background

This text has color #ACC976 on black background.


Color preview on white background

This text has color #ACC976 on white background.


Black color preview on #ACC976 background

This text has black color on #ACC976 background.


White color preview on #ACC976 background

This text has white color on #ACC976 background.


Related colors

Complementary color

Complementary color for #hex is #533689.


I love getcolorcode.com

Triadic colors

1 #76ACC9 and #C976AC with #ACC976 are triadic colors.

2 #76C9AC and #C9AC76 with #ACC976 are triadic colors.