Shades of Madang #AEDEA0
Tints of Madang #AEDEA0
RGB
CMYK
RGB Variations
Color information
#AEDEA0 (or 0xAEDEA0) is known color: Madang. HEX triplet: AE, DE and A0. RGB value is (174,222,160). Sum of RGB (Red+Green+Blue) = 174+222+160=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 222 (87.11% from 255 or 39.93% from 556); Blue value is 160 (62.89% from 255 or 28.78% from 556); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDEA0 is #51215F. Grayscale: #C8C8C8. Windows color (decimal): -5316960 or 10542766. OLE color: 10542766.
HSL color Cylindrical-coordinate representation of color #AEDEA0: hue angle of 106.45º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEDEA0 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 222 | 160 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.13 |
| HSL | 106.45º | 0.48% | 0.75% | - |
| HSV(B) | 106.45º | 0.28% | 0.87% | - |
| XYZ | 49.92 | 63.78 | 42.94 | - |
| YUV | 200.58 | 105.1 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 222 | 160 | 0.22 | 0 | 0.28 | 0.13 | 106.45 | 0.48 | 0.75 |
| Hex | AE | DE | A0 | 16 | 0 | 1C | D | 6A | 30 | 4B |
| Octal | 256 | 336 | 240 | 26 | 0 | 34 | 15 | 152 | 60 | 113 |
| Binary | 10101110 | 11011110 | 10100000 | 10110 | 0 | 11100 | 1101 | 1101010 | 110000 | 1001011 |
Color Harmonies of #AEDEA0
Complementary color
Monochromatic Colors of #AEDEA0
Black with #AEDEA0
Text Example
Text Example
White with #AEDEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDEA0; }
p { color: rgb(174,222,160); }
H1.HeaderClassName
{
color: #AEDEA0;
}
.AnyTagClassName
{
color: #AEDEA0;
}
</style>
background-color css
<style>
a { background-color: #AEDEA0; }
a { background-color: rgb(174,222,160); }
div.DivClassName
{
background-color: #AEDEA0;
}
.BgClassName
{
background-color: #AEDEA0;
}
</style>
border-color css
<style>
span { border-color: #AEDEA0; }
span { border-color: rgb(174,222,160); }
td.TdClassName
{
border-color: #AEDEA0;
}
.TagClassName
{
border-color: #AEDEA0;
}
</style>