Shades of Madang #ABDC9F
Tints of Madang #ABDC9F
RGB
CMYK
RGB Variations
Color information
#ABDC9F (or 0xABDC9F) is known color: Madang. HEX triplet: AB, DC and 9F. RGB value is (171,220,159). Sum of RGB (Red+Green+Blue) = 171+220+159=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 159 (62.5% from 255 or 28.91% from 550); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDC9F is #542360. Grayscale: #C6C6C6. Windows color (decimal): -5514081 or 10476715. OLE color: 10476715.
HSL color Cylindrical-coordinate representation of color #ABDC9F: hue angle of 108.2º 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 #ABDC9F is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 159 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.14 |
| HSL | 108.2º | 0.47% | 0.74% | - |
| HSV(B) | 108.2º | 0.28% | 0.86% | - |
| XYZ | 48.65 | 62.35 | 42.27 | - |
| YUV | 198.4 | 105.77 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 159 | 0.22 | 0 | 0.28 | 0.14 | 108.2 | 0.47 | 0.74 |
| Hex | AB | DC | 9F | 16 | 0 | 1C | E | 6C | 2F | 4A |
| Octal | 253 | 334 | 237 | 26 | 0 | 34 | 16 | 154 | 57 | 112 |
| Binary | 10101011 | 11011100 | 10011111 | 10110 | 0 | 11100 | 1110 | 1101100 | 101111 | 1001010 |
Color Harmonies of #ABDC9F
Complementary color
Monochromatic Colors of #ABDC9F
Black with #ABDC9F
Text Example
Text Example
White with #ABDC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC9F; }
p { color: rgb(171,220,159); }
H1.HeaderClassName
{
color: #ABDC9F;
}
.AnyTagClassName
{
color: #ABDC9F;
}
</style>
background-color css
<style>
a { background-color: #ABDC9F; }
a { background-color: rgb(171,220,159); }
div.DivClassName
{
background-color: #ABDC9F;
}
.BgClassName
{
background-color: #ABDC9F;
}
</style>
border-color css
<style>
span { border-color: #ABDC9F; }
span { border-color: rgb(171,220,159); }
td.TdClassName
{
border-color: #ABDC9F;
}
.TagClassName
{
border-color: #ABDC9F;
}
</style>