Shades of Madang #ACF59D
Tints of Madang #ACF59D
RGB
CMYK
RGB Variations
Color information
#ACF59D (or 0xACF59D) is known color: Madang. HEX triplet: AC, F5 and 9D. RGB value is (172,245,157). Sum of RGB (Red+Green+Blue) = 172+245+157=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 245 (96.09% from 255 or 42.68% from 574); Blue value is 157 (61.72% from 255 or 27.35% from 574); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF59D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF59D is #530A62. Grayscale: #D5D5D5. Windows color (decimal): -5442147 or 10352044. OLE color: 10352044.
HSL color Cylindrical-coordinate representation of color #ACF59D: hue angle of 109.77º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ACF59D is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 157 | - |
| CMYK | 0.30 | 0 | 0.36 | 0.04 |
| HSL | 109.77º | 0.81% | 0.79% | - |
| HSV(B) | 109.77º | 0.36% | 0.96% | - |
| XYZ | 55.75 | 76.51 | 43.73 | - |
| YUV | 213.14 | 96.32 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 157 | 0.30 | 0 | 0.36 | 0.04 | 109.77 | 0.81 | 0.79 |
| Hex | AC | F5 | 9D | 1E | 0 | 24 | 4 | 6E | 51 | 4F |
| Octal | 254 | 365 | 235 | 36 | 0 | 44 | 4 | 156 | 121 | 117 |
| Binary | 10101100 | 11110101 | 10011101 | 11110 | 0 | 100100 | 100 | 1101110 | 1010001 | 1001111 |
Color Harmonies of #ACF59D
Complementary color
Monochromatic Colors of #ACF59D
Black with #ACF59D
Text Example
Text Example
White with #ACF59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF59D; }
p { color: rgb(172,245,157); }
H1.HeaderClassName
{
color: #ACF59D;
}
.AnyTagClassName
{
color: #ACF59D;
}
</style>
background-color css
<style>
a { background-color: #ACF59D; }
a { background-color: rgb(172,245,157); }
div.DivClassName
{
background-color: #ACF59D;
}
.BgClassName
{
background-color: #ACF59D;
}
</style>
border-color css
<style>
span { border-color: #ACF59D; }
span { border-color: rgb(172,245,157); }
td.TdClassName
{
border-color: #ACF59D;
}
.TagClassName
{
border-color: #ACF59D;
}
</style>