Shades of Madang #AAD4A0
Tints of Madang #AAD4A0
RGB
CMYK
RGB Variations
Color information
#AAD4A0 (or 0xAAD4A0) is known color: Madang. HEX triplet: AA, D4 and A0. RGB value is (170,212,160). Sum of RGB (Red+Green+Blue) = 170+212+160=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 212 (83.20% from 255 or 39.11% from 542); Blue value is 160 (62.89% from 255 or 29.52% from 542); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD4A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD4A0 is #552B5F. Grayscale: #C1C1C1. Windows color (decimal): -5581664 or 10540202. OLE color: 10540202.
HSL color Cylindrical-coordinate representation of color #AAD4A0: hue angle of 108.46º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAD4A0 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 212 | 160 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.17 |
| HSL | 108.46º | 0.38% | 0.73% | - |
| HSV(B) | 108.46º | 0.25% | 0.83% | - |
| XYZ | 46.47 | 58.17 | 42.04 | - |
| YUV | 193.51 | 109.09 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 212 | 160 | 0.20 | 0 | 0.25 | 0.17 | 108.46 | 0.38 | 0.73 |
| Hex | AA | D4 | A0 | 14 | 0 | 19 | 11 | 6C | 26 | 49 |
| Octal | 252 | 324 | 240 | 24 | 0 | 31 | 21 | 154 | 46 | 111 |
| Binary | 10101010 | 11010100 | 10100000 | 10100 | 0 | 11001 | 10001 | 1101100 | 100110 | 1001001 |
Color Harmonies of #AAD4A0
Complementary color
Monochromatic Colors of #AAD4A0
Black with #AAD4A0
Text Example
Text Example
White with #AAD4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD4A0; }
p { color: rgb(170,212,160); }
H1.HeaderClassName
{
color: #AAD4A0;
}
.AnyTagClassName
{
color: #AAD4A0;
}
</style>
background-color css
<style>
a { background-color: #AAD4A0; }
a { background-color: rgb(170,212,160); }
div.DivClassName
{
background-color: #AAD4A0;
}
.BgClassName
{
background-color: #AAD4A0;
}
</style>
border-color css
<style>
span { border-color: #AAD4A0; }
span { border-color: rgb(170,212,160); }
td.TdClassName
{
border-color: #AAD4A0;
}
.TagClassName
{
border-color: #AAD4A0;
}
</style>