Shades of Madang #ACD99D
Tints of Madang #ACD99D
RGB
CMYK
RGB Variations
Color information
#ACD99D (or 0xACD99D) is known color: Madang. HEX triplet: AC, D9 and 9D. RGB value is (172,217,157). Sum of RGB (Red+Green+Blue) = 172+217+157=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 217 (85.16% from 255 or 39.74% from 546); Blue value is 157 (61.72% from 255 or 28.75% from 546); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD99D is #532662. Grayscale: #C4C4C4. Windows color (decimal): -5449315 or 10344876. OLE color: 10344876.
HSL color Cylindrical-coordinate representation of color #ACD99D: hue angle of 105º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACD99D is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 217 | 157 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.15 |
| HSL | 105º | 0.44% | 0.73% | - |
| HSV(B) | 105º | 0.28% | 0.85% | - |
| XYZ | 47.91 | 60.83 | 41.11 | - |
| YUV | 196.71 | 105.59 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 157 | 0.21 | 0 | 0.28 | 0.15 | 105 | 0.44 | 0.73 |
| Hex | AC | D9 | 9D | 15 | 0 | 1C | F | 69 | 2C | 49 |
| Octal | 254 | 331 | 235 | 25 | 0 | 34 | 17 | 151 | 54 | 111 |
| Binary | 10101100 | 11011001 | 10011101 | 10101 | 0 | 11100 | 1111 | 1101001 | 101100 | 1001001 |
Color Harmonies of #ACD99D
Complementary color
Monochromatic Colors of #ACD99D
Black with #ACD99D
Text Example
Text Example
White with #ACD99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD99D; }
p { color: rgb(172,217,157); }
H1.HeaderClassName
{
color: #ACD99D;
}
.AnyTagClassName
{
color: #ACD99D;
}
</style>
background-color css
<style>
a { background-color: #ACD99D; }
a { background-color: rgb(172,217,157); }
div.DivClassName
{
background-color: #ACD99D;
}
.BgClassName
{
background-color: #ACD99D;
}
</style>
border-color css
<style>
span { border-color: #ACD99D; }
span { border-color: rgb(172,217,157); }
td.TdClassName
{
border-color: #ACD99D;
}
.TagClassName
{
border-color: #ACD99D;
}
</style>