Shades of Madang #AADDA0
Tints of Madang #AADDA0
RGB
CMYK
RGB Variations
Color information
#AADDA0 (or 0xAADDA0) is known color: Madang. HEX triplet: AA, DD and A0. RGB value is (170,221,160). Sum of RGB (Red+Green+Blue) = 170+221+160=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 160 (62.89% from 255 or 29.04% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADDA0 is #55225F. Grayscale: #C6C6C6. Windows color (decimal): -5579360 or 10542506. OLE color: 10542506.
HSL color Cylindrical-coordinate representation of color #AADDA0: hue angle of 110.16º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AADDA0 is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 160 | - |
| CMYK | 0.23 | 0 | 0.28 | 0.13 |
| HSL | 110.16º | 0.47% | 0.75% | - |
| HSV(B) | 110.16º | 0.28% | 0.87% | - |
| XYZ | 48.78 | 62.8 | 42.81 | - |
| YUV | 198.8 | 106.1 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 160 | 0.23 | 0 | 0.28 | 0.13 | 110.16 | 0.47 | 0.75 |
| Hex | AA | DD | A0 | 17 | 0 | 1C | D | 6E | 2F | 4B |
| Octal | 252 | 335 | 240 | 27 | 0 | 34 | 15 | 156 | 57 | 113 |
| Binary | 10101010 | 11011101 | 10100000 | 10111 | 0 | 11100 | 1101 | 1101110 | 101111 | 1001011 |
Color Harmonies of #AADDA0
Complementary color
Monochromatic Colors of #AADDA0
Black with #AADDA0
Text Example
Text Example
White with #AADDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADDA0; }
p { color: rgb(170,221,160); }
H1.HeaderClassName
{
color: #AADDA0;
}
.AnyTagClassName
{
color: #AADDA0;
}
</style>
background-color css
<style>
a { background-color: #AADDA0; }
a { background-color: rgb(170,221,160); }
div.DivClassName
{
background-color: #AADDA0;
}
.BgClassName
{
background-color: #AADDA0;
}
</style>
border-color css
<style>
span { border-color: #AADDA0; }
span { border-color: rgb(170,221,160); }
td.TdClassName
{
border-color: #AADDA0;
}
.TagClassName
{
border-color: #AADDA0;
}
</style>