Shades of Madang #ADDEA0
Tints of Madang #ADDEA0
RGB
CMYK
RGB Variations
Color information
#ADDEA0 (or 0xADDEA0) is known color: Madang. HEX triplet: AD, DE and A0. RGB value is (173,222,160). Sum of RGB (Red+Green+Blue) = 173+222+160=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 160 (62.89% from 255 or 28.83% from 555); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDEA0 is #52215F. Grayscale: #C8C8C8. Windows color (decimal): -5382496 or 10542765. OLE color: 10542765.
HSL color Cylindrical-coordinate representation of color #ADDEA0: hue angle of 107.42º degrees, saturation: 0.48, 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 #ADDEA0 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 160 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.13 |
| HSL | 107.42º | 0.48% | 0.75% | - |
| HSV(B) | 107.42º | 0.28% | 0.87% | - |
| XYZ | 49.7 | 63.66 | 42.93 | - |
| YUV | 200.28 | 105.27 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 160 | 0.22 | 0 | 0.28 | 0.13 | 107.42 | 0.48 | 0.75 |
| Hex | AD | DE | A0 | 16 | 0 | 1C | D | 6B | 30 | 4B |
| Octal | 255 | 336 | 240 | 26 | 0 | 34 | 15 | 153 | 60 | 113 |
| Binary | 10101101 | 11011110 | 10100000 | 10110 | 0 | 11100 | 1101 | 1101011 | 110000 | 1001011 |
Color Harmonies of #ADDEA0
Complementary color
Monochromatic Colors of #ADDEA0
Black with #ADDEA0
Text Example
Text Example
White with #ADDEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDEA0; }
p { color: rgb(173,222,160); }
H1.HeaderClassName
{
color: #ADDEA0;
}
.AnyTagClassName
{
color: #ADDEA0;
}
</style>
background-color css
<style>
a { background-color: #ADDEA0; }
a { background-color: rgb(173,222,160); }
div.DivClassName
{
background-color: #ADDEA0;
}
.BgClassName
{
background-color: #ADDEA0;
}
</style>
border-color css
<style>
span { border-color: #ADDEA0; }
span { border-color: rgb(173,222,160); }
td.TdClassName
{
border-color: #ADDEA0;
}
.TagClassName
{
border-color: #ADDEA0;
}
</style>