COLOR #ACD111

HEX: #ACD111 RGB: (172,209,17)

Color info

#ACD111 contains mainly red and green colors. Web safe color of #ACD111 is #99CC00 (or #9C0).

RGB color model

#ACD111 color RGB value is (172,209,17).

RGB: (172,209,17) (67%, 82%, 7%)

RGB channels and saturation

R 172 of 255 = 67%
G 209 of 255 = 82%
B 17 of 255 = 7%

172
209
17

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

Portions of RGB colors in percentages

R + G + B = 172 + 209 + 17 = 398 (100%)
R 172 of 398 ~ 43.22%
G 209 of 398 ~ 52.51%
B 17 of 398 ~ 4.27'%

%43.22
%52.51

CMYK color model

#ACD111 color CMYK value is (18,0,92,18).

  • cyan value is 17.70%
  • magenta value is 0.00%
  • yellow value is 91.87%
  • key color value is 18.04%

CMYK: (18,0,92,18)
C18M0Y92K18 (18%, 0%, 92%, 18%)
(0.18 / 0.00 / 0.92 / 0.18)

CMYK percentages

%17.7
%0
%91.87
%18.04

Codes

Color #ACD111 in popluar color models

AC D1 11
RGB 172 209 17
HSL 72° 84.96% 44.31%
HSB/HSV 72° 91.87% 81.96%
CMYK 17.70% 0.00% 91.87%
18.04%

Color #ACD111 in popluar number systems.

HEX AC D1 11
Decimal 172 209 17
Binary 10101100 11010001 10001
Octal 254 321 21

Shades and tints

Shades of #ACD111

#ACD111
(172,209,17)
#9DBE10
(157,190,16)
#8EAB0F
(142,171,15)
#7F980E
(127,152,14)
#70850D
(112,133,13)
#61720C
(97,114,12)
#525F0B
(82,95,11)
#434C0A
(67,76,10)
#343909
(52,57,9)
#252608
(37,38,8)
#161307
(22,19,7)
#000000
(0,0,0)

Tints of #ACD111

#ACD111
(172,209,17)
#B3D526
(179,213,38)
#BAD93B
(186,217,59)
#C1DD50
(193,221,80)
#C8E165
(200,225,101)
#CFE57A
(207,229,122)
#D6E98F
(214,233,143)
#DDEDA4
(221,237,164)
#E4F1B9
(228,241,185)
#EBF5CE
(235,245,206)
#F2F9E3
(242,249,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACD111 color. Also use rgb(172,209,17) instead hex code.

Text Font Color

.myTextColor { color: #ACD111; }

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

This text font color is #ACD111.

Background Color

.myBgColor { background-color: #ACD111; }

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

This div background color is #ACD111.

Border color

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

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

This div border color is #ACD111.

Opacity

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

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

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

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

This text has shadow with #ACD111 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACD111.

Preview

Color preview on black background

This text has color #ACD111 on black background.


Color preview on white background

This text has color #ACD111 on white background.


Black color preview on #ACD111 background

This text has black color on #ACD111 background.


White color preview on #ACD111 background

This text has white color on #ACD111 background.


Related colors

Complementary color

Complementary color for #hex is #532EEE.


I love getcolorcode.com

Triadic colors

1 #11ACD1 and #D111AC with #ACD111 are triadic colors.

2 #11D1AC and #D1AC11 with #ACD111 are triadic colors.