Shades of Madang #AEDCA2
Tints of Madang #AEDCA2
RGB
CMYK
RGB Variations
Color information
#AEDCA2 (or 0xAEDCA2) is known color: Madang. HEX triplet: AE, DC and A2. RGB value is (174,220,162). Sum of RGB (Red+Green+Blue) = 174+220+162=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 162 (63.67% from 255 or 29.14% from 556); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDCA2 is #51235D. Grayscale: #C7C7C7. Windows color (decimal): -5317470 or 10673326. OLE color: 10673326.
HSL color Cylindrical-coordinate representation of color #AEDCA2: hue angle of 107.59º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEDCA2 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 162 | - |
| CMYK | 0.21 | 0 | 0.26 | 0.14 |
| HSL | 107.59º | 0.45% | 0.75% | - |
| HSV(B) | 107.59º | 0.26% | 0.86% | - |
| XYZ | 49.57 | 62.79 | 43.69 | - |
| YUV | 199.63 | 106.76 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 162 | 0.21 | 0 | 0.26 | 0.14 | 107.59 | 0.45 | 0.75 |
| Hex | AE | DC | A2 | 15 | 0 | 1A | E | 6C | 2D | 4B |
| Octal | 256 | 334 | 242 | 25 | 0 | 32 | 16 | 154 | 55 | 113 |
| Binary | 10101110 | 11011100 | 10100010 | 10101 | 0 | 11010 | 1110 | 1101100 | 101101 | 1001011 |
Color Harmonies of #AEDCA2
Complementary color
Monochromatic Colors of #AEDCA2
Black with #AEDCA2
Text Example
Text Example
White with #AEDCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCA2; }
p { color: rgb(174,220,162); }
H1.HeaderClassName
{
color: #AEDCA2;
}
.AnyTagClassName
{
color: #AEDCA2;
}
</style>
background-color css
<style>
a { background-color: #AEDCA2; }
a { background-color: rgb(174,220,162); }
div.DivClassName
{
background-color: #AEDCA2;
}
.BgClassName
{
background-color: #AEDCA2;
}
</style>
border-color css
<style>
span { border-color: #AEDCA2; }
span { border-color: rgb(174,220,162); }
td.TdClassName
{
border-color: #AEDCA2;
}
.TagClassName
{
border-color: #AEDCA2;
}
</style>