COLOR #ACC399

HEX: #ACC399
RGB: (172,195,153)

Color info

#ACC399 contains red, green and blue colors in about the same proportion. Web safe color of #ACC399 is #99CC99 (or #9C9).

RGB color model

#ACC399 color RGB value is (172,195,153).

  • red value is 172;
  • green value is 195;
  • blue value is 153.
RGB:
(172,195,153)
(67%,76%,60%)

RGB channels and saturation

R 172 of 255 = 67%
G 195 of 255 = 76%
B 153 of 255 = 60%

172
195
153

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

Portions of RGB colors in percentages

R + G + B =
172 + 195 + 153 = 520 (100%)
R 172 of 520 ~ 33.08%
G 195 of 520 ~ 37.5%
B 153 of 520 ~ 29.42%

%33.08
%37.5
%29.42

CMYK color model

#ACC399 color CMYK value is (12,0,22,24).

  • cyan value is 11.79%
  • magenta value is 0.00%
  • yellow value is 21.54%
  • key color value is 23.53%
CMYK:
(12,0,22,24)
C12M0Y22K24 
(12%,0%,22%,24%)
(0.12/0.00/0.22/0.24)	

CMYK percentages

%11.79
%0
%21.54
%23.53

Codes

Color #ACC399 in popluar color models

ACC399
RGB172195153
HSL93°25.93%68.24%
HSB/HSV93°21.54%76.47%
CMYK11.79%0.00%21.54%
23.53%

Color #ACC399 in popluar number systems.

HEXACC399
Decimal172195153
Binary101011001100001110011001
Octal254303231

Shades and tints

Shades of #ACC399

#ACC399
(172,195,153)
#9DB28C
(157,178,140)
#8EA17F
(142,161,127)
#7F9072
(127,144,114)
#707F65
(112,127,101)
#616E58
(97,110,88)
#525D4B
(82,93,75)
#434C3E
(67,76,62)
#343B31
(52,59,49)
#252A24
(37,42,36)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #ACC399

#ACC399
(172,195,153)
#B3C8A2
(179,200,162)
#BACDAB
(186,205,171)
#C1D2B4
(193,210,180)
#C8D7BD
(200,215,189)
#CFDCC6
(207,220,198)
#D6E1CF
(214,225,207)
#DDE6D8
(221,230,216)
#E4EBE1
(228,235,225)
#EBF0EA
(235,240,234)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC399 color. Also use rgb(172,195,153) instead hex code.

Text Font Color

.myTextColor { color: #ACC399; }

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

This text font color is #ACC399.


Background Color

.myBgColor { background-color: #ACC399; }

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

This div background color is #ACC399.


Border color

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

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

This div border color is #ACC399.


Opacity

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

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

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

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

This text has shadow with #ACC399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC399 on black background.


Color preview on white background

This text has color #ACC399 on white background.



Black color preview on #ACC399 background

This text has black color on #ACC399 background.


White color preview on #ACC399 background

This text has white color on #ACC399 background.