Shades of Madang #AADFA0
Tints of Madang #AADFA0
RGB
CMYK
RGB Variations
Color information
#AADFA0 (or 0xAADFA0) is known color: Madang. HEX triplet: AA, DF and A0. RGB value is (170,223,160). Sum of RGB (Red+Green+Blue) = 170+223+160=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 160 (62.89% from 255 or 28.93% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #AADFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADFA0 is #55205F. Grayscale: #C8C8C8. Windows color (decimal): -5578848 or 10543018. OLE color: 10543018.
HSL color Cylindrical-coordinate representation of color #AADFA0: hue angle of 110.48º degrees, saturation: 0.5, 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 #AADFA0 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 160 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.13 |
| HSL | 110.48º | 0.5% | 0.75% | - |
| HSV(B) | 110.48º | 0.28% | 0.87% | - |
| XYZ | 49.31 | 63.86 | 42.98 | - |
| YUV | 199.97 | 105.44 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 160 | 0.24 | 0 | 0.28 | 0.13 | 110.48 | 0.5 | 0.75 |
| Hex | AA | DF | A0 | 18 | 0 | 1C | D | 6E | 32 | 4B |
| Octal | 252 | 337 | 240 | 30 | 0 | 34 | 15 | 156 | 62 | 113 |
| Binary | 10101010 | 11011111 | 10100000 | 11000 | 0 | 11100 | 1101 | 1101110 | 110010 | 1001011 |
Color Harmonies of #AADFA0
Complementary color
Monochromatic Colors of #AADFA0
Black with #AADFA0
Text Example
Text Example
White with #AADFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADFA0; }
p { color: rgb(170,223,160); }
H1.HeaderClassName
{
color: #AADFA0;
}
.AnyTagClassName
{
color: #AADFA0;
}
</style>
background-color css
<style>
a { background-color: #AADFA0; }
a { background-color: rgb(170,223,160); }
div.DivClassName
{
background-color: #AADFA0;
}
.BgClassName
{
background-color: #AADFA0;
}
</style>
border-color css
<style>
span { border-color: #AADFA0; }
span { border-color: rgb(170,223,160); }
td.TdClassName
{
border-color: #AADFA0;
}
.TagClassName
{
border-color: #AADFA0;
}
</style>