COLOR #ACC76D

HEX: #ACC76D
RGB: (172,199,109)

Color info

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

RGB color model

#ACC76D color RGB value is (172,199,109).

  • red value is 172;
  • green value is 199;
  • blue value is 109.
RGB:
(172,199,109)
(67%,78%,43%)

RGB channels and saturation

R 172 of 255 = 67%
G 199 of 255 = 78%
B 109 of 255 = 43%

172
199
109

R + G + B ~ 63%. #ACC76D is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 199 + 109 = 480 (100%)
R 172 of 480 ~ 35.83%
G 199 of 480 ~ 41.46%
B 109 of 480 ~ 22.71%

%35.83
%41.46
%22.71

CMYK color model

#ACC76D color CMYK value is (14,0,45,22).

  • cyan value is 13.57%
  • magenta value is 0.00%
  • yellow value is 45.23%
  • key color value is 21.96%
CMYK:
(14,0,45,22)
C14M0Y45K22 
(14%,0%,45%,22%)
(0.14/0.00/0.45/0.22)	

CMYK percentages

%13.57
%0
%45.23
%21.96

Codes

Color #ACC76D in popluar color models

ACC76D
RGB172199109
HSL78°44.55%60.39%
HSB/HSV78°45.23%78.04%
CMYK13.57%0.00%45.23%
21.96%

Color #ACC76D in popluar number systems.

HEXACC76D
Decimal172199109
Binary10101100110001111101101
Octal254307155

Shades and tints

Shades of #ACC76D

#ACC76D
(172,199,109)
#9DB564
(157,181,100)
#8EA35B
(142,163,91)
#7F9152
(127,145,82)
#707F49
(112,127,73)
#616D40
(97,109,64)
#525B37
(82,91,55)
#43492E
(67,73,46)
#343725
(52,55,37)
#25251C
(37,37,28)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #ACC76D

#ACC76D
(172,199,109)
#B3CC7A
(179,204,122)
#BAD187
(186,209,135)
#C1D694
(193,214,148)
#C8DBA1
(200,219,161)
#CFE0AE
(207,224,174)
#D6E5BB
(214,229,187)
#DDEAC8
(221,234,200)
#E4EFD5
(228,239,213)
#EBF4E2
(235,244,226)
#F2F9EF
(242,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC76D color. Also use rgb(172,199,109) instead hex code.

Text Font Color

.myTextColor { color: #ACC76D; }

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

This text font color is #ACC76D.


Background Color

.myBgColor { background-color: #ACC76D; }

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

This div background color is #ACC76D.


Border color

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

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

This div border color is #ACC76D.


Opacity

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

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

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

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

This text has shadow with #ACC76D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC76D on black background.


Color preview on white background

This text has color #ACC76D on white background.



Black color preview on #ACC76D background

This text has black color on #ACC76D background.


White color preview on #ACC76D background

This text has white color on #ACC76D background.