COLOR #ACDC7D

HEX: #ACDC7D
RGB: (172,220,125)

Color info

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

RGB color model

#ACDC7D color RGB value is (172,220,125).

  • red value is 172;
  • green value is 220;
  • blue value is 125.
RGB:
(172,220,125)
(67%,86%,49%)

RGB channels and saturation

R 172 of 255 = 67%
G 220 of 255 = 86%
B 125 of 255 = 49%

172
220
125

R + G + B ~ 67%. #ACDC7D is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 220 + 125 = 517 (100%)
R 172 of 517 ~ 33.27%
G 220 of 517 ~ 42.55%
B 125 of 517 ~ 24.18%

%33.27
%42.55
%24.18

CMYK color model

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

  • cyan value is 21.82%
  • magenta value is 0.00%
  • yellow value is 43.18%
  • key color value is 13.73%
CMYK:
(22,0,43,14)
C22M0Y43K14 
(22%,0%,43%,14%)
(0.22/0.00/0.43/0.14)	

CMYK percentages

%21.82
%0
%43.18
%13.73

Codes

Color #ACDC7D in popluar color models

ACDC7D
RGB172220125
HSL90°57.58%67.65%
HSB/HSV90°43.18%86.27%
CMYK21.82%0.00%43.18%
13.73%

Color #ACDC7D in popluar number systems.

HEXACDC7D
Decimal172220125
Binary10101100110111001111101
Octal254334175

Shades and tints

Shades of #ACDC7D

#ACDC7D
(172,220,125)
#9DC872
(157,200,114)
#8EB467
(142,180,103)
#7FA05C
(127,160,92)
#708C51
(112,140,81)
#617846
(97,120,70)
#52643B
(82,100,59)
#435030
(67,80,48)
#343C25
(52,60,37)
#25281A
(37,40,26)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #ACDC7D

#ACDC7D
(172,220,125)
#B3DF88
(179,223,136)
#BAE293
(186,226,147)
#C1E59E
(193,229,158)
#C8E8A9
(200,232,169)
#CFEBB4
(207,235,180)
#D6EEBF
(214,238,191)
#DDF1CA
(221,241,202)
#E4F4D5
(228,244,213)
#EBF7E0
(235,247,224)
#F2FAEB
(242,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACDC7D color. Also use rgb(172,220,125) instead hex code.

Text Font Color

.myTextColor { color: #ACDC7D; }

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

This text font color is #ACDC7D.


Background Color

.myBgColor { background-color: #ACDC7D; }

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

This div background color is #ACDC7D.


Border color

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

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

This div border color is #ACDC7D.


Opacity

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

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

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

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

This text has shadow with #ACDC7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACDC7D on black background.


Color preview on white background

This text has color #ACDC7D on white background.



Black color preview on #ACDC7D background

This text has black color on #ACDC7D background.


White color preview on #ACDC7D background

This text has white color on #ACDC7D background.