Shades of Madang #ADDC9D
Tints of Madang #ADDC9D
RGB
CMYK
RGB Variations
Color information
#ADDC9D (or 0xADDC9D) is known color: Madang. HEX triplet: AD, DC and 9D. RGB value is (173,220,157). Sum of RGB (Red+Green+Blue) = 173+220+157=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDC9D is #522362. Grayscale: #C6C6C6. Windows color (decimal): -5383011 or 10345645. OLE color: 10345645.
HSL color Cylindrical-coordinate representation of color #ADDC9D: hue angle of 104.76º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADDC9D is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 157 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.14 |
| HSL | 104.76º | 0.47% | 0.74% | - |
| HSV(B) | 104.76º | 0.29% | 0.86% | - |
| XYZ | 48.91 | 62.5 | 41.38 | - |
| YUV | 198.77 | 104.43 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 157 | 0.21 | 0 | 0.29 | 0.14 | 104.76 | 0.47 | 0.74 |
| Hex | AD | DC | 9D | 15 | 0 | 1D | E | 69 | 2F | 4A |
| Octal | 255 | 334 | 235 | 25 | 0 | 35 | 16 | 151 | 57 | 112 |
| Binary | 10101101 | 11011100 | 10011101 | 10101 | 0 | 11101 | 1110 | 1101001 | 101111 | 1001010 |
Color Harmonies of #ADDC9D
Complementary color
Monochromatic Colors of #ADDC9D
Black with #ADDC9D
Text Example
Text Example
White with #ADDC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC9D; }
p { color: rgb(173,220,157); }
H1.HeaderClassName
{
color: #ADDC9D;
}
.AnyTagClassName
{
color: #ADDC9D;
}
</style>
background-color css
<style>
a { background-color: #ADDC9D; }
a { background-color: rgb(173,220,157); }
div.DivClassName
{
background-color: #ADDC9D;
}
.BgClassName
{
background-color: #ADDC9D;
}
</style>
border-color css
<style>
span { border-color: #ADDC9D; }
span { border-color: rgb(173,220,157); }
td.TdClassName
{
border-color: #ADDC9D;
}
.TagClassName
{
border-color: #ADDC9D;
}
</style>