Shades of Madang #AADC9F
Tints of Madang #AADC9F
RGB
CMYK
RGB Variations
Color information
#AADC9F (or 0xAADC9F) is known color: Madang. HEX triplet: AA, DC and 9F. RGB value is (170,220,159). Sum of RGB (Red+Green+Blue) = 170+220+159=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 159 (62.5% from 255 or 28.96% from 549); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADC9F is #552360. Grayscale: #C6C6C6. Windows color (decimal): -5579617 or 10476714. OLE color: 10476714.
HSL color Cylindrical-coordinate representation of color #AADC9F: hue angle of 109.18º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AADC9F is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 159 | - |
| CMYK | 0.23 | 0 | 0.28 | 0.14 |
| HSL | 109.18º | 0.47% | 0.74% | - |
| HSV(B) | 109.18º | 0.28% | 0.86% | - |
| XYZ | 48.43 | 62.24 | 42.26 | - |
| YUV | 198.1 | 105.94 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 159 | 0.23 | 0 | 0.28 | 0.14 | 109.18 | 0.47 | 0.74 |
| Hex | AA | DC | 9F | 17 | 0 | 1C | E | 6D | 2F | 4A |
| Octal | 252 | 334 | 237 | 27 | 0 | 34 | 16 | 155 | 57 | 112 |
| Binary | 10101010 | 11011100 | 10011111 | 10111 | 0 | 11100 | 1110 | 1101101 | 101111 | 1001010 |
Color Harmonies of #AADC9F
Complementary color
Monochromatic Colors of #AADC9F
Black with #AADC9F
Text Example
Text Example
White with #AADC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC9F; }
p { color: rgb(170,220,159); }
H1.HeaderClassName
{
color: #AADC9F;
}
.AnyTagClassName
{
color: #AADC9F;
}
</style>
background-color css
<style>
a { background-color: #AADC9F; }
a { background-color: rgb(170,220,159); }
div.DivClassName
{
background-color: #AADC9F;
}
.BgClassName
{
background-color: #AADC9F;
}
</style>
border-color css
<style>
span { border-color: #AADC9F; }
span { border-color: rgb(170,220,159); }
td.TdClassName
{
border-color: #AADC9F;
}
.TagClassName
{
border-color: #AADC9F;
}
</style>