COLOR #ACC593

HEX: #ACC593
RGB: (172,197,147)

Color info

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

RGB color model

#ACC593 color RGB value is (172,197,147).

  • red value is 172;
  • green value is 197;
  • blue value is 147.
RGB:
(172,197,147)
(67%,77%,58%)

RGB channels and saturation

R 172 of 255 = 67%
G 197 of 255 = 77%
B 147 of 255 = 58%

172
197
147

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

Portions of RGB colors in percentages

R + G + B =
172 + 197 + 147 = 516 (100%)
R 172 of 516 ~ 33.33%
G 197 of 516 ~ 38.18%
B 147 of 516 ~ 28.49%

%33.33
%38.18
%28.49

CMYK color model

#ACC593 color CMYK value is (13,0,25,23).

  • cyan value is 12.69%
  • magenta value is 0.00%
  • yellow value is 25.38%
  • key color value is 22.75%
CMYK:
(13,0,25,23)
C13M0Y25K23 
(13%,0%,25%,23%)
(0.13/0.00/0.25/0.23)	

CMYK percentages

%12.69
%0
%25.38
%22.75

Codes

Color #ACC593 in popluar color models

ACC593
RGB172197147
HSL90°30.12%67.45%
HSB/HSV90°25.38%77.25%
CMYK12.69%0.00%25.38%
22.75%

Color #ACC593 in popluar number systems.

HEXACC593
Decimal172197147
Binary101011001100010110010011
Octal254305223

Shades and tints

Shades of #ACC593

#ACC593
(172,197,147)
#9DB486
(157,180,134)
#8EA379
(142,163,121)
#7F926C
(127,146,108)
#70815F
(112,129,95)
#617052
(97,112,82)
#525F45
(82,95,69)
#434E38
(67,78,56)
#343D2B
(52,61,43)
#252C1E
(37,44,30)
#161B11
(22,27,17)
#000000
(0,0,0)

Tints of #ACC593

#ACC593
(172,197,147)
#B3CA9C
(179,202,156)
#BACFA5
(186,207,165)
#C1D4AE
(193,212,174)
#C8D9B7
(200,217,183)
#CFDEC0
(207,222,192)
#D6E3C9
(214,227,201)
#DDE8D2
(221,232,210)
#E4EDDB
(228,237,219)
#EBF2E4
(235,242,228)
#F2F7ED
(242,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC593 color. Also use rgb(172,197,147) instead hex code.

Text Font Color

.myTextColor { color: #ACC593; }

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

This text font color is #ACC593.


Background Color

.myBgColor { background-color: #ACC593; }

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

This div background color is #ACC593.


Border color

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

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

This div border color is #ACC593.


Opacity

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

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

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

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

This text has shadow with #ACC593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC593 on black background.


Color preview on white background

This text has color #ACC593 on white background.



Black color preview on #ACC593 background

This text has black color on #ACC593 background.


White color preview on #ACC593 background

This text has white color on #ACC593 background.