Shades of Madang #ACEDA1
Tints of Madang #ACEDA1
RGB
CMYK
RGB Variations
Color information
#ACEDA1 (or 0xACEDA1) is known color: Madang. HEX triplet: AC, ED and A1. RGB value is (172,237,161). Sum of RGB (Red+Green+Blue) = 172+237+161=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 237 (92.97% from 255 or 41.58% from 570); Blue value is 161 (63.28% from 255 or 28.25% from 570); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEDA1 is #53125E. Grayscale: #D1D1D1. Windows color (decimal): -5444191 or 10612140. OLE color: 10612140.
HSL color Cylindrical-coordinate representation of color #ACEDA1: hue angle of 111.32º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACEDA1 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 237 | 161 | - |
| CMYK | 0.27 | 0 | 0.32 | 0.07 |
| HSL | 111.32º | 0.68% | 0.78% | - |
| HSV(B) | 111.32º | 0.32% | 0.93% | - |
| XYZ | 53.73 | 71.91 | 44.77 | - |
| YUV | 208.9 | 100.97 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 237 | 161 | 0.27 | 0 | 0.32 | 0.07 | 111.32 | 0.68 | 0.78 |
| Hex | AC | ED | A1 | 1B | 0 | 20 | 7 | 6F | 44 | 4E |
| Octal | 254 | 355 | 241 | 33 | 0 | 40 | 7 | 157 | 104 | 116 |
| Binary | 10101100 | 11101101 | 10100001 | 11011 | 0 | 100000 | 111 | 1101111 | 1000100 | 1001110 |
Color Harmonies of #ACEDA1
Complementary color
Monochromatic Colors of #ACEDA1
Black with #ACEDA1
Text Example
Text Example
White with #ACEDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEDA1; }
p { color: rgb(172,237,161); }
H1.HeaderClassName
{
color: #ACEDA1;
}
.AnyTagClassName
{
color: #ACEDA1;
}
</style>
background-color css
<style>
a { background-color: #ACEDA1; }
a { background-color: rgb(172,237,161); }
div.DivClassName
{
background-color: #ACEDA1;
}
.BgClassName
{
background-color: #ACEDA1;
}
</style>
border-color css
<style>
span { border-color: #ACEDA1; }
span { border-color: rgb(172,237,161); }
td.TdClassName
{
border-color: #ACEDA1;
}
.TagClassName
{
border-color: #ACEDA1;
}
</style>