COLOR #ACC59D

HEX: #ACC59D RGB: (172,197,157)

Color info

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

RGB color model

#ACC59D color RGB value is (172,197,157).

RGB: (172,197,157) (67%, 77%, 62%)

RGB channels and saturation

R 172 of 255 = 67%
G 197 of 255 = 77%
B 157 of 255 = 62%

172
197
157

R + G + B ~ 69%. #ACC59D is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 197 + 157 = 526 (100%)
R 172 of 526 ~ 32.7%
G 197 of 526 ~ 37.45%
B 157 of 526 ~ 29.85'%

%32.7
%37.45
%29.85

CMYK color model

#ACC59D color CMYK value is (13,0,20,23).

  • cyan value is 12.69%
  • magenta value is 0.00%
  • yellow value is 20.30%
  • key color value is 22.75%
CMYK: (13,0,20,23) C13M0Y20K23 (13%,0%,20%,23%) (0.13/0.00/0.20/0.23) 

CMYK percentages

%12.69
%0
%20.3
%22.75

Codes

Color #ACC59D in popluar color models

AC C5 9D
RGB 172 197 157
HSL 98° 25.64% 69.41%
HSB/HSV 98° 20.30% 77.25%
CMYK 12.69% 0.00% 20.30%
22.75%

Color #ACC59D in popluar number systems.

HEX AC C5 9D
Decimal 172 197 157
Binary 10101100 11000101 10011101
Octal 254 305 235

Shades and tints

Shades of #ACC59D

#ACC59D
(172,197,157)
#9DB48F
(157,180,143)
#8EA381
(142,163,129)
#7F9273
(127,146,115)
#708165
(112,129,101)
#617057
(97,112,87)
#525F49
(82,95,73)
#434E3B
(67,78,59)
#343D2D
(52,61,45)
#252C1F
(37,44,31)
#161B11
(22,27,17)
#000000
(0,0,0)

Tints of #ACC59D

#ACC59D
(172,197,157)
#B3CAA5
(179,202,165)
#BACFAD
(186,207,173)
#C1D4B5
(193,212,181)
#C8D9BD
(200,217,189)
#CFDEC5
(207,222,197)
#D6E3CD
(214,227,205)
#DDE8D5
(221,232,213)
#E4EDDD
(228,237,221)
#EBF2E5
(235,242,229)
#F2F7ED
(242,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC59D; }

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

This text font color is #ACC59D.

Background Color

.myBgColor { background-color: #ACC59D; }

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

This div background color is #ACC59D.

Border color

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

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

This div border color is #ACC59D.

Opacity

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

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

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

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

This text has shadow with #ACC59D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC59D.

Preview

Color preview on black background

This text has color #ACC59D on black background.


Color preview on white background

This text has color #ACC59D on white background.


Black color preview on #ACC59D background

This text has black color on #ACC59D background.


White color preview on #ACC59D background

This text has white color on #ACC59D background.


Related colors

Complementary color

Complementary color for #hex is #533A62.


I love getcolorcode.com

Triadic colors

1 #9DACC5 and #C59DAC with #ACC59D are triadic colors.

2 #9DC5AC and #C5AC9D with #ACC59D are triadic colors.