Shades of Madang #ACD99E
Tints of Madang #ACD99E
RGB
CMYK
RGB Variations
Color information
#ACD99E (or 0xACD99E) is known color: Madang. HEX triplet: AC, D9 and 9E. RGB value is (172,217,158). Sum of RGB (Red+Green+Blue) = 172+217+158=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 158 (62.11% from 255 or 28.88% from 547); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD99E is #532661. Grayscale: #C5C5C5. Windows color (decimal): -5449314 or 10410412. OLE color: 10410412.
HSL color Cylindrical-coordinate representation of color #ACD99E: hue angle of 105.76º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACD99E is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 217 | 158 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.15 |
| HSL | 105.76º | 0.44% | 0.74% | - |
| HSV(B) | 105.76º | 0.27% | 0.85% | - |
| XYZ | 48 | 60.86 | 41.57 | - |
| YUV | 196.82 | 106.09 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 158 | 0.21 | 0 | 0.27 | 0.15 | 105.76 | 0.44 | 0.74 |
| Hex | AC | D9 | 9E | 15 | 0 | 1B | F | 6A | 2C | 4A |
| Octal | 254 | 331 | 236 | 25 | 0 | 33 | 17 | 152 | 54 | 112 |
| Binary | 10101100 | 11011001 | 10011110 | 10101 | 0 | 11011 | 1111 | 1101010 | 101100 | 1001010 |
Color Harmonies of #ACD99E
Complementary color
Monochromatic Colors of #ACD99E
Black with #ACD99E
Text Example
Text Example
White with #ACD99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD99E; }
p { color: rgb(172,217,158); }
H1.HeaderClassName
{
color: #ACD99E;
}
.AnyTagClassName
{
color: #ACD99E;
}
</style>
background-color css
<style>
a { background-color: #ACD99E; }
a { background-color: rgb(172,217,158); }
div.DivClassName
{
background-color: #ACD99E;
}
.BgClassName
{
background-color: #ACD99E;
}
</style>
border-color css
<style>
span { border-color: #ACD99E; }
span { border-color: rgb(172,217,158); }
td.TdClassName
{
border-color: #ACD99E;
}
.TagClassName
{
border-color: #ACD99E;
}
</style>