COLOR #ACC563

HEX: #ACC563 RGB: (172,197,99)

Color info

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

RGB color model

#ACC563 color RGB value is (172,197,99).

RGB: (172,197,99) (67%, 77%, 39%)

RGB channels and saturation

R 172 of 255 = 67%
G 197 of 255 = 77%
B 99 of 255 = 39%

172
197
99

R + G + B ~ 61%. #ACC563 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 197 + 99 = 468 (100%)
R 172 of 468 ~ 36.75%
G 197 of 468 ~ 42.09%
B 99 of 468 ~ 21.15'%

%36.75
%42.09
%21.15

CMYK color model

#ACC563 color CMYK value is (13,0,50,23).

  • cyan value is 12.69%
  • magenta value is 0.00%
  • yellow value is 49.75%
  • key color value is 22.75%
CMYK: (13,0,50,23) C13M0Y50K23 (13%,0%,50%,23%) (0.13/0.00/0.50/0.23) 

CMYK percentages

%12.69
%0
%49.75
%22.75

Codes

Color #ACC563 in popluar color models

AC C5 63
RGB 172 197 99
HSL 75° 45.79% 58.04%
HSB/HSV 75° 49.75% 77.25%
CMYK 12.69% 0.00% 49.75%
22.75%

Color #ACC563 in popluar number systems.

HEX AC C5 63
Decimal 172 197 99
Binary 10101100 11000101 1100011
Octal 254 305 143

Shades and tints

Shades of #ACC563

#ACC563
(172,197,99)
#9DB45A
(157,180,90)
#8EA351
(142,163,81)
#7F9248
(127,146,72)
#70813F
(112,129,63)
#617036
(97,112,54)
#525F2D
(82,95,45)
#434E24
(67,78,36)
#343D1B
(52,61,27)
#252C12
(37,44,18)
#161B09
(22,27,9)
#000000
(0,0,0)

Tints of #ACC563

#ACC563
(172,197,99)
#B3CA71
(179,202,113)
#BACF7F
(186,207,127)
#C1D48D
(193,212,141)
#C8D99B
(200,217,155)
#CFDEA9
(207,222,169)
#D6E3B7
(214,227,183)
#DDE8C5
(221,232,197)
#E4EDD3
(228,237,211)
#EBF2E1
(235,242,225)
#F2F7EF
(242,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC563; }

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

This text font color is #ACC563.

Background Color

.myBgColor { background-color: #ACC563; }

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

This div background color is #ACC563.

Border color

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

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

This div border color is #ACC563.

Opacity

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

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

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

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

This text has shadow with #ACC563 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC563.

Preview

Color preview on black background

This text has color #ACC563 on black background.


Color preview on white background

This text has color #ACC563 on white background.


Black color preview on #ACC563 background

This text has black color on #ACC563 background.


White color preview on #ACC563 background

This text has white color on #ACC563 background.


Related colors

Complementary color

Complementary color for #hex is #533A9C.


I love getcolorcode.com

Triadic colors

1 #63ACC5 and #C563AC with #ACC563 are triadic colors.

2 #63C5AC and #C5AC63 with #ACC563 are triadic colors.