COLOR #ACC499

HEX: #ACC499
RGB: (172,196,153)

Color info

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

RGB color model

#ACC499 color RGB value is (172,196,153).

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

RGB channels and saturation

R 172 of 255 = 67%
G 196 of 255 = 77%
B 153 of 255 = 60%

172
196
153

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

Portions of RGB colors in percentages

R + G + B =
172 + 196 + 153 = 521 (100%)
R 172 of 521 ~ 33.01%
G 196 of 521 ~ 37.62%
B 153 of 521 ~ 29.37%

%33.01
%37.62
%29.37

CMYK color model

#ACC499 color CMYK value is (12,0,22,23).

  • cyan value is 12.24%
  • magenta value is 0.00%
  • yellow value is 21.94%
  • key color value is 23.14%
CMYK:
(12,0,22,23)
C12M0Y22K23 
(12%,0%,22%,23%)
(0.12/0.00/0.22/0.23)	

CMYK percentages

%12.24
%0
%21.94
%23.14

Codes

Color #ACC499 in popluar color models

ACC499
RGB172196153
HSL93°26.71%68.43%
HSB/HSV93°21.94%76.86%
CMYK12.24%0.00%21.94%
23.14%

Color #ACC499 in popluar number systems.

HEXACC499
Decimal172196153
Binary101011001100010010011001
Octal254304231

Shades and tints

Shades of #ACC499

#ACC499
(172,196,153)
#9DB38C
(157,179,140)
#8EA27F
(142,162,127)
#7F9172
(127,145,114)
#708065
(112,128,101)
#616F58
(97,111,88)
#525E4B
(82,94,75)
#434D3E
(67,77,62)
#343C31
(52,60,49)
#252B24
(37,43,36)
#161A17
(22,26,23)
#000000
(0,0,0)

Tints of #ACC499

#ACC499
(172,196,153)
#B3C9A2
(179,201,162)
#BACEAB
(186,206,171)
#C1D3B4
(193,211,180)
#C8D8BD
(200,216,189)
#CFDDC6
(207,221,198)
#D6E2CF
(214,226,207)
#DDE7D8
(221,231,216)
#E4ECE1
(228,236,225)
#EBF1EA
(235,241,234)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC499; }

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

This text font color is #ACC499.


Background Color

.myBgColor { background-color: #ACC499; }

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

This div background color is #ACC499.


Border color

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

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

This div border color is #ACC499.


Opacity

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

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

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

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

This text has shadow with #ACC499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC499 on black background.


Color preview on white background

This text has color #ACC499 on white background.



Black color preview on #ACC499 background

This text has black color on #ACC499 background.


White color preview on #ACC499 background

This text has white color on #ACC499 background.