Shades of Madang #ACDBA0
Tints of Madang #ACDBA0
RGB
CMYK
RGB Variations
Color information
#ACDBA0 (or 0xACDBA0) is known color: Madang. HEX triplet: AC, DB and A0. RGB value is (172,219,160). Sum of RGB (Red+Green+Blue) = 172+219+160=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 160 (62.89% from 255 or 29.04% from 551); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDBA0 is #53245F. Grayscale: #C6C6C6. Windows color (decimal): -5448800 or 10541996. OLE color: 10541996.
HSL color Cylindrical-coordinate representation of color #ACDBA0: hue angle of 107.8º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACDBA0 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 160 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.14 |
| HSL | 107.8º | 0.45% | 0.74% | - |
| HSV(B) | 107.8º | 0.27% | 0.86% | - |
| XYZ | 48.69 | 61.97 | 42.65 | - |
| YUV | 198.22 | 106.43 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 160 | 0.21 | 0 | 0.27 | 0.14 | 107.8 | 0.45 | 0.74 |
| Hex | AC | DB | A0 | 15 | 0 | 1B | E | 6C | 2D | 4A |
| Octal | 254 | 333 | 240 | 25 | 0 | 33 | 16 | 154 | 55 | 112 |
| Binary | 10101100 | 11011011 | 10100000 | 10101 | 0 | 11011 | 1110 | 1101100 | 101101 | 1001010 |
Color Harmonies of #ACDBA0
Complementary color
Monochromatic Colors of #ACDBA0
Black with #ACDBA0
Text Example
Text Example
White with #ACDBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDBA0; }
p { color: rgb(172,219,160); }
H1.HeaderClassName
{
color: #ACDBA0;
}
.AnyTagClassName
{
color: #ACDBA0;
}
</style>
background-color css
<style>
a { background-color: #ACDBA0; }
a { background-color: rgb(172,219,160); }
div.DivClassName
{
background-color: #ACDBA0;
}
.BgClassName
{
background-color: #ACDBA0;
}
</style>
border-color css
<style>
span { border-color: #ACDBA0; }
span { border-color: rgb(172,219,160); }
td.TdClassName
{
border-color: #ACDBA0;
}
.TagClassName
{
border-color: #ACDBA0;
}
</style>