Shades of Madang #ACD6A0
Tints of Madang #ACD6A0
RGB
CMYK
RGB Variations
Color information
#ACD6A0 (or 0xACD6A0) is known color: Madang. HEX triplet: AC, D6 and A0. RGB value is (172,214,160). Sum of RGB (Red+Green+Blue) = 172+214+160=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 214 (83.98% from 255 or 39.19% from 546); Blue value is 160 (62.89% from 255 or 29.30% from 546); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD6A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD6A0 is #53295F. Grayscale: #C3C3C3. Windows color (decimal): -5450080 or 10540716. OLE color: 10540716.
HSL color Cylindrical-coordinate representation of color #ACD6A0: hue angle of 106.67º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACD6A0 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 160 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.16 |
| HSL | 106.67º | 0.4% | 0.73% | - |
| HSV(B) | 106.67º | 0.25% | 0.84% | - |
| XYZ | 47.4 | 59.4 | 42.22 | - |
| YUV | 195.29 | 108.09 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 160 | 0.20 | 0 | 0.25 | 0.16 | 106.67 | 0.4 | 0.73 |
| Hex | AC | D6 | A0 | 14 | 0 | 19 | 10 | 6B | 28 | 49 |
| Octal | 254 | 326 | 240 | 24 | 0 | 31 | 20 | 153 | 50 | 111 |
| Binary | 10101100 | 11010110 | 10100000 | 10100 | 0 | 11001 | 10000 | 1101011 | 101000 | 1001001 |
Color Harmonies of #ACD6A0
Complementary color
Monochromatic Colors of #ACD6A0
Black with #ACD6A0
Text Example
Text Example
White with #ACD6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD6A0; }
p { color: rgb(172,214,160); }
H1.HeaderClassName
{
color: #ACD6A0;
}
.AnyTagClassName
{
color: #ACD6A0;
}
</style>
background-color css
<style>
a { background-color: #ACD6A0; }
a { background-color: rgb(172,214,160); }
div.DivClassName
{
background-color: #ACD6A0;
}
.BgClassName
{
background-color: #ACD6A0;
}
</style>
border-color css
<style>
span { border-color: #ACD6A0; }
span { border-color: rgb(172,214,160); }
td.TdClassName
{
border-color: #ACD6A0;
}
.TagClassName
{
border-color: #ACD6A0;
}
</style>