HEX: #ACD692
RGB: (172,214,146)
#ACD692 contains mainly red and green colors. Web safe color of #ACD692 is #99CC99 (or #9C9).
#ACD692 color RGB value is (172,214,146).
RGB: (172,214,146)
(67%, 84%, 57%)
R 172 of 255 = 67%
G 214 of 255 = 84%
B 146 of 255 = 57%
R + G + B ~ 69%. #ACD692 is quite light color.
R + G + B = 172 + 214 + 146 = 532 (100%)
R 172 of 532 ~ 32.33%
G 214 of 532 ~ 40.23%
B 146 of 532 ~ 27.44'%
#ACD692 color CMYK value is (20,0,32,16).
CMYK: (20,0,32,16)
C20M0Y32K16 (20%, 0%, 32%, 16%)
(0.20 / 0.00 / 0.32 / 0.16)
Color #ACD692 in popluar color models
AC | D6 | 92 | |
---|---|---|---|
RGB | 172 | 214 | 146 |
HSL | 97° | 45.33% | 70.59% |
HSB/HSV | 97° | 31.78% | 83.92% |
CMYK | 19.63% | 0.00% | 31.78% |
16.08% |
Color #ACD692 in popluar number systems.
HEX | AC | D6 | 92 |
Decimal | 172 | 214 | 146 |
Binary | 10101100 | 11010110 | 10010010 |
Octal | 254 | 326 | 222 |
Shades of #ACD692
Tints of #ACD692
Examples of css and html codes for elements with #ACD692 color. Also use rgb(172,214,146) instead hex code.
.myTextColor { color: #ACD692; }
<p style="color:#ACD692">This sample text font color is #ACD692.</p>
This text font color is #ACD692.
.myBgColor { background-color: #ACD692; }
<div style="background-color:#ACD692">Inner text</div>
This div background color is #ACD692.
.myBorderColor { border: 1px solid #ACD692; }
<div style="border:3px solid #ACD692">Div</div>
This div border color is #ACD692.
.myOpacity80 { color: #ACD692; opacity: 0.8; }
<p style="color:#ACD692;opacity:0.8;">80%</p>
Text with #ACD692 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACD692;}
<p style="text-shadow: 3px 3px 1px #ACD692">Text here.</p>
This text has shadow with #ACD692 color.
.textShadow {text-shadow: 3px 3px 1px #ACD692', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACD692, 5px 5px 20px red">Text here.</p>
This text has shadow with #ACD692 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACD692, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACD692, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACD692 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ACD692;
-webkit-box-shadow: 1px 1px 3px 2px #ACD692;
box-shadow: 1px 1px 3px 2px #ACD692;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACD692; -webkit-box-shadow: 1px 1px 3px 2px #ACD692; box-shadow:1px 1px 3px 2px #ACD692;">
Div content here
</div>
This text has color #ACD692 on black background.
This text has color #ACD692 on white background.
This text has black color on #ACD692 background.
This text has white color on #ACD692 background.
Complementary color for #hex is #53296D.