Shades of Madang #ACD2A1
Tints of Madang #ACD2A1
RGB
CMYK
RGB Variations
Color information
#ACD2A1 (or 0xACD2A1) is known color: Madang. HEX triplet: AC, D2 and A1. RGB value is (172,210,161). Sum of RGB (Red+Green+Blue) = 172+210+161=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 161 (63.28% from 255 or 29.65% from 543); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD2A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD2A1 is #532D5E. Grayscale: #C1C1C1. Windows color (decimal): -5451103 or 10605228. OLE color: 10605228.
HSL color Cylindrical-coordinate representation of color #ACD2A1: hue angle of 106.53º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACD2A1 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 161 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.18 |
| HSL | 106.53º | 0.35% | 0.73% | - |
| HSV(B) | 106.53º | 0.23% | 0.82% | - |
| XYZ | 46.49 | 57.44 | 42.35 | - |
| YUV | 193.05 | 109.91 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 161 | 0.18 | 0 | 0.23 | 0.18 | 106.53 | 0.35 | 0.73 |
| Hex | AC | D2 | A1 | 12 | 0 | 17 | 12 | 6B | 23 | 49 |
| Octal | 254 | 322 | 241 | 22 | 0 | 27 | 22 | 153 | 43 | 111 |
| Binary | 10101100 | 11010010 | 10100001 | 10010 | 0 | 10111 | 10010 | 1101011 | 100011 | 1001001 |
Color Harmonies of #ACD2A1
Complementary color
Monochromatic Colors of #ACD2A1
Black with #ACD2A1
Text Example
Text Example
White with #ACD2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD2A1; }
p { color: rgb(172,210,161); }
H1.HeaderClassName
{
color: #ACD2A1;
}
.AnyTagClassName
{
color: #ACD2A1;
}
</style>
background-color css
<style>
a { background-color: #ACD2A1; }
a { background-color: rgb(172,210,161); }
div.DivClassName
{
background-color: #ACD2A1;
}
.BgClassName
{
background-color: #ACD2A1;
}
</style>
border-color css
<style>
span { border-color: #ACD2A1; }
span { border-color: rgb(172,210,161); }
td.TdClassName
{
border-color: #ACD2A1;
}
.TagClassName
{
border-color: #ACD2A1;
}
</style>