COLOR #ACCC8E

HEX: #ACCC8E
RGB: (172,204,142)

Color info

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

RGB color model

#ACCC8E color RGB value is (172,204,142).

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

RGB channels and saturation

R 172 of 255 = 67%
G 204 of 255 = 80%
B 142 of 255 = 56%

172
204
142

R + G + B ~ 68%. #ACCC8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 204 + 142 = 518 (100%)
R 172 of 518 ~ 33.2%
G 204 of 518 ~ 39.38%
B 142 of 518 ~ 27.41%

%33.2
%39.38
%27.41

CMYK color model

#ACCC8E color CMYK value is (16,0,30,20).

  • cyan value is 15.69%
  • magenta value is 0.00%
  • yellow value is 30.39%
  • key color value is 20.00%
CMYK:
(16,0,30,20)
C16M0Y30K20 
(16%,0%,30%,20%)
(0.16/0.00/0.30/0.20)	

CMYK percentages

%15.69
%0
%30.39
%20

Codes

Color #ACCC8E in popluar color models

ACCC8E
RGB172204142
HSL91°37.80%67.84%
HSB/HSV91°30.39%80.00%
CMYK15.69%0.00%30.39%
20.00%

Color #ACCC8E in popluar number systems.

HEXACCC8E
Decimal172204142
Binary101011001100110010001110
Octal254314216

Shades and tints

Shades of #ACCC8E

#ACCC8E
(172,204,142)
#9DBA82
(157,186,130)
#8EA876
(142,168,118)
#7F966A
(127,150,106)
#70845E
(112,132,94)
#617252
(97,114,82)
#526046
(82,96,70)
#434E3A
(67,78,58)
#343C2E
(52,60,46)
#252A22
(37,42,34)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #ACCC8E

#ACCC8E
(172,204,142)
#B3D098
(179,208,152)
#BAD4A2
(186,212,162)
#C1D8AC
(193,216,172)
#C8DCB6
(200,220,182)
#CFE0C0
(207,224,192)
#D6E4CA
(214,228,202)
#DDE8D4
(221,232,212)
#E4ECDE
(228,236,222)
#EBF0E8
(235,240,232)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCC8E; }

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

This text font color is #ACCC8E.


Background Color

.myBgColor { background-color: #ACCC8E; }

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

This div background color is #ACCC8E.


Border color

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

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

This div border color is #ACCC8E.


Opacity

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

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

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

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

This text has shadow with #ACCC8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCC8E on black background.


Color preview on white background

This text has color #ACCC8E on white background.



Black color preview on #ACCC8E background

This text has black color on #ACCC8E background.


White color preview on #ACCC8E background

This text has white color on #ACCC8E background.