Shades of Madang #ADDAA0
Tints of Madang #ADDAA0
RGB
CMYK
RGB Variations
Color information
#ADDAA0 (or 0xADDAA0) is known color: Madang. HEX triplet: AD, DA and A0. RGB value is (173,218,160). Sum of RGB (Red+Green+Blue) = 173+218+160=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 160 (62.89% from 255 or 29.04% from 551); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDAA0 is #52255F. Grayscale: #C6C6C6. Windows color (decimal): -5383520 or 10541741. OLE color: 10541741.
HSL color Cylindrical-coordinate representation of color #ADDAA0: hue angle of 106.55º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADDAA0 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 160 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.15 |
| HSL | 106.55º | 0.44% | 0.74% | - |
| HSV(B) | 106.55º | 0.27% | 0.85% | - |
| XYZ | 48.65 | 61.57 | 42.58 | - |
| YUV | 197.93 | 106.59 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 160 | 0.21 | 0 | 0.27 | 0.15 | 106.55 | 0.44 | 0.74 |
| Hex | AD | DA | A0 | 15 | 0 | 1B | F | 6B | 2C | 4A |
| Octal | 255 | 332 | 240 | 25 | 0 | 33 | 17 | 153 | 54 | 112 |
| Binary | 10101101 | 11011010 | 10100000 | 10101 | 0 | 11011 | 1111 | 1101011 | 101100 | 1001010 |
Color Harmonies of #ADDAA0
Complementary color
Monochromatic Colors of #ADDAA0
Black with #ADDAA0
Text Example
Text Example
White with #ADDAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAA0; }
p { color: rgb(173,218,160); }
H1.HeaderClassName
{
color: #ADDAA0;
}
.AnyTagClassName
{
color: #ADDAA0;
}
</style>
background-color css
<style>
a { background-color: #ADDAA0; }
a { background-color: rgb(173,218,160); }
div.DivClassName
{
background-color: #ADDAA0;
}
.BgClassName
{
background-color: #ADDAA0;
}
</style>
border-color css
<style>
span { border-color: #ADDAA0; }
span { border-color: rgb(173,218,160); }
td.TdClassName
{
border-color: #ADDAA0;
}
.TagClassName
{
border-color: #ADDAA0;
}
</style>