Shades of Madang #ACE5A0
Tints of Madang #ACE5A0
RGB
CMYK
RGB Variations
Color information
#ACE5A0 (or 0xACE5A0) is known color: Madang. HEX triplet: AC, E5 and A0. RGB value is (172,229,160). Sum of RGB (Red+Green+Blue) = 172+229+160=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 229 (89.84% from 255 or 40.82% from 561); Blue value is 160 (62.89% from 255 or 28.52% from 561); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE5A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE5A0 is #531A5F. Grayscale: #CCCCCC. Windows color (decimal): -5446240 or 10544556. OLE color: 10544556.
HSL color Cylindrical-coordinate representation of color #ACE5A0: hue angle of 109.57º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACE5A0 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 229 | 160 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.10 |
| HSL | 109.57º | 0.57% | 0.76% | - |
| HSV(B) | 109.57º | 0.3% | 0.9% | - |
| XYZ | 51.38 | 67.35 | 43.55 | - |
| YUV | 204.09 | 103.12 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 160 | 0.25 | 0 | 0.30 | 0.10 | 109.57 | 0.57 | 0.76 |
| Hex | AC | E5 | A0 | 19 | 0 | 1E | A | 6E | 39 | 4C |
| Octal | 254 | 345 | 240 | 31 | 0 | 36 | 12 | 156 | 71 | 114 |
| Binary | 10101100 | 11100101 | 10100000 | 11001 | 0 | 11110 | 1010 | 1101110 | 111001 | 1001100 |
Color Harmonies of #ACE5A0
Complementary color
Monochromatic Colors of #ACE5A0
Black with #ACE5A0
Text Example
Text Example
White with #ACE5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE5A0; }
p { color: rgb(172,229,160); }
H1.HeaderClassName
{
color: #ACE5A0;
}
.AnyTagClassName
{
color: #ACE5A0;
}
</style>
background-color css
<style>
a { background-color: #ACE5A0; }
a { background-color: rgb(172,229,160); }
div.DivClassName
{
background-color: #ACE5A0;
}
.BgClassName
{
background-color: #ACE5A0;
}
</style>
border-color css
<style>
span { border-color: #ACE5A0; }
span { border-color: rgb(172,229,160); }
td.TdClassName
{
border-color: #ACE5A0;
}
.TagClassName
{
border-color: #ACE5A0;
}
</style>