COLOR #ACD112

HEX: #ACD112
RGB: (172,209,18)

Color info

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

RGB color model

#ACD112 color RGB value is (172,209,18).

  • red value is 172;
  • green value is 209;
  • blue value is 18.
RGB:
(172,209,18)
(67%,82%,7%)

RGB channels and saturation

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

172
209
18

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

Portions of RGB colors in percentages

R + G + B =
172 + 209 + 18 = 399 (100%)
R 172 of 399 ~ 43.11%
G 209 of 399 ~ 52.38%
B 18 of 399 ~ 4.51%

%43.11
%52.38

CMYK color model

#ACD112 color CMYK value is (18,0,91,18).

  • cyan value is 17.70%
  • magenta value is 0.00%
  • yellow value is 91.39%
  • key color value is 18.04%
CMYK:
(18,0,91,18)
C18M0Y91K18 
(18%,0%,91%,18%)
(0.18/0.00/0.91/0.18)	

CMYK percentages

%17.7
%0
%91.39
%18.04

Codes

Color #ACD112 in popluar color models

ACD112
RGB17220918
HSL72°84.14%44.51%
HSB/HSV72°91.39%81.96%
CMYK17.70%0.00%91.39%
18.04%

Color #ACD112 in popluar number systems.

HEXACD112
Decimal17220918
Binary101011001101000110010
Octal25432122

Shades and tints

Shades of #ACD112

#ACD112
(172,209,18)
#9DBE11
(157,190,17)
#8EAB10
(142,171,16)
#7F980F
(127,152,15)
#70850E
(112,133,14)
#61720D
(97,114,13)
#525F0C
(82,95,12)
#434C0B
(67,76,11)
#34390A
(52,57,10)
#252609
(37,38,9)
#161308
(22,19,8)
#000000
(0,0,0)

Tints of #ACD112

#ACD112
(172,209,18)
#B3D527
(179,213,39)
#BAD93C
(186,217,60)
#C1DD51
(193,221,81)
#C8E166
(200,225,102)
#CFE57B
(207,229,123)
#D6E990
(214,233,144)
#DDEDA5
(221,237,165)
#E4F1BA
(228,241,186)
#EBF5CF
(235,245,207)
#F2F9E4
(242,249,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD112; }

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

This text font color is #ACD112.


Background Color

.myBgColor { background-color: #ACD112; }

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

This div background color is #ACD112.


Border color

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

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

This div border color is #ACD112.


Opacity

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

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

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

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

This text has shadow with #ACD112 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD112 on black background.


Color preview on white background

This text has color #ACD112 on white background.



Black color preview on #ACD112 background

This text has black color on #ACD112 background.


White color preview on #ACD112 background

This text has white color on #ACD112 background.