COLOR #ACD43A

HEX: #ACD43A RGB: (172,212,58)

Color info

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

RGB color model

#ACD43A color RGB value is (172,212,58).

RGB: (172,212,58) (67%, 83%, 23%)

RGB channels and saturation

R 172 of 255 = 67%
G 212 of 255 = 83%
B 58 of 255 = 23%

172
212
58

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

Portions of RGB colors in percentages

R + G + B = 172 + 212 + 58 = 442 (100%)
R 172 of 442 ~ 38.91%
G 212 of 442 ~ 47.96%
B 58 of 442 ~ 13.12'%

%38.91
%47.96
%13.12

CMYK color model

#ACD43A color CMYK value is (19,0,73,17).

  • cyan value is 18.87%
  • magenta value is 0.00%
  • yellow value is 72.64%
  • key color value is 16.86%

CMYK: (19,0,73,17)
C19M0Y73K17 (19%, 0%, 73%, 17%)
(0.19 / 0.00 / 0.73 / 0.17)

CMYK percentages

%18.87
%0
%72.64
%16.86

Codes

Color #ACD43A in popluar color models

AC D4 3A
RGB 172 212 58
HSL 76° 64.17% 52.94%
HSB/HSV 76° 72.64% 83.14%
CMYK 18.87% 0.00% 72.64%
16.86%

Color #ACD43A in popluar number systems.

HEX AC D4 3A
Decimal 172 212 58
Binary 10101100 11010100 111010
Octal 254 324 72

Shades and tints

Shades of #ACD43A

#ACD43A
(172,212,58)
#9DC135
(157,193,53)
#8EAE30
(142,174,48)
#7F9B2B
(127,155,43)
#708826
(112,136,38)
#617521
(97,117,33)
#52621C
(82,98,28)
#434F17
(67,79,23)
#343C12
(52,60,18)
#25290D
(37,41,13)
#161608
(22,22,8)
#000000
(0,0,0)

Tints of #ACD43A

#ACD43A
(172,212,58)
#B3D74B
(179,215,75)
#BADA5C
(186,218,92)
#C1DD6D
(193,221,109)
#C8E07E
(200,224,126)
#CFE38F
(207,227,143)
#D6E6A0
(214,230,160)
#DDE9B1
(221,233,177)
#E4ECC2
(228,236,194)
#EBEFD3
(235,239,211)
#F2F2E4
(242,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACD43A color. Also use rgb(172,212,58) instead hex code.

Text Font Color

.myTextColor { color: #ACD43A; }

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

This text font color is #ACD43A.

Background Color

.myBgColor { background-color: #ACD43A; }

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

This div background color is #ACD43A.

Border color

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

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

This div border color is #ACD43A.

Opacity

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

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

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

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

This text has shadow with #ACD43A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACD43A.

Preview

Color preview on black background

This text has color #ACD43A on black background.


Color preview on white background

This text has color #ACD43A on white background.


Black color preview on #ACD43A background

This text has black color on #ACD43A background.


White color preview on #ACD43A background

This text has white color on #ACD43A background.


Related colors

Complementary color

Complementary color for #hex is #532BC5.


I love getcolorcode.com

Triadic colors

1 #3AACD4 and #D43AAC with #ACD43A are triadic colors.

2 #3AD4AC and #D4AC3A with #ACD43A are triadic colors.