Shades of Madang #AEDDA0
Tints of Madang #AEDDA0
RGB
CMYK
RGB Variations
Color information
#AEDDA0 (or 0xAEDDA0) is known color: Madang. HEX triplet: AE, DD and A0. RGB value is (174,221,160). Sum of RGB (Red+Green+Blue) = 174+221+160=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 160 (62.89% from 255 or 28.83% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDDA0 is #51225F. Grayscale: #C8C8C8. Windows color (decimal): -5317216 or 10542510. OLE color: 10542510.
HSL color Cylindrical-coordinate representation of color #AEDDA0: hue angle of 106.23º degrees, saturation: 0.47, 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 #AEDDA0 is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 221 | 160 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.13 |
| HSL | 106.23º | 0.47% | 0.75% | - |
| HSV(B) | 106.23º | 0.28% | 0.87% | - |
| XYZ | 49.66 | 63.25 | 42.85 | - |
| YUV | 199.99 | 105.43 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 160 | 0.21 | 0 | 0.28 | 0.13 | 106.23 | 0.47 | 0.75 |
| Hex | AE | DD | A0 | 15 | 0 | 1C | D | 6A | 2F | 4B |
| Octal | 256 | 335 | 240 | 25 | 0 | 34 | 15 | 152 | 57 | 113 |
| Binary | 10101110 | 11011101 | 10100000 | 10101 | 0 | 11100 | 1101 | 1101010 | 101111 | 1001011 |
Color Harmonies of #AEDDA0
Complementary color
Monochromatic Colors of #AEDDA0
Black with #AEDDA0
Text Example
Text Example
White with #AEDDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDDA0; }
p { color: rgb(174,221,160); }
H1.HeaderClassName
{
color: #AEDDA0;
}
.AnyTagClassName
{
color: #AEDDA0;
}
</style>
background-color css
<style>
a { background-color: #AEDDA0; }
a { background-color: rgb(174,221,160); }
div.DivClassName
{
background-color: #AEDDA0;
}
.BgClassName
{
background-color: #AEDDA0;
}
</style>
border-color css
<style>
span { border-color: #AEDDA0; }
span { border-color: rgb(174,221,160); }
td.TdClassName
{
border-color: #AEDDA0;
}
.TagClassName
{
border-color: #AEDDA0;
}
</style>