Shades of Madang #ACD6A1
Tints of Madang #ACD6A1
RGB
CMYK
RGB Variations
Color information
#ACD6A1 (or 0xACD6A1) is known color: Madang. HEX triplet: AC, D6 and A1. RGB value is (172,214,161). Sum of RGB (Red+Green+Blue) = 172+214+161=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 161 (63.28% from 255 or 29.43% from 547); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD6A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD6A1 is #53295E. Grayscale: #C3C3C3. Windows color (decimal): -5450079 or 10606252. OLE color: 10606252.
HSL color Cylindrical-coordinate representation of color #ACD6A1: hue angle of 107.55º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACD6A1 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 161 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.16 |
| HSL | 107.55º | 0.39% | 0.74% | - |
| HSV(B) | 107.55º | 0.25% | 0.84% | - |
| XYZ | 47.49 | 59.44 | 42.69 | - |
| YUV | 195.4 | 108.59 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 161 | 0.20 | 0 | 0.25 | 0.16 | 107.55 | 0.39 | 0.74 |
| Hex | AC | D6 | A1 | 14 | 0 | 19 | 10 | 6C | 27 | 4A |
| Octal | 254 | 326 | 241 | 24 | 0 | 31 | 20 | 154 | 47 | 112 |
| Binary | 10101100 | 11010110 | 10100001 | 10100 | 0 | 11001 | 10000 | 1101100 | 100111 | 1001010 |
Color Harmonies of #ACD6A1
Complementary color
Monochromatic Colors of #ACD6A1
Black with #ACD6A1
Text Example
Text Example
White with #ACD6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD6A1; }
p { color: rgb(172,214,161); }
H1.HeaderClassName
{
color: #ACD6A1;
}
.AnyTagClassName
{
color: #ACD6A1;
}
</style>
background-color css
<style>
a { background-color: #ACD6A1; }
a { background-color: rgb(172,214,161); }
div.DivClassName
{
background-color: #ACD6A1;
}
.BgClassName
{
background-color: #ACD6A1;
}
</style>
border-color css
<style>
span { border-color: #ACD6A1; }
span { border-color: rgb(172,214,161); }
td.TdClassName
{
border-color: #ACD6A1;
}
.TagClassName
{
border-color: #ACD6A1;
}
</style>