Shades of Madang #ACD29F
Tints of Madang #ACD29F
RGB
CMYK
RGB Variations
Color information
#ACD29F (or 0xACD29F) is known color: Madang. HEX triplet: AC, D2 and 9F. RGB value is (172,210,159). Sum of RGB (Red+Green+Blue) = 172+210+159=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 210 (82.42% from 255 or 38.82% from 541); Blue value is 159 (62.5% from 255 or 29.39% from 541); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD29F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD29F is #532D60. Grayscale: #C0C0C0. Windows color (decimal): -5451105 or 10474156. OLE color: 10474156.
HSL color Cylindrical-coordinate representation of color #ACD29F: hue angle of 104.71º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACD29F is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 159 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.18 |
| HSL | 104.71º | 0.36% | 0.72% | - |
| HSV(B) | 104.71º | 0.24% | 0.82% | - |
| XYZ | 46.32 | 57.37 | 41.43 | - |
| YUV | 192.82 | 108.91 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 159 | 0.18 | 0 | 0.24 | 0.18 | 104.71 | 0.36 | 0.72 |
| Hex | AC | D2 | 9F | 12 | 0 | 18 | 12 | 69 | 24 | 48 |
| Octal | 254 | 322 | 237 | 22 | 0 | 30 | 22 | 151 | 44 | 110 |
| Binary | 10101100 | 11010010 | 10011111 | 10010 | 0 | 11000 | 10010 | 1101001 | 100100 | 1001000 |
Color Harmonies of #ACD29F
Complementary color
Monochromatic Colors of #ACD29F
Black with #ACD29F
Text Example
Text Example
White with #ACD29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD29F; }
p { color: rgb(172,210,159); }
H1.HeaderClassName
{
color: #ACD29F;
}
.AnyTagClassName
{
color: #ACD29F;
}
</style>
background-color css
<style>
a { background-color: #ACD29F; }
a { background-color: rgb(172,210,159); }
div.DivClassName
{
background-color: #ACD29F;
}
.BgClassName
{
background-color: #ACD29F;
}
</style>
border-color css
<style>
span { border-color: #ACD29F; }
span { border-color: rgb(172,210,159); }
td.TdClassName
{
border-color: #ACD29F;
}
.TagClassName
{
border-color: #ACD29F;
}
</style>