Shades of Madang #ACDBA1
Tints of Madang #ACDBA1
RGB
CMYK
RGB Variations
Color information
#ACDBA1 (or 0xACDBA1) is known color: Madang. HEX triplet: AC, DB and A1. RGB value is (172,219,161). Sum of RGB (Red+Green+Blue) = 172+219+161=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 161 (63.28% from 255 or 29.17% from 552); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDBA1 is #53245E. Grayscale: #C6C6C6. Windows color (decimal): -5448799 or 10607532. OLE color: 10607532.
HSL color Cylindrical-coordinate representation of color #ACDBA1: hue angle of 108.62º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACDBA1 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 161 | - |
| CMYK | 0.21 | 0 | 0.26 | 0.14 |
| HSL | 108.62º | 0.45% | 0.75% | - |
| HSV(B) | 108.62º | 0.26% | 0.86% | - |
| XYZ | 48.78 | 62.01 | 43.12 | - |
| YUV | 198.34 | 106.93 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 161 | 0.21 | 0 | 0.26 | 0.14 | 108.62 | 0.45 | 0.75 |
| Hex | AC | DB | A1 | 15 | 0 | 1A | E | 6D | 2D | 4B |
| Octal | 254 | 333 | 241 | 25 | 0 | 32 | 16 | 155 | 55 | 113 |
| Binary | 10101100 | 11011011 | 10100001 | 10101 | 0 | 11010 | 1110 | 1101101 | 101101 | 1001011 |
Color Harmonies of #ACDBA1
Complementary color
Monochromatic Colors of #ACDBA1
Black with #ACDBA1
Text Example
Text Example
White with #ACDBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDBA1; }
p { color: rgb(172,219,161); }
H1.HeaderClassName
{
color: #ACDBA1;
}
.AnyTagClassName
{
color: #ACDBA1;
}
</style>
background-color css
<style>
a { background-color: #ACDBA1; }
a { background-color: rgb(172,219,161); }
div.DivClassName
{
background-color: #ACDBA1;
}
.BgClassName
{
background-color: #ACDBA1;
}
</style>
border-color css
<style>
span { border-color: #ACDBA1; }
span { border-color: rgb(172,219,161); }
td.TdClassName
{
border-color: #ACDBA1;
}
.TagClassName
{
border-color: #ACDBA1;
}
</style>