HEX: #ACD28D
RGB: (172,210,141)
#ACD28D contains mainly red and green colors. Web safe color of #ACD28D is #99CC99 (or #9C9).
#ACD28D color RGB value is (172,210,141).
RGB: (172,210,141)
(67%, 82%, 55%)
R 172 of 255 = 67%
G 210 of 255 = 82%
B 141 of 255 = 55%
R + G + B ~ 68%. #ACD28D is quite light color.
R + G + B = 172 + 210 + 141 = 523 (100%)
R 172 of 523 ~ 32.89%
G 210 of 523 ~ 40.15%
B 141 of 523 ~ 26.96'%
#ACD28D color CMYK value is (18,0,33,18).
CMYK: (18,0,33,18)
C18M0Y33K18 (18%, 0%, 33%, 18%)
(0.18 / 0.00 / 0.33 / 0.18)
Color #ACD28D in popluar color models
AC | D2 | 8D | |
---|---|---|---|
RGB | 172 | 210 | 141 |
HSL | 93° | 43.40% | 68.82% |
HSB/HSV | 93° | 32.86% | 82.35% |
CMYK | 18.10% | 0.00% | 32.86% |
17.65% |
Color #ACD28D in popluar number systems.
HEX | AC | D2 | 8D |
Decimal | 172 | 210 | 141 |
Binary | 10101100 | 11010010 | 10001101 |
Octal | 254 | 322 | 215 |
Shades of #ACD28D
Tints of #ACD28D
Examples of css and html codes for elements with #ACD28D color. Also use rgb(172,210,141) instead hex code.
.myTextColor { color: #ACD28D; }
<p style="color:#ACD28D">This sample text font color is #ACD28D.</p>
This text font color is #ACD28D.
.myBgColor { background-color: #ACD28D; }
<div style="background-color:#ACD28D">Inner text</div>
This div background color is #ACD28D.
.myBorderColor { border: 1px solid #ACD28D; }
<div style="border:3px solid #ACD28D">Div</div>
This div border color is #ACD28D.
.myOpacity80 { color: #ACD28D; opacity: 0.8; }
<p style="color:#ACD28D;opacity:0.8;">80%</p>
Text with #ACD28D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACD28D;}
<p style="text-shadow: 3px 3px 1px #ACD28D">Text here.</p>
This text has shadow with #ACD28D color.
.textShadow {text-shadow: 3px 3px 1px #ACD28D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACD28D, 5px 5px 20px red">Text here.</p>
This text has shadow with #ACD28D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACD28D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACD28D, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACD28D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ACD28D;
-webkit-box-shadow: 1px 1px 3px 2px #ACD28D;
box-shadow: 1px 1px 3px 2px #ACD28D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACD28D; -webkit-box-shadow: 1px 1px 3px 2px #ACD28D; box-shadow:1px 1px 3px 2px #ACD28D;">
Div content here
</div>
This text has color #ACD28D on black background.
This text has color #ACD28D on white background.
This text has black color on #ACD28D background.
This text has white color on #ACD28D background.
Complementary color for #hex is #532D72.