Shades of Madang #ADDD9F
Tints of Madang #ADDD9F
RGB
CMYK
RGB Variations
Color information
#ADDD9F (or 0xADDD9F) is known color: Madang. HEX triplet: AD, DD and 9F. RGB value is (173,221,159). Sum of RGB (Red+Green+Blue) = 173+221+159=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 159 (62.5% from 255 or 28.75% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDD9F is #522260. Grayscale: #C7C7C7. Windows color (decimal): -5382753 or 10476973. OLE color: 10476973.
HSL color Cylindrical-coordinate representation of color #ADDD9F: hue angle of 106.45º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADDD9F is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 159 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.13 |
| HSL | 106.45º | 0.48% | 0.75% | - |
| HSV(B) | 106.45º | 0.28% | 0.87% | - |
| XYZ | 49.35 | 63.1 | 42.38 | - |
| YUV | 199.58 | 105.1 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 159 | 0.22 | 0 | 0.28 | 0.13 | 106.45 | 0.48 | 0.75 |
| Hex | AD | DD | 9F | 16 | 0 | 1C | D | 6A | 30 | 4B |
| Octal | 255 | 335 | 237 | 26 | 0 | 34 | 15 | 152 | 60 | 113 |
| Binary | 10101101 | 11011101 | 10011111 | 10110 | 0 | 11100 | 1101 | 1101010 | 110000 | 1001011 |
Color Harmonies of #ADDD9F
Complementary color
Monochromatic Colors of #ADDD9F
Black with #ADDD9F
Text Example
Text Example
White with #ADDD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD9F; }
p { color: rgb(173,221,159); }
H1.HeaderClassName
{
color: #ADDD9F;
}
.AnyTagClassName
{
color: #ADDD9F;
}
</style>
background-color css
<style>
a { background-color: #ADDD9F; }
a { background-color: rgb(173,221,159); }
div.DivClassName
{
background-color: #ADDD9F;
}
.BgClassName
{
background-color: #ADDD9F;
}
</style>
border-color css
<style>
span { border-color: #ADDD9F; }
span { border-color: rgb(173,221,159); }
td.TdClassName
{
border-color: #ADDD9F;
}
.TagClassName
{
border-color: #ADDD9F;
}
</style>