Shades of Madang #ADDB99
Tints of Madang #ADDB99
RGB
CMYK
RGB Variations
Color information
#ADDB99 (or 0xADDB99) is known color: Madang. HEX triplet: AD, DB and 99. RGB value is (173,219,153). Sum of RGB (Red+Green+Blue) = 173+219+153=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 153 (60.16% from 255 or 28.07% from 545); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDB99 is #522466. Grayscale: #C5C5C5. Windows color (decimal): -5383271 or 10083245. OLE color: 10083245.
HSL color Cylindrical-coordinate representation of color #ADDB99: hue angle of 101.82º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADDB99 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 153 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.14 |
| HSL | 101.82º | 0.48% | 0.73% | - |
| HSV(B) | 101.82º | 0.3% | 0.86% | - |
| XYZ | 48.31 | 61.85 | 39.53 | - |
| YUV | 197.72 | 102.76 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 153 | 0.21 | 0 | 0.30 | 0.14 | 101.82 | 0.48 | 0.73 |
| Hex | AD | DB | 99 | 15 | 0 | 1E | E | 66 | 30 | 49 |
| Octal | 255 | 333 | 231 | 25 | 0 | 36 | 16 | 146 | 60 | 111 |
| Binary | 10101101 | 11011011 | 10011001 | 10101 | 0 | 11110 | 1110 | 1100110 | 110000 | 1001001 |
Color Harmonies of #ADDB99
Complementary color
Monochromatic Colors of #ADDB99
Black with #ADDB99
Text Example
Text Example
White with #ADDB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB99; }
p { color: rgb(173,219,153); }
H1.HeaderClassName
{
color: #ADDB99;
}
.AnyTagClassName
{
color: #ADDB99;
}
</style>
background-color css
<style>
a { background-color: #ADDB99; }
a { background-color: rgb(173,219,153); }
div.DivClassName
{
background-color: #ADDB99;
}
.BgClassName
{
background-color: #ADDB99;
}
</style>
border-color css
<style>
span { border-color: #ADDB99; }
span { border-color: rgb(173,219,153); }
td.TdClassName
{
border-color: #ADDB99;
}
.TagClassName
{
border-color: #ADDB99;
}
</style>