HEX: #A9EDAC
RGB: (169,237,172)
#A9EDAC contains mainly green color. Web safe color of #A9EDAC is #99FF99 (or #9F9).
#A9EDAC color RGB value is (169,237,172).
RGB: (169,237,172)
(66%, 93%, 67%)
R 169 of 255 = 66%
G 237 of 255 = 93%
B 172 of 255 = 67%
R + G + B ~ 75%. #A9EDAC is quite light color.
R + G + B = 169 + 237 + 172 = 578 (100%)
R 169 of 578 ~ 29.24%
G 237 of 578 ~ 41%
B 172 of 578 ~ 29.76'%
#A9EDAC color CMYK value is (29,0,27,7).
CMYK: (29,0,27,7) C29M0Y27K7 (29%,0%,27%,7%) (0.29/0.00/0.27/0.07)
Color #A9EDAC in popluar color models
A9 | ED | AC | |
---|---|---|---|
RGB | 169 | 237 | 172 |
HSL | 123° | 65.38% | 79.61% |
HSB/HSV | 123° | 28.69% | 92.94% |
CMYK | 28.69% | 0.00% | 27.43% |
7.06% |
Color #A9EDAC in popluar number systems.
HEX | A9 | ED | AC |
Decimal | 169 | 237 | 172 |
Binary | 10101001 | 11101101 | 10101100 |
Octal | 251 | 355 | 254 |
Shades of #A9EDAC
Tints of #A9EDAC
Examples of css and html codes for elements with #A9EDAC color. Also use rgb(169,237,172) instead hex code.
.myTextColor { color: #A9EDAC; }
<p style="color:#A9EDAC">This sample text font color is #A9EDAC.</p>
This text font color is #A9EDAC.
.myBgColor { background-color: #A9EDAC; }
<div style="background-color:#A9EDAC">Inner text</div>
This div background color is #A9EDAC.
.myBorderColor { border: 1px solid #A9EDAC; }
<div style="border:3px solid #A9EDAC">Div</div>
This div border color is #A9EDAC.
.myOpacity80 { color: #A9EDAC; opacity: 0.8; }
<p style="color:#A9EDAC;opacity:0.8;">80%</p>
Text with #A9EDAC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A9EDAC;}
<p style="text-shadow: 3px 3px 1px #A9EDAC">Text here.</p>
This text has shadow with #A9EDAC color.
.textShadow {text-shadow: 3px 3px 1px #A9EDAC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A9EDAC, 5px 5px 20px red">Text here.</p>
This text has shadow with #A9EDAC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A9EDAC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A9EDAC, Direction=45, Strength=4)">Text</p>
This text has shadow with #A9EDAC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A9EDAC;
-webkit-box-shadow: 1px 1px 3px 2px #A9EDAC;
box-shadow: 1px 1px 3px 2px #A9EDAC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A9EDAC; -webkit-box-shadow: 1px 1px 3px 2px #A9EDAC; box-shadow:1px 1px 3px 2px #A9EDAC;">
Div content here
</div>
This text has color #A9EDAC on black background.
This text has color #A9EDAC on white background.
This text has black color on #A9EDAC background.
This text has white color on #A9EDAC background.
Complementary color for #hex is #561253.