Shades of Madang #ABDC9C
Tints of Madang #ABDC9C
RGB
CMYK
RGB Variations
Color information
#ABDC9C (or 0xABDC9C) is known color: Madang. HEX triplet: AB, DC and 9C. RGB value is (171,220,156). Sum of RGB (Red+Green+Blue) = 171+220+156=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 156 (61.33% from 255 or 28.52% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDC9C is #542363. Grayscale: #C6C6C6. Windows color (decimal): -5514084 or 10280107. OLE color: 10280107.
HSL color Cylindrical-coordinate representation of color #ABDC9C: hue angle of 105.94º degrees, saturation: 0.48, 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 #ABDC9C is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 156 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.14 |
| HSL | 105.94º | 0.48% | 0.74% | - |
| HSV(B) | 105.94º | 0.29% | 0.86% | - |
| XYZ | 48.39 | 62.24 | 40.92 | - |
| YUV | 198.05 | 104.27 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 156 | 0.22 | 0 | 0.29 | 0.14 | 105.94 | 0.48 | 0.74 |
| Hex | AB | DC | 9C | 16 | 0 | 1D | E | 6A | 30 | 4A |
| Octal | 253 | 334 | 234 | 26 | 0 | 35 | 16 | 152 | 60 | 112 |
| Binary | 10101011 | 11011100 | 10011100 | 10110 | 0 | 11101 | 1110 | 1101010 | 110000 | 1001010 |
Color Harmonies of #ABDC9C
Complementary color
Monochromatic Colors of #ABDC9C
Black with #ABDC9C
Text Example
Text Example
White with #ABDC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC9C; }
p { color: rgb(171,220,156); }
H1.HeaderClassName
{
color: #ABDC9C;
}
.AnyTagClassName
{
color: #ABDC9C;
}
</style>
background-color css
<style>
a { background-color: #ABDC9C; }
a { background-color: rgb(171,220,156); }
div.DivClassName
{
background-color: #ABDC9C;
}
.BgClassName
{
background-color: #ABDC9C;
}
</style>
border-color css
<style>
span { border-color: #ABDC9C; }
span { border-color: rgb(171,220,156); }
td.TdClassName
{
border-color: #ABDC9C;
}
.TagClassName
{
border-color: #ABDC9C;
}
</style>