COLOR #ACC773

HEX: #ACC773 RGB: (172,199,115)

Color info

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

RGB color model

#ACC773 color RGB value is (172,199,115).

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

RGB channels and saturation

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

172
199
115

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

Portions of RGB colors in percentages

R + G + B = 172 + 199 + 115 = 486 (100%)
R 172 of 486 ~ 35.39%
G 199 of 486 ~ 40.95%
B 115 of 486 ~ 23.66'%

%35.39
%40.95
%23.66

CMYK color model

#ACC773 color CMYK value is (14,0,42,22).

  • cyan value is 13.57%
  • magenta value is 0.00%
  • yellow value is 42.21%
  • key color value is 21.96%

CMYK: (14,0,42,22)
C14M0Y42K22 (14%, 0%, 42%, 22%)
(0.14 / 0.00 / 0.42 / 0.22)

CMYK percentages

%13.57
%0
%42.21
%21.96

Codes

Color #ACC773 in popluar color models

AC C7 73
RGB 172 199 115
HSL 79° 42.86% 61.57%
HSB/HSV 79° 42.21% 78.04%
CMYK 13.57% 0.00% 42.21%
21.96%

Color #ACC773 in popluar number systems.

HEX AC C7 73
Decimal 172 199 115
Binary 10101100 11000111 1110011
Octal 254 307 163

Shades and tints

Shades of #ACC773

#ACC773
(172,199,115)
#9DB569
(157,181,105)
#8EA35F
(142,163,95)
#7F9155
(127,145,85)
#707F4B
(112,127,75)
#616D41
(97,109,65)
#525B37
(82,91,55)
#43492D
(67,73,45)
#343723
(52,55,35)
#252519
(37,37,25)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #ACC773

#ACC773
(172,199,115)
#B3CC7F
(179,204,127)
#BAD18B
(186,209,139)
#C1D697
(193,214,151)
#C8DBA3
(200,219,163)
#CFE0AF
(207,224,175)
#D6E5BB
(214,229,187)
#DDEAC7
(221,234,199)
#E4EFD3
(228,239,211)
#EBF4DF
(235,244,223)
#F2F9EB
(242,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC773; }

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

This text font color is #ACC773.

Background Color

.myBgColor { background-color: #ACC773; }

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

This div background color is #ACC773.

Border color

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

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

This div border color is #ACC773.

Opacity

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

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

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

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

This text has shadow with #ACC773 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC773.

Preview

Color preview on black background

This text has color #ACC773 on black background.


Color preview on white background

This text has color #ACC773 on white background.


Black color preview on #ACC773 background

This text has black color on #ACC773 background.


White color preview on #ACC773 background

This text has white color on #ACC773 background.


Related colors

Complementary color

Complementary color for #hex is #53388C.


I love getcolorcode.com

Triadic colors

1 #73ACC7 and #C773AC with #ACC773 are triadic colors.

2 #73C7AC and #C7AC73 with #ACC773 are triadic colors.