HEX: #AAD498
RGB: (170,212,152)
#AAD498 contains mainly red and green colors. Web safe color of #AAD498 is #99CC99 (or #9C9).
#AAD498 color RGB value is (170,212,152).
RGB: (170,212,152)
(67%, 83%, 60%)
R 170 of 255 = 67%
G 212 of 255 = 83%
B 152 of 255 = 60%
R + G + B ~ 70%. #AAD498 is quite light color.
R + G + B = 170 + 212 + 152 = 534 (100%)
R 170 of 534 ~ 31.84%
G 212 of 534 ~ 39.7%
B 152 of 534 ~ 28.46'%
#AAD498 color CMYK value is (20,0,28,17).
CMYK: (20,0,28,17) C20M0Y28K17 (20%,0%,28%,17%) (0.20/0.00/0.28/0.17)
Color #AAD498 in popluar color models
AA | D4 | 98 | |
---|---|---|---|
RGB | 170 | 212 | 152 |
HSL | 102° | 41.10% | 71.37% |
HSB/HSV | 102° | 28.30% | 83.14% |
CMYK | 19.81% | 0.00% | 28.30% |
16.86% |
Color #AAD498 in popluar number systems.
HEX | AA | D4 | 98 |
Decimal | 170 | 212 | 152 |
Binary | 10101010 | 11010100 | 10011000 |
Octal | 252 | 324 | 230 |
Shades of #AAD498
Tints of #AAD498
Examples of css and html codes for elements with #AAD498 color. Also use rgb(170,212,152) instead hex code.
.myTextColor { color: #AAD498; }
<p style="color:#AAD498">This sample text font color is #AAD498.</p>
This text font color is #AAD498.
.myBgColor { background-color: #AAD498; }
<div style="background-color:#AAD498">Inner text</div>
This div background color is #AAD498.
.myBorderColor { border: 1px solid #AAD498; }
<div style="border:3px solid #AAD498">Div</div>
This div border color is #AAD498.
.myOpacity80 { color: #AAD498; opacity: 0.8; }
<p style="color:#AAD498;opacity:0.8;">80%</p>
Text with #AAD498 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AAD498;}
<p style="text-shadow: 3px 3px 1px #AAD498">Text here.</p>
This text has shadow with #AAD498 color.
.textShadow {text-shadow: 3px 3px 1px #AAD498', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AAD498, 5px 5px 20px red">Text here.</p>
This text has shadow with #AAD498 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AAD498, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AAD498, Direction=45, Strength=4)">Text</p>
This text has shadow with #AAD498 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AAD498;
-webkit-box-shadow: 1px 1px 3px 2px #AAD498;
box-shadow: 1px 1px 3px 2px #AAD498;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AAD498; -webkit-box-shadow: 1px 1px 3px 2px #AAD498; box-shadow:1px 1px 3px 2px #AAD498;">
Div content here
</div>
This text has color #AAD498 on black background.
This text has color #AAD498 on white background.
This text has black color on #AAD498 background.
This text has white color on #AAD498 background.
Complementary color for #hex is #552B67.