Shades of Madang #ACD6A3
Tints of Madang #ACD6A3
RGB
CMYK
RGB Variations
Color information
#ACD6A3 (or 0xACD6A3) is known color: Madang. HEX triplet: AC, D6 and A3. RGB value is (172,214,163). Sum of RGB (Red+Green+Blue) = 172+214+163=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 163 (64.06% from 255 or 29.69% from 549); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD6A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD6A3 is #53295C. Grayscale: #C3C3C3. Windows color (decimal): -5450077 or 10737324. OLE color: 10737324.
HSL color Cylindrical-coordinate representation of color #ACD6A3: hue angle of 109.41º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACD6A3 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 163 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.16 |
| HSL | 109.41º | 0.38% | 0.74% | - |
| HSV(B) | 109.41º | 0.24% | 0.84% | - |
| XYZ | 47.67 | 59.51 | 43.62 | - |
| YUV | 195.63 | 109.59 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 163 | 0.20 | 0 | 0.24 | 0.16 | 109.41 | 0.38 | 0.74 |
| Hex | AC | D6 | A3 | 14 | 0 | 18 | 10 | 6D | 26 | 4A |
| Octal | 254 | 326 | 243 | 24 | 0 | 30 | 20 | 155 | 46 | 112 |
| Binary | 10101100 | 11010110 | 10100011 | 10100 | 0 | 11000 | 10000 | 1101101 | 100110 | 1001010 |
Color Harmonies of #ACD6A3
Complementary color
Monochromatic Colors of #ACD6A3
Black with #ACD6A3
Text Example
Text Example
White with #ACD6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD6A3; }
p { color: rgb(172,214,163); }
H1.HeaderClassName
{
color: #ACD6A3;
}
.AnyTagClassName
{
color: #ACD6A3;
}
</style>
background-color css
<style>
a { background-color: #ACD6A3; }
a { background-color: rgb(172,214,163); }
div.DivClassName
{
background-color: #ACD6A3;
}
.BgClassName
{
background-color: #ACD6A3;
}
</style>
border-color css
<style>
span { border-color: #ACD6A3; }
span { border-color: rgb(172,214,163); }
td.TdClassName
{
border-color: #ACD6A3;
}
.TagClassName
{
border-color: #ACD6A3;
}
</style>