Shades of Madang #ACDDA2
Tints of Madang #ACDDA2
RGB
CMYK
RGB Variations
Color information
#ACDDA2 (or 0xACDDA2) is known color: Madang. HEX triplet: AC, DD and A2. RGB value is (172,221,162). Sum of RGB (Red+Green+Blue) = 172+221+162=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 162 (63.67% from 255 or 29.19% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDDA2 is #53225D. Grayscale: #C7C7C7. Windows color (decimal): -5448286 or 10673580. OLE color: 10673580.
HSL color Cylindrical-coordinate representation of color #ACDDA2: hue angle of 109.83º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACDDA2 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 162 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.13 |
| HSL | 109.83º | 0.46% | 0.75% | - |
| HSV(B) | 109.83º | 0.27% | 0.87% | - |
| XYZ | 49.39 | 63.09 | 43.76 | - |
| YUV | 199.62 | 106.77 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 162 | 0.22 | 0 | 0.27 | 0.13 | 109.83 | 0.46 | 0.75 |
| Hex | AC | DD | A2 | 16 | 0 | 1B | D | 6E | 2E | 4B |
| Octal | 254 | 335 | 242 | 26 | 0 | 33 | 15 | 156 | 56 | 113 |
| Binary | 10101100 | 11011101 | 10100010 | 10110 | 0 | 11011 | 1101 | 1101110 | 101110 | 1001011 |
Color Harmonies of #ACDDA2
Complementary color
Monochromatic Colors of #ACDDA2
Black with #ACDDA2
Text Example
Text Example
White with #ACDDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDDA2; }
p { color: rgb(172,221,162); }
H1.HeaderClassName
{
color: #ACDDA2;
}
.AnyTagClassName
{
color: #ACDDA2;
}
</style>
background-color css
<style>
a { background-color: #ACDDA2; }
a { background-color: rgb(172,221,162); }
div.DivClassName
{
background-color: #ACDDA2;
}
.BgClassName
{
background-color: #ACDDA2;
}
</style>
border-color css
<style>
span { border-color: #ACDDA2; }
span { border-color: rgb(172,221,162); }
td.TdClassName
{
border-color: #ACDDA2;
}
.TagClassName
{
border-color: #ACDDA2;
}
</style>