Shades of Madang #AADD9F
Tints of Madang #AADD9F
RGB
CMYK
RGB Variations
Color information
#AADD9F (or 0xAADD9F) is known color: Madang. HEX triplet: AA, DD and 9F. RGB value is (170,221,159). Sum of RGB (Red+Green+Blue) = 170+221+159=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 159 (62.5% from 255 or 28.91% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADD9F is #552260. Grayscale: #C6C6C6. Windows color (decimal): -5579361 or 10476970. OLE color: 10476970.
HSL color Cylindrical-coordinate representation of color #AADD9F: hue angle of 109.35º 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 #AADD9F is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 159 | - |
| CMYK | 0.23 | 0 | 0.28 | 0.13 |
| HSL | 109.35º | 0.48% | 0.75% | - |
| HSV(B) | 109.35º | 0.28% | 0.87% | - |
| XYZ | 48.69 | 62.76 | 42.35 | - |
| YUV | 198.68 | 105.6 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 159 | 0.23 | 0 | 0.28 | 0.13 | 109.35 | 0.48 | 0.75 |
| Hex | AA | DD | 9F | 17 | 0 | 1C | D | 6D | 30 | 4B |
| Octal | 252 | 335 | 237 | 27 | 0 | 34 | 15 | 155 | 60 | 113 |
| Binary | 10101010 | 11011101 | 10011111 | 10111 | 0 | 11100 | 1101 | 1101101 | 110000 | 1001011 |
Color Harmonies of #AADD9F
Complementary color
Monochromatic Colors of #AADD9F
Black with #AADD9F
Text Example
Text Example
White with #AADD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADD9F; }
p { color: rgb(170,221,159); }
H1.HeaderClassName
{
color: #AADD9F;
}
.AnyTagClassName
{
color: #AADD9F;
}
</style>
background-color css
<style>
a { background-color: #AADD9F; }
a { background-color: rgb(170,221,159); }
div.DivClassName
{
background-color: #AADD9F;
}
.BgClassName
{
background-color: #AADD9F;
}
</style>
border-color css
<style>
span { border-color: #AADD9F; }
span { border-color: rgb(170,221,159); }
td.TdClassName
{
border-color: #AADD9F;
}
.TagClassName
{
border-color: #AADD9F;
}
</style>