Shades of Madang #ACD99C
Tints of Madang #ACD99C
RGB
CMYK
RGB Variations
Color information
#ACD99C (or 0xACD99C) is known color: Madang. HEX triplet: AC, D9 and 9C. RGB value is (172,217,156). Sum of RGB (Red+Green+Blue) = 172+217+156=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 217 (85.16% from 255 or 39.82% from 545); Blue value is 156 (61.33% from 255 or 28.62% from 545); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD99C is #532663. Grayscale: #C4C4C4. Windows color (decimal): -5449316 or 10279340. OLE color: 10279340.
HSL color Cylindrical-coordinate representation of color #ACD99C: hue angle of 104.26º degrees, saturation: 0.45, 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 #ACD99C is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 217 | 156 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.15 |
| HSL | 104.26º | 0.45% | 0.73% | - |
| HSV(B) | 104.26º | 0.28% | 0.85% | - |
| XYZ | 47.83 | 60.8 | 40.67 | - |
| YUV | 196.59 | 105.09 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 156 | 0.21 | 0 | 0.28 | 0.15 | 104.26 | 0.45 | 0.73 |
| Hex | AC | D9 | 9C | 15 | 0 | 1C | F | 68 | 2D | 49 |
| Octal | 254 | 331 | 234 | 25 | 0 | 34 | 17 | 150 | 55 | 111 |
| Binary | 10101100 | 11011001 | 10011100 | 10101 | 0 | 11100 | 1111 | 1101000 | 101101 | 1001001 |
Color Harmonies of #ACD99C
Complementary color
Monochromatic Colors of #ACD99C
Black with #ACD99C
Text Example
Text Example
White with #ACD99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD99C; }
p { color: rgb(172,217,156); }
H1.HeaderClassName
{
color: #ACD99C;
}
.AnyTagClassName
{
color: #ACD99C;
}
</style>
background-color css
<style>
a { background-color: #ACD99C; }
a { background-color: rgb(172,217,156); }
div.DivClassName
{
background-color: #ACD99C;
}
.BgClassName
{
background-color: #ACD99C;
}
</style>
border-color css
<style>
span { border-color: #ACD99C; }
span { border-color: rgb(172,217,156); }
td.TdClassName
{
border-color: #ACD99C;
}
.TagClassName
{
border-color: #ACD99C;
}
</style>