Shades of Madang #ACDD99
Tints of Madang #ACDD99
RGB
CMYK
RGB Variations
Color information
#ACDD99 (or 0xACDD99) is known color: Madang. HEX triplet: AC, DD and 99. RGB value is (172,221,153). Sum of RGB (Red+Green+Blue) = 172+221+153=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 153 (60.16% from 255 or 28.02% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDD99 is #532266. Grayscale: #C6C6C6. Windows color (decimal): -5448295 or 10083756. OLE color: 10083756.
HSL color Cylindrical-coordinate representation of color #ACDD99: hue angle of 103.24º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACDD99 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 153 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.13 |
| HSL | 103.24º | 0.5% | 0.73% | - |
| HSV(B) | 103.24º | 0.31% | 0.87% | - |
| XYZ | 48.62 | 62.78 | 39.69 | - |
| YUV | 198.6 | 102.27 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 153 | 0.22 | 0 | 0.31 | 0.13 | 103.24 | 0.5 | 0.73 |
| Hex | AC | DD | 99 | 16 | 0 | 1F | D | 67 | 32 | 49 |
| Octal | 254 | 335 | 231 | 26 | 0 | 37 | 15 | 147 | 62 | 111 |
| Binary | 10101100 | 11011101 | 10011001 | 10110 | 0 | 11111 | 1101 | 1100111 | 110010 | 1001001 |
Color Harmonies of #ACDD99
Complementary color
Monochromatic Colors of #ACDD99
Black with #ACDD99
Text Example
Text Example
White with #ACDD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDD99; }
p { color: rgb(172,221,153); }
H1.HeaderClassName
{
color: #ACDD99;
}
.AnyTagClassName
{
color: #ACDD99;
}
</style>
background-color css
<style>
a { background-color: #ACDD99; }
a { background-color: rgb(172,221,153); }
div.DivClassName
{
background-color: #ACDD99;
}
.BgClassName
{
background-color: #ACDD99;
}
</style>
border-color css
<style>
span { border-color: #ACDD99; }
span { border-color: rgb(172,221,153); }
td.TdClassName
{
border-color: #ACDD99;
}
.TagClassName
{
border-color: #ACDD99;
}
</style>