COLOR #ACDE3C

HEX: #ACDE3C
RGB: (172,222,60)

Color info

#ACDE3C contains mainly red and green colors. Web safe color of #ACDE3C is #99CC33 (or #9C3).

RGB color model

#ACDE3C color RGB value is (172,222,60).

  • red value is 172;
  • green value is 222;
  • blue value is 60.
RGB:
(172,222,60)
(67%,87%,24%)

RGB channels and saturation

R 172 of 255 = 67%
G 222 of 255 = 87%
B 60 of 255 = 24%

172
222
60

R + G + B ~ 59%. #ACDE3C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
172 + 222 + 60 = 454 (100%)
R 172 of 454 ~ 37.89%
G 222 of 454 ~ 48.9%
B 60 of 454 ~ 13.22%

%37.89
%48.9
%13.22

CMYK color model

#ACDE3C color CMYK value is (23,0,73,13).

  • cyan value is 22.52%
  • magenta value is 0.00%
  • yellow value is 72.97%
  • key color value is 12.94%
CMYK:
(23,0,73,13)
C23M0Y73K13 
(23%,0%,73%,13%)
(0.23/0.00/0.73/0.13)	

CMYK percentages

%22.52
%0
%72.97
%12.94

Codes

Color #ACDE3C in popluar color models

ACDE3C
RGB17222260
HSL79°71.05%55.29%
HSB/HSV79°72.97%87.06%
CMYK22.52%0.00%72.97%
12.94%

Color #ACDE3C in popluar number systems.

HEXACDE3C
Decimal17222260
Binary1010110011011110111100
Octal25433674

Shades and tints

Shades of #ACDE3C

#ACDE3C
(172,222,60)
#9DCA37
(157,202,55)
#8EB632
(142,182,50)
#7FA22D
(127,162,45)
#708E28
(112,142,40)
#617A23
(97,122,35)
#52661E
(82,102,30)
#435219
(67,82,25)
#343E14
(52,62,20)
#252A0F
(37,42,15)
#16160A
(22,22,10)
#000000
(0,0,0)

Tints of #ACDE3C

#ACDE3C
(172,222,60)
#B3E14D
(179,225,77)
#BAE45E
(186,228,94)
#C1E76F
(193,231,111)
#C8EA80
(200,234,128)
#CFED91
(207,237,145)
#D6F0A2
(214,240,162)
#DDF3B3
(221,243,179)
#E4F6C4
(228,246,196)
#EBF9D5
(235,249,213)
#F2FCE6
(242,252,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACDE3C color. Also use rgb(172,222,60) instead hex code.

Text Font Color

.myTextColor { color: #ACDE3C; }

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

This text font color is #ACDE3C.


Background Color

.myBgColor { background-color: #ACDE3C; }

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

This div background color is #ACDE3C.


Border color

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

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

This div border color is #ACDE3C.


Opacity

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

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

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

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

This text has shadow with #ACDE3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACDE3C on black background.


Color preview on white background

This text has color #ACDE3C on white background.



Black color preview on #ACDE3C background

This text has black color on #ACDE3C background.


White color preview on #ACDE3C background

This text has white color on #ACDE3C background.