COLOR #ACD556

HEX: #ACD556
RGB: (172,213,86)

Color info

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

RGB color model

#ACD556 color RGB value is (172,213,86).

  • red value is 172;
  • green value is 213;
  • blue value is 86.
RGB:
(172,213,86)
(67%,84%,34%)

RGB channels and saturation

R 172 of 255 = 67%
G 213 of 255 = 84%
B 86 of 255 = 34%

172
213
86

R + G + B ~ 62%. #ACD556 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 213 + 86 = 471 (100%)
R 172 of 471 ~ 36.52%
G 213 of 471 ~ 45.22%
B 86 of 471 ~ 18.26%

%36.52
%45.22
%18.26

CMYK color model

#ACD556 color CMYK value is (19,0,60,16).

  • cyan value is 19.25%
  • magenta value is 0.00%
  • yellow value is 59.62%
  • key color value is 16.47%
CMYK:
(19,0,60,16)
C19M0Y60K16 
(19%,0%,60%,16%)
(0.19/0.00/0.60/0.16)	

CMYK percentages

%19.25
%0
%59.62
%16.47

Codes

Color #ACD556 in popluar color models

ACD556
RGB17221386
HSL79°60.19%58.63%
HSB/HSV79°59.62%83.53%
CMYK19.25%0.00%59.62%
16.47%

Color #ACD556 in popluar number systems.

HEXACD556
Decimal17221386
Binary10101100110101011010110
Octal254325126

Shades and tints

Shades of #ACD556

#ACD556
(172,213,86)
#9DC24F
(157,194,79)
#8EAF48
(142,175,72)
#7F9C41
(127,156,65)
#70893A
(112,137,58)
#617633
(97,118,51)
#52632C
(82,99,44)
#435025
(67,80,37)
#343D1E
(52,61,30)
#252A17
(37,42,23)
#161710
(22,23,16)
#000000
(0,0,0)

Tints of #ACD556

#ACD556
(172,213,86)
#B3D865
(179,216,101)
#BADB74
(186,219,116)
#C1DE83
(193,222,131)
#C8E192
(200,225,146)
#CFE4A1
(207,228,161)
#D6E7B0
(214,231,176)
#DDEABF
(221,234,191)
#E4EDCE
(228,237,206)
#EBF0DD
(235,240,221)
#F2F3EC
(242,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACD556 color. Also use rgb(172,213,86) instead hex code.

Text Font Color

.myTextColor { color: #ACD556; }

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

This text font color is #ACD556.


Background Color

.myBgColor { background-color: #ACD556; }

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

This div background color is #ACD556.


Border color

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

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

This div border color is #ACD556.


Opacity

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

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

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

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

This text has shadow with #ACD556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD556 on black background.


Color preview on white background

This text has color #ACD556 on white background.



Black color preview on #ACD556 background

This text has black color on #ACD556 background.


White color preview on #ACD556 background

This text has white color on #ACD556 background.