Shades of Madang #AEDDA1
Tints of Madang #AEDDA1
RGB
CMYK
RGB Variations
Color information
#AEDDA1 (or 0xAEDDA1) is known color: Madang. HEX triplet: AE, DD and A1. RGB value is (174,221,161). Sum of RGB (Red+Green+Blue) = 174+221+161=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 161 (63.28% from 255 or 28.96% from 556); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDDA1 is #51225E. Grayscale: #C8C8C8. Windows color (decimal): -5317215 or 10608046. OLE color: 10608046.
HSL color Cylindrical-coordinate representation of color #AEDDA1: hue angle of 107º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEDDA1 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 221 | 161 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.13 |
| HSL | 107º | 0.47% | 0.75% | - |
| HSV(B) | 107º | 0.27% | 0.87% | - |
| XYZ | 49.75 | 63.28 | 43.31 | - |
| YUV | 200.11 | 105.93 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 161 | 0.21 | 0 | 0.27 | 0.13 | 107 | 0.47 | 0.75 |
| Hex | AE | DD | A1 | 15 | 0 | 1B | D | 6B | 2F | 4B |
| Octal | 256 | 335 | 241 | 25 | 0 | 33 | 15 | 153 | 57 | 113 |
| Binary | 10101110 | 11011101 | 10100001 | 10101 | 0 | 11011 | 1101 | 1101011 | 101111 | 1001011 |
Color Harmonies of #AEDDA1
Complementary color
Monochromatic Colors of #AEDDA1
Black with #AEDDA1
Text Example
Text Example
White with #AEDDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDDA1; }
p { color: rgb(174,221,161); }
H1.HeaderClassName
{
color: #AEDDA1;
}
.AnyTagClassName
{
color: #AEDDA1;
}
</style>
background-color css
<style>
a { background-color: #AEDDA1; }
a { background-color: rgb(174,221,161); }
div.DivClassName
{
background-color: #AEDDA1;
}
.BgClassName
{
background-color: #AEDDA1;
}
</style>
border-color css
<style>
span { border-color: #AEDDA1; }
span { border-color: rgb(174,221,161); }
td.TdClassName
{
border-color: #AEDDA1;
}
.TagClassName
{
border-color: #AEDDA1;
}
</style>