Shades of Madang #ACF2A0
Tints of Madang #ACF2A0
RGB
CMYK
RGB Variations
Color information
#ACF2A0 (or 0xACF2A0) is known color: Madang. HEX triplet: AC, F2 and A0. RGB value is (172,242,160). Sum of RGB (Red+Green+Blue) = 172+242+160=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 242 (94.92% from 255 or 42.16% from 574); Blue value is 160 (62.89% from 255 or 27.87% from 574); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF2A0 is #530D5F. Grayscale: #D3D3D3. Windows color (decimal): -5442912 or 10547884. OLE color: 10547884.
HSL color Cylindrical-coordinate representation of color #ACF2A0: hue angle of 111.22º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACF2A0 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 160 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.05 |
| HSL | 111.22º | 0.76% | 0.79% | - |
| HSV(B) | 111.22º | 0.34% | 0.95% | - |
| XYZ | 55.11 | 74.81 | 44.79 | - |
| YUV | 211.72 | 98.81 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 160 | 0.29 | 0 | 0.34 | 0.05 | 111.22 | 0.76 | 0.79 |
| Hex | AC | F2 | A0 | 1D | 0 | 22 | 5 | 6F | 4C | 4F |
| Octal | 254 | 362 | 240 | 35 | 0 | 42 | 5 | 157 | 114 | 117 |
| Binary | 10101100 | 11110010 | 10100000 | 11101 | 0 | 100010 | 101 | 1101111 | 1001100 | 1001111 |
Color Harmonies of #ACF2A0
Complementary color
Monochromatic Colors of #ACF2A0
Black with #ACF2A0
Text Example
Text Example
White with #ACF2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF2A0; }
p { color: rgb(172,242,160); }
H1.HeaderClassName
{
color: #ACF2A0;
}
.AnyTagClassName
{
color: #ACF2A0;
}
</style>
background-color css
<style>
a { background-color: #ACF2A0; }
a { background-color: rgb(172,242,160); }
div.DivClassName
{
background-color: #ACF2A0;
}
.BgClassName
{
background-color: #ACF2A0;
}
</style>
border-color css
<style>
span { border-color: #ACF2A0; }
span { border-color: rgb(172,242,160); }
td.TdClassName
{
border-color: #ACF2A0;
}
.TagClassName
{
border-color: #ACF2A0;
}
</style>