COLOR #ACDC7C

HEX: #ACDC7C
RGB: (172,220,124)

Color info

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

RGB color model

#ACDC7C color RGB value is (172,220,124).

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

RGB channels and saturation

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

172
220
124

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

Portions of RGB colors in percentages

R + G + B =
172 + 220 + 124 = 516 (100%)
R 172 of 516 ~ 33.33%
G 220 of 516 ~ 42.64%
B 124 of 516 ~ 24.03%

%33.33
%42.64
%24.03

CMYK color model

#ACDC7C color CMYK value is (22,0,44,14).

  • cyan value is 21.82%
  • magenta value is 0.00%
  • yellow value is 43.64%
  • key color value is 13.73%
CMYK:
(22,0,44,14)
C22M0Y44K14 
(22%,0%,44%,14%)
(0.22/0.00/0.44/0.14)	

CMYK percentages

%21.82
%0
%43.64
%13.73

Codes

Color #ACDC7C in popluar color models

ACDC7C
RGB172220124
HSL90°57.83%67.45%
HSB/HSV90°43.64%86.27%
CMYK21.82%0.00%43.64%
13.73%

Color #ACDC7C in popluar number systems.

HEXACDC7C
Decimal172220124
Binary10101100110111001111100
Octal254334174

Shades and tints

Shades of #ACDC7C

#ACDC7C
(172,220,124)
#9DC871
(157,200,113)
#8EB466
(142,180,102)
#7FA05B
(127,160,91)
#708C50
(112,140,80)
#617845
(97,120,69)
#52643A
(82,100,58)
#43502F
(67,80,47)
#343C24
(52,60,36)
#252819
(37,40,25)
#16140E
(22,20,14)
#000000
(0,0,0)

Tints of #ACDC7C

#ACDC7C
(172,220,124)
#B3DF87
(179,223,135)
#BAE292
(186,226,146)
#C1E59D
(193,229,157)
#C8E8A8
(200,232,168)
#CFEBB3
(207,235,179)
#D6EEBE
(214,238,190)
#DDF1C9
(221,241,201)
#E4F4D4
(228,244,212)
#EBF7DF
(235,247,223)
#F2FAEA
(242,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACDC7C; }

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

This text font color is #ACDC7C.


Background Color

.myBgColor { background-color: #ACDC7C; }

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

This div background color is #ACDC7C.


Border color

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

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

This div border color is #ACDC7C.


Opacity

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

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

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

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

This text has shadow with #ACDC7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACDC7C on black background.


Color preview on white background

This text has color #ACDC7C on white background.



Black color preview on #ACDC7C background

This text has black color on #ACDC7C background.


White color preview on #ACDC7C background

This text has white color on #ACDC7C background.