Shades of Madang #ACD29E
Tints of Madang #ACD29E
RGB
CMYK
RGB Variations
Color information
#ACD29E (or 0xACD29E) is known color: Madang. HEX triplet: AC, D2 and 9E. RGB value is (172,210,158). Sum of RGB (Red+Green+Blue) = 172+210+158=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 210 (82.42% from 255 or 38.89% from 540); Blue value is 158 (62.11% from 255 or 29.26% from 540); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD29E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD29E is #532D61. Grayscale: #C0C0C0. Windows color (decimal): -5451106 or 10408620. OLE color: 10408620.
HSL color Cylindrical-coordinate representation of color #ACD29E: hue angle of 103.85º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACD29E is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 158 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.18 |
| HSL | 103.85º | 0.37% | 0.72% | - |
| HSV(B) | 103.85º | 0.25% | 0.82% | - |
| XYZ | 46.23 | 57.33 | 40.98 | - |
| YUV | 192.71 | 108.41 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 158 | 0.18 | 0 | 0.25 | 0.18 | 103.85 | 0.37 | 0.72 |
| Hex | AC | D2 | 9E | 12 | 0 | 19 | 12 | 68 | 25 | 48 |
| Octal | 254 | 322 | 236 | 22 | 0 | 31 | 22 | 150 | 45 | 110 |
| Binary | 10101100 | 11010010 | 10011110 | 10010 | 0 | 11001 | 10010 | 1101000 | 100101 | 1001000 |
Color Harmonies of #ACD29E
Complementary color
Monochromatic Colors of #ACD29E
Black with #ACD29E
Text Example
Text Example
White with #ACD29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD29E; }
p { color: rgb(172,210,158); }
H1.HeaderClassName
{
color: #ACD29E;
}
.AnyTagClassName
{
color: #ACD29E;
}
</style>
background-color css
<style>
a { background-color: #ACD29E; }
a { background-color: rgb(172,210,158); }
div.DivClassName
{
background-color: #ACD29E;
}
.BgClassName
{
background-color: #ACD29E;
}
</style>
border-color css
<style>
span { border-color: #ACD29E; }
span { border-color: rgb(172,210,158); }
td.TdClassName
{
border-color: #ACD29E;
}
.TagClassName
{
border-color: #ACD29E;
}
</style>