Shades of Madang #ACDAA3
Tints of Madang #ACDAA3
RGB
CMYK
RGB Variations
Color information
#ACDAA3 (or 0xACDAA3) is known color: Madang. HEX triplet: AC, DA and A3. RGB value is (172,218,163). Sum of RGB (Red+Green+Blue) = 172+218+163=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 163 (64.06% from 255 or 29.48% from 553); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDAA3 is #53255C. Grayscale: #C6C6C6. Windows color (decimal): -5449053 or 10738348. OLE color: 10738348.
HSL color Cylindrical-coordinate representation of color #ACDAA3: hue angle of 110.18º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACDAA3 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 218 | 163 | - |
| CMYK | 0.21 | 0 | 0.25 | 0.15 |
| HSL | 110.18º | 0.43% | 0.75% | - |
| HSV(B) | 110.18º | 0.25% | 0.85% | - |
| XYZ | 48.7 | 61.56 | 43.97 | - |
| YUV | 197.98 | 108.26 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 218 | 163 | 0.21 | 0 | 0.25 | 0.15 | 110.18 | 0.43 | 0.75 |
| Hex | AC | DA | A3 | 15 | 0 | 19 | F | 6E | 2B | 4B |
| Octal | 254 | 332 | 243 | 25 | 0 | 31 | 17 | 156 | 53 | 113 |
| Binary | 10101100 | 11011010 | 10100011 | 10101 | 0 | 11001 | 1111 | 1101110 | 101011 | 1001011 |
Color Harmonies of #ACDAA3
Complementary color
Monochromatic Colors of #ACDAA3
Black with #ACDAA3
Text Example
Text Example
White with #ACDAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDAA3; }
p { color: rgb(172,218,163); }
H1.HeaderClassName
{
color: #ACDAA3;
}
.AnyTagClassName
{
color: #ACDAA3;
}
</style>
background-color css
<style>
a { background-color: #ACDAA3; }
a { background-color: rgb(172,218,163); }
div.DivClassName
{
background-color: #ACDAA3;
}
.BgClassName
{
background-color: #ACDAA3;
}
</style>
border-color css
<style>
span { border-color: #ACDAA3; }
span { border-color: rgb(172,218,163); }
td.TdClassName
{
border-color: #ACDAA3;
}
.TagClassName
{
border-color: #ACDAA3;
}
</style>