COLOR #ACDC33

HEX: #ACDC33 RGB: (172,220,51)

Color info

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

RGB color model

#ACDC33 color RGB value is (172,220,51).

RGB: (172,220,51) (67%, 86%, 20%)

RGB channels and saturation

R 172 of 255 = 67%
G 220 of 255 = 86%
B 51 of 255 = 20%

172
220
51

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

Portions of RGB colors in percentages

R + G + B = 172 + 220 + 51 = 443 (100%)
R 172 of 443 ~ 38.83%
G 220 of 443 ~ 49.66%
B 51 of 443 ~ 11.51'%

%38.83
%49.66
%11.51

CMYK color model

#ACDC33 color CMYK value is (22,0,77,14).

  • cyan value is 21.82%
  • magenta value is 0.00%
  • yellow value is 76.82%
  • key color value is 13.73%
CMYK: (22,0,77,14) C22M0Y77K14 (22%,0%,77%,14%) (0.22/0.00/0.77/0.14) 

CMYK percentages

%21.82
%0
%76.82
%13.73

Codes

Color #ACDC33 in popluar color models

AC DC 33
RGB 172 220 51
HSL 77° 70.71% 53.14%
HSB/HSV 77° 76.82% 86.27%
CMYK 21.82% 0.00% 76.82%
13.73%

Color #ACDC33 in popluar number systems.

HEX AC DC 33
Decimal 172 220 51
Binary 10101100 11011100 110011
Octal 254 334 63

Shades and tints

Shades of #ACDC33

#ACDC33
(172,220,51)
#9DC82F
(157,200,47)
#8EB42B
(142,180,43)
#7FA027
(127,160,39)
#708C23
(112,140,35)
#61781F
(97,120,31)
#52641B
(82,100,27)
#435017
(67,80,23)
#343C13
(52,60,19)
#25280F
(37,40,15)
#16140B
(22,20,11)
#000000
(0,0,0)

Tints of #ACDC33

#ACDC33
(172,220,51)
#B3DF45
(179,223,69)
#BAE257
(186,226,87)
#C1E569
(193,229,105)
#C8E87B
(200,232,123)
#CFEB8D
(207,235,141)
#D6EE9F
(214,238,159)
#DDF1B1
(221,241,177)
#E4F4C3
(228,244,195)
#EBF7D5
(235,247,213)
#F2FAE7
(242,250,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACDC33; }

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

This text font color is #ACDC33.

Background Color

.myBgColor { background-color: #ACDC33; }

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

This div background color is #ACDC33.

Border color

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

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

This div border color is #ACDC33.

Opacity

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

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

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

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

This text has shadow with #ACDC33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACDC33.

Preview

Color preview on black background

This text has color #ACDC33 on black background.


Color preview on white background

This text has color #ACDC33 on white background.


Black color preview on #ACDC33 background

This text has black color on #ACDC33 background.


White color preview on #ACDC33 background

This text has white color on #ACDC33 background.


Related colors

Complementary color

Complementary color for #hex is #5323CC.


I love getcolorcode.com

Triadic colors

1 #33ACDC and #DC33AC with #ACDC33 are triadic colors.

2 #33DCAC and #DCAC33 with #ACDC33 are triadic colors.