Shades of Madang #ACD5A3
Tints of Madang #ACD5A3
RGB
CMYK
RGB Variations
Color information
#ACD5A3 (or 0xACD5A3) is known color: Madang. HEX triplet: AC, D5 and A3. RGB value is (172,213,163). Sum of RGB (Red+Green+Blue) = 172+213+163=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 213 (83.59% from 255 or 38.87% from 548); Blue value is 163 (64.06% from 255 or 29.74% from 548); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD5A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD5A3 is #532A5C. Grayscale: #C3C3C3. Windows color (decimal): -5450333 or 10737068. OLE color: 10737068.
HSL color Cylindrical-coordinate representation of color #ACD5A3: hue angle of 109.2º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACD5A3 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 163 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.16 |
| HSL | 109.2º | 0.37% | 0.74% | - |
| HSV(B) | 109.2º | 0.23% | 0.84% | - |
| XYZ | 47.42 | 59 | 43.54 | - |
| YUV | 195.04 | 109.92 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 163 | 0.19 | 0 | 0.23 | 0.16 | 109.2 | 0.37 | 0.74 |
| Hex | AC | D5 | A3 | 13 | 0 | 17 | 10 | 6D | 25 | 4A |
| Octal | 254 | 325 | 243 | 23 | 0 | 27 | 20 | 155 | 45 | 112 |
| Binary | 10101100 | 11010101 | 10100011 | 10011 | 0 | 10111 | 10000 | 1101101 | 100101 | 1001010 |
Color Harmonies of #ACD5A3
Complementary color
Monochromatic Colors of #ACD5A3
Black with #ACD5A3
Text Example
Text Example
White with #ACD5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD5A3; }
p { color: rgb(172,213,163); }
H1.HeaderClassName
{
color: #ACD5A3;
}
.AnyTagClassName
{
color: #ACD5A3;
}
</style>
background-color css
<style>
a { background-color: #ACD5A3; }
a { background-color: rgb(172,213,163); }
div.DivClassName
{
background-color: #ACD5A3;
}
.BgClassName
{
background-color: #ACD5A3;
}
</style>
border-color css
<style>
span { border-color: #ACD5A3; }
span { border-color: rgb(172,213,163); }
td.TdClassName
{
border-color: #ACD5A3;
}
.TagClassName
{
border-color: #ACD5A3;
}
</style>