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