COLOR #ACC873

HEX: #ACC873 RGB: (172,200,115)

Color info

#ACC873 contains mainly red and green colors. Web safe color of #ACC873 is #99CC66 (or #9C6).

RGB color model

#ACC873 color RGB value is (172,200,115).

RGB: (172,200,115) (67%, 78%, 45%)

RGB channels and saturation

R 172 of 255 = 67%
G 200 of 255 = 78%
B 115 of 255 = 45%

172
200
115

R + G + B ~ 63%. #ACC873 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 200 + 115 = 487 (100%)
R 172 of 487 ~ 35.32%
G 200 of 487 ~ 41.07%
B 115 of 487 ~ 23.61'%

%35.32
%41.07
%23.61

CMYK color model

#ACC873 color CMYK value is (14,0,43,22).

  • cyan value is 14.00%
  • magenta value is 0.00%
  • yellow value is 42.50%
  • key color value is 21.57%

CMYK: (14,0,43,22)
C14M0Y43K22 (14%, 0%, 43%, 22%)
(0.14 / 0.00 / 0.43 / 0.22)

CMYK percentages

%14
%0
%42.5
%21.57

Codes

Color #ACC873 in popluar color models

AC C8 73
RGB 172 200 115
HSL 80° 43.59% 61.76%
HSB/HSV 80° 42.50% 78.43%
CMYK 14.00% 0.00% 42.50%
21.57%

Color #ACC873 in popluar number systems.

HEX AC C8 73
Decimal 172 200 115
Binary 10101100 11001000 1110011
Octal 254 310 163

Shades and tints

Shades of #ACC873

#ACC873
(172,200,115)
#9DB669
(157,182,105)
#8EA45F
(142,164,95)
#7F9255
(127,146,85)
#70804B
(112,128,75)
#616E41
(97,110,65)
#525C37
(82,92,55)
#434A2D
(67,74,45)
#343823
(52,56,35)
#252619
(37,38,25)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #ACC873

#ACC873
(172,200,115)
#B3CD7F
(179,205,127)
#BAD28B
(186,210,139)
#C1D797
(193,215,151)
#C8DCA3
(200,220,163)
#CFE1AF
(207,225,175)
#D6E6BB
(214,230,187)
#DDEBC7
(221,235,199)
#E4F0D3
(228,240,211)
#EBF5DF
(235,245,223)
#F2FAEB
(242,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC873 color. Also use rgb(172,200,115) instead hex code.

Text Font Color

.myTextColor { color: #ACC873; }

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

This text font color is #ACC873.

Background Color

.myBgColor { background-color: #ACC873; }

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

This div background color is #ACC873.

Border color

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

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

This div border color is #ACC873.

Opacity

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

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

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

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

This text has shadow with #ACC873 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC873.

Preview

Color preview on black background

This text has color #ACC873 on black background.


Color preview on white background

This text has color #ACC873 on white background.


Black color preview on #ACC873 background

This text has black color on #ACC873 background.


White color preview on #ACC873 background

This text has white color on #ACC873 background.


Related colors

Complementary color

Complementary color for #hex is #53378C.


I love getcolorcode.com

Triadic colors

1 #73ACC8 and #C873AC with #ACC873 are triadic colors.

2 #73C8AC and #C8AC73 with #ACC873 are triadic colors.