Shades of Madang #ACF49E
Tints of Madang #ACF49E
RGB
CMYK
RGB Variations
Color information
#ACF49E (or 0xACF49E) is known color: Madang. HEX triplet: AC, F4 and 9E. RGB value is (172,244,158). Sum of RGB (Red+Green+Blue) = 172+244+158=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 244 (95.70% from 255 or 42.51% from 574); Blue value is 158 (62.11% from 255 or 27.53% from 574); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF49E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF49E is #530B61. Grayscale: #D4D4D4. Windows color (decimal): -5442402 or 10417324. OLE color: 10417324.
HSL color Cylindrical-coordinate representation of color #ACF49E: hue angle of 110.23º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACF49E is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 158 | - |
| CMYK | 0.30 | 0 | 0.35 | 0.04 |
| HSL | 110.23º | 0.8% | 0.79% | - |
| HSV(B) | 110.23º | 0.35% | 0.96% | - |
| XYZ | 55.54 | 75.94 | 44.08 | - |
| YUV | 212.67 | 97.15 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 158 | 0.30 | 0 | 0.35 | 0.04 | 110.23 | 0.8 | 0.79 |
| Hex | AC | F4 | 9E | 1E | 0 | 23 | 4 | 6E | 50 | 4F |
| Octal | 254 | 364 | 236 | 36 | 0 | 43 | 4 | 156 | 120 | 117 |
| Binary | 10101100 | 11110100 | 10011110 | 11110 | 0 | 100011 | 100 | 1101110 | 1010000 | 1001111 |
Color Harmonies of #ACF49E
Complementary color
Monochromatic Colors of #ACF49E
Black with #ACF49E
Text Example
Text Example
White with #ACF49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF49E; }
p { color: rgb(172,244,158); }
H1.HeaderClassName
{
color: #ACF49E;
}
.AnyTagClassName
{
color: #ACF49E;
}
</style>
background-color css
<style>
a { background-color: #ACF49E; }
a { background-color: rgb(172,244,158); }
div.DivClassName
{
background-color: #ACF49E;
}
.BgClassName
{
background-color: #ACF49E;
}
</style>
border-color css
<style>
span { border-color: #ACF49E; }
span { border-color: rgb(172,244,158); }
td.TdClassName
{
border-color: #ACF49E;
}
.TagClassName
{
border-color: #ACF49E;
}
</style>