Shades of Madang #ACDBA2
Tints of Madang #ACDBA2
RGB
CMYK
RGB Variations
Color information
#ACDBA2 (or 0xACDBA2) is known color: Madang. HEX triplet: AC, DB and A2. RGB value is (172,219,162). Sum of RGB (Red+Green+Blue) = 172+219+162=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 162 (63.67% from 255 or 29.29% from 553); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDBA2 is #53245D. Grayscale: #C6C6C6. Windows color (decimal): -5448798 or 10673068. OLE color: 10673068.
HSL color Cylindrical-coordinate representation of color #ACDBA2: hue angle of 109.47º degrees, saturation: 0.44, 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 #ACDBA2 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 162 | - |
| CMYK | 0.21 | 0 | 0.26 | 0.14 |
| HSL | 109.47º | 0.44% | 0.75% | - |
| HSV(B) | 109.47º | 0.26% | 0.86% | - |
| XYZ | 48.87 | 62.04 | 43.58 | - |
| YUV | 198.45 | 107.43 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 162 | 0.21 | 0 | 0.26 | 0.14 | 109.47 | 0.44 | 0.75 |
| Hex | AC | DB | A2 | 15 | 0 | 1A | E | 6D | 2C | 4B |
| Octal | 254 | 333 | 242 | 25 | 0 | 32 | 16 | 155 | 54 | 113 |
| Binary | 10101100 | 11011011 | 10100010 | 10101 | 0 | 11010 | 1110 | 1101101 | 101100 | 1001011 |
Color Harmonies of #ACDBA2
Complementary color
Monochromatic Colors of #ACDBA2
Black with #ACDBA2
Text Example
Text Example
White with #ACDBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDBA2; }
p { color: rgb(172,219,162); }
H1.HeaderClassName
{
color: #ACDBA2;
}
.AnyTagClassName
{
color: #ACDBA2;
}
</style>
background-color css
<style>
a { background-color: #ACDBA2; }
a { background-color: rgb(172,219,162); }
div.DivClassName
{
background-color: #ACDBA2;
}
.BgClassName
{
background-color: #ACDBA2;
}
</style>
border-color css
<style>
span { border-color: #ACDBA2; }
span { border-color: rgb(172,219,162); }
td.TdClassName
{
border-color: #ACDBA2;
}
.TagClassName
{
border-color: #ACDBA2;
}
</style>