COLOR #ACCC8A

HEX: #ACCC8A
RGB: (172,204,138)

Color info

#ACCC8A contains mainly red and green colors. Web safe color of #ACCC8A is #99CC99 (or #9C9).

RGB color model

#ACCC8A color RGB value is (172,204,138).

  • red value is 172;
  • green value is 204;
  • blue value is 138.
RGB:
(172,204,138)
(67%,80%,54%)

RGB channels and saturation

R 172 of 255 = 67%
G 204 of 255 = 80%
B 138 of 255 = 54%

172
204
138

R + G + B ~ 67%. #ACCC8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 204 + 138 = 514 (100%)
R 172 of 514 ~ 33.46%
G 204 of 514 ~ 39.69%
B 138 of 514 ~ 26.85%

%33.46
%39.69
%26.85

CMYK color model

#ACCC8A color CMYK value is (16,0,32,20).

  • cyan value is 15.69%
  • magenta value is 0.00%
  • yellow value is 32.35%
  • key color value is 20.00%
CMYK:
(16,0,32,20)
C16M0Y32K20 
(16%,0%,32%,20%)
(0.16/0.00/0.32/0.20)	

CMYK percentages

%15.69
%0
%32.35
%20

Codes

Color #ACCC8A in popluar color models

ACCC8A
RGB172204138
HSL89°39.29%67.06%
HSB/HSV89°32.35%80.00%
CMYK15.69%0.00%32.35%
20.00%

Color #ACCC8A in popluar number systems.

HEXACCC8A
Decimal172204138
Binary101011001100110010001010
Octal254314212

Shades and tints

Shades of #ACCC8A

#ACCC8A
(172,204,138)
#9DBA7E
(157,186,126)
#8EA872
(142,168,114)
#7F9666
(127,150,102)
#70845A
(112,132,90)
#61724E
(97,114,78)
#526042
(82,96,66)
#434E36
(67,78,54)
#343C2A
(52,60,42)
#252A1E
(37,42,30)
#161812
(22,24,18)
#000000
(0,0,0)

Tints of #ACCC8A

#ACCC8A
(172,204,138)
#B3D094
(179,208,148)
#BAD49E
(186,212,158)
#C1D8A8
(193,216,168)
#C8DCB2
(200,220,178)
#CFE0BC
(207,224,188)
#D6E4C6
(214,228,198)
#DDE8D0
(221,232,208)
#E4ECDA
(228,236,218)
#EBF0E4
(235,240,228)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACCC8A color. Also use rgb(172,204,138) instead hex code.

Text Font Color

.myTextColor { color: #ACCC8A; }

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

This text font color is #ACCC8A.


Background Color

.myBgColor { background-color: #ACCC8A; }

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

This div background color is #ACCC8A.


Border color

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

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

This div border color is #ACCC8A.


Opacity

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

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

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

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

This text has shadow with #ACCC8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCC8A on black background.


Color preview on white background

This text has color #ACCC8A on white background.



Black color preview on #ACCC8A background

This text has black color on #ACCC8A background.


White color preview on #ACCC8A background

This text has white color on #ACCC8A background.