COLOR #ACDE53

HEX: #ACDE53 RGB: (172,222,83)

Color info

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

RGB color model

#ACDE53 color RGB value is (172,222,83).

RGB: (172,222,83) (67%, 87%, 33%)

RGB channels and saturation

R 172 of 255 = 67%
G 222 of 255 = 87%
B 83 of 255 = 33%

172
222
83

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

Portions of RGB colors in percentages

R + G + B = 172 + 222 + 83 = 477 (100%)
R 172 of 477 ~ 36.06%
G 222 of 477 ~ 46.54%
B 83 of 477 ~ 17.4'%

%36.06
%46.54
%17.4

CMYK color model

#ACDE53 color CMYK value is (23,0,63,13).

  • cyan value is 22.52%
  • magenta value is 0.00%
  • yellow value is 62.61%
  • key color value is 12.94%

CMYK: (23,0,63,13)
C23M0Y63K13 (23%, 0%, 63%, 13%)
(0.23 / 0.00 / 0.63 / 0.13)

CMYK percentages

%22.52
%0
%62.61
%12.94

Codes

Color #ACDE53 in popluar color models

AC DE 53
RGB 172 222 83
HSL 82° 67.80% 59.80%
HSB/HSV 82° 62.61% 87.06%
CMYK 22.52% 0.00% 62.61%
12.94%

Color #ACDE53 in popluar number systems.

HEX AC DE 53
Decimal 172 222 83
Binary 10101100 11011110 1010011
Octal 254 336 123

Shades and tints

Shades of #ACDE53

#ACDE53
(172,222,83)
#9DCA4C
(157,202,76)
#8EB645
(142,182,69)
#7FA23E
(127,162,62)
#708E37
(112,142,55)
#617A30
(97,122,48)
#526629
(82,102,41)
#435222
(67,82,34)
#343E1B
(52,62,27)
#252A14
(37,42,20)
#16160D
(22,22,13)
#000000
(0,0,0)

Tints of #ACDE53

#ACDE53
(172,222,83)
#B3E162
(179,225,98)
#BAE471
(186,228,113)
#C1E780
(193,231,128)
#C8EA8F
(200,234,143)
#CFED9E
(207,237,158)
#D6F0AD
(214,240,173)
#DDF3BC
(221,243,188)
#E4F6CB
(228,246,203)
#EBF9DA
(235,249,218)
#F2FCE9
(242,252,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACDE53; }

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

This text font color is #ACDE53.

Background Color

.myBgColor { background-color: #ACDE53; }

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

This div background color is #ACDE53.

Border color

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

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

This div border color is #ACDE53.

Opacity

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

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

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

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

This text has shadow with #ACDE53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACDE53.

Preview

Color preview on black background

This text has color #ACDE53 on black background.


Color preview on white background

This text has color #ACDE53 on white background.


Black color preview on #ACDE53 background

This text has black color on #ACDE53 background.


White color preview on #ACDE53 background

This text has white color on #ACDE53 background.


Related colors

Complementary color

Complementary color for #hex is #5321AC.


I love getcolorcode.com

Triadic colors

1 #53ACDE and #DE53AC with #ACDE53 are triadic colors.

2 #53DEAC and #DEAC53 with #ACDE53 are triadic colors.