Shades of Madang #ADDBA0
Tints of Madang #ADDBA0
RGB
CMYK
RGB Variations
Color information
#ADDBA0 (or 0xADDBA0) is known color: Madang. HEX triplet: AD, DB and A0. RGB value is (173,219,160). Sum of RGB (Red+Green+Blue) = 173+219+160=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 160 (62.89% from 255 or 28.99% from 552); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDBA0 is #52245F. Grayscale: #C6C6C6. Windows color (decimal): -5383264 or 10541997. OLE color: 10541997.
HSL color Cylindrical-coordinate representation of color #ADDBA0: hue angle of 106.78º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADDBA0 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 160 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.14 |
| HSL | 106.78º | 0.45% | 0.74% | - |
| HSV(B) | 106.78º | 0.27% | 0.86% | - |
| XYZ | 48.91 | 62.09 | 42.66 | - |
| YUV | 198.52 | 106.26 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 160 | 0.21 | 0 | 0.27 | 0.14 | 106.78 | 0.45 | 0.74 |
| Hex | AD | DB | A0 | 15 | 0 | 1B | E | 6B | 2D | 4A |
| Octal | 255 | 333 | 240 | 25 | 0 | 33 | 16 | 153 | 55 | 112 |
| Binary | 10101101 | 11011011 | 10100000 | 10101 | 0 | 11011 | 1110 | 1101011 | 101101 | 1001010 |
Color Harmonies of #ADDBA0
Complementary color
Monochromatic Colors of #ADDBA0
Black with #ADDBA0
Text Example
Text Example
White with #ADDBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDBA0; }
p { color: rgb(173,219,160); }
H1.HeaderClassName
{
color: #ADDBA0;
}
.AnyTagClassName
{
color: #ADDBA0;
}
</style>
background-color css
<style>
a { background-color: #ADDBA0; }
a { background-color: rgb(173,219,160); }
div.DivClassName
{
background-color: #ADDBA0;
}
.BgClassName
{
background-color: #ADDBA0;
}
</style>
border-color css
<style>
span { border-color: #ADDBA0; }
span { border-color: rgb(173,219,160); }
td.TdClassName
{
border-color: #ADDBA0;
}
.TagClassName
{
border-color: #ADDBA0;
}
</style>