Shades of Madang #ADDC99
Tints of Madang #ADDC99
RGB
CMYK
RGB Variations
Color information
#ADDC99 (or 0xADDC99) is known color: Madang. HEX triplet: AD, DC and 99. RGB value is (173,220,153). Sum of RGB (Red+Green+Blue) = 173+220+153=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 153 (60.16% from 255 or 28.02% from 546); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDC99 is #522366. Grayscale: #C6C6C6. Windows color (decimal): -5383015 or 10083501. OLE color: 10083501.
HSL color Cylindrical-coordinate representation of color #ADDC99: hue angle of 102.09º degrees, saturation: 0.49, 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 #ADDC99 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 153 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.14 |
| HSL | 102.09º | 0.49% | 0.73% | - |
| HSV(B) | 102.09º | 0.3% | 0.86% | - |
| XYZ | 48.58 | 62.37 | 39.62 | - |
| YUV | 198.31 | 102.43 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 153 | 0.21 | 0 | 0.30 | 0.14 | 102.09 | 0.49 | 0.73 |
| Hex | AD | DC | 99 | 15 | 0 | 1E | E | 66 | 31 | 49 |
| Octal | 255 | 334 | 231 | 25 | 0 | 36 | 16 | 146 | 61 | 111 |
| Binary | 10101101 | 11011100 | 10011001 | 10101 | 0 | 11110 | 1110 | 1100110 | 110001 | 1001001 |
Color Harmonies of #ADDC99
Complementary color
Monochromatic Colors of #ADDC99
Black with #ADDC99
Text Example
Text Example
White with #ADDC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC99; }
p { color: rgb(173,220,153); }
H1.HeaderClassName
{
color: #ADDC99;
}
.AnyTagClassName
{
color: #ADDC99;
}
</style>
background-color css
<style>
a { background-color: #ADDC99; }
a { background-color: rgb(173,220,153); }
div.DivClassName
{
background-color: #ADDC99;
}
.BgClassName
{
background-color: #ADDC99;
}
</style>
border-color css
<style>
span { border-color: #ADDC99; }
span { border-color: rgb(173,220,153); }
td.TdClassName
{
border-color: #ADDC99;
}
.TagClassName
{
border-color: #ADDC99;
}
</style>