Shades of Madang #ADD2A0
Tints of Madang #ADD2A0
RGB
CMYK
RGB Variations
Color information
#ADD2A0 (or 0xADD2A0) is known color: Madang. HEX triplet: AD, D2 and A0. RGB value is (173,210,160). Sum of RGB (Red+Green+Blue) = 173+210+160=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 160 (62.89% from 255 or 29.47% from 543); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD2A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD2A0 is #522D5F. Grayscale: #C1C1C1. Windows color (decimal): -5385568 or 10539693. OLE color: 10539693.
HSL color Cylindrical-coordinate representation of color #ADD2A0: hue angle of 104.4º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADD2A0 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 160 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.18 |
| HSL | 104.4º | 0.36% | 0.73% | - |
| HSV(B) | 104.4º | 0.24% | 0.82% | - |
| XYZ | 46.63 | 57.52 | 41.9 | - |
| YUV | 193.24 | 109.24 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 160 | 0.18 | 0 | 0.24 | 0.18 | 104.4 | 0.36 | 0.73 |
| Hex | AD | D2 | A0 | 12 | 0 | 18 | 12 | 68 | 24 | 49 |
| Octal | 255 | 322 | 240 | 22 | 0 | 30 | 22 | 150 | 44 | 111 |
| Binary | 10101101 | 11010010 | 10100000 | 10010 | 0 | 11000 | 10010 | 1101000 | 100100 | 1001001 |
Color Harmonies of #ADD2A0
Complementary color
Monochromatic Colors of #ADD2A0
Black with #ADD2A0
Text Example
Text Example
White with #ADD2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD2A0; }
p { color: rgb(173,210,160); }
H1.HeaderClassName
{
color: #ADD2A0;
}
.AnyTagClassName
{
color: #ADD2A0;
}
</style>
background-color css
<style>
a { background-color: #ADD2A0; }
a { background-color: rgb(173,210,160); }
div.DivClassName
{
background-color: #ADD2A0;
}
.BgClassName
{
background-color: #ADD2A0;
}
</style>
border-color css
<style>
span { border-color: #ADD2A0; }
span { border-color: rgb(173,210,160); }
td.TdClassName
{
border-color: #ADD2A0;
}
.TagClassName
{
border-color: #ADD2A0;
}
</style>