Shades of Madang #ACF2A2
Tints of Madang #ACF2A2
RGB
CMYK
RGB Variations
Color information
#ACF2A2 (or 0xACF2A2) is known color: Madang. HEX triplet: AC, F2 and A2. RGB value is (172,242,162). Sum of RGB (Red+Green+Blue) = 172+242+162=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 242 (94.92% from 255 or 42.01% from 576); Blue value is 162 (63.67% from 255 or 28.12% from 576); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF2A2 is #530D5D. Grayscale: #D4D4D4. Windows color (decimal): -5442910 or 10678956. OLE color: 10678956.
HSL color Cylindrical-coordinate representation of color #ACF2A2: hue angle of 112.5º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACF2A2 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 162 | - |
| CMYK | 0.29 | 0 | 0.33 | 0.05 |
| HSL | 112.5º | 0.75% | 0.79% | - |
| HSV(B) | 112.5º | 0.33% | 0.95% | - |
| XYZ | 55.29 | 74.88 | 45.72 | - |
| YUV | 211.95 | 99.81 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 162 | 0.29 | 0 | 0.33 | 0.05 | 112.5 | 0.75 | 0.79 |
| Hex | AC | F2 | A2 | 1D | 0 | 21 | 5 | 70 | 4B | 4F |
| Octal | 254 | 362 | 242 | 35 | 0 | 41 | 5 | 160 | 113 | 117 |
| Binary | 10101100 | 11110010 | 10100010 | 11101 | 0 | 100001 | 101 | 1110000 | 1001011 | 1001111 |
Color Harmonies of #ACF2A2
Complementary color
Monochromatic Colors of #ACF2A2
Black with #ACF2A2
Text Example
Text Example
White with #ACF2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF2A2; }
p { color: rgb(172,242,162); }
H1.HeaderClassName
{
color: #ACF2A2;
}
.AnyTagClassName
{
color: #ACF2A2;
}
</style>
background-color css
<style>
a { background-color: #ACF2A2; }
a { background-color: rgb(172,242,162); }
div.DivClassName
{
background-color: #ACF2A2;
}
.BgClassName
{
background-color: #ACF2A2;
}
</style>
border-color css
<style>
span { border-color: #ACF2A2; }
span { border-color: rgb(172,242,162); }
td.TdClassName
{
border-color: #ACF2A2;
}
.TagClassName
{
border-color: #ACF2A2;
}
</style>