Shades of Madang #AEDDA2
Tints of Madang #AEDDA2
RGB
CMYK
RGB Variations
Color information
#AEDDA2 (or 0xAEDDA2) is known color: Madang. HEX triplet: AE, DD and A2. RGB value is (174,221,162). Sum of RGB (Red+Green+Blue) = 174+221+162=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 162 (63.67% from 255 or 29.08% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDDA2 is #51225D. Grayscale: #C8C8C8. Windows color (decimal): -5317214 or 10673582. OLE color: 10673582.
HSL color Cylindrical-coordinate representation of color #AEDDA2: hue angle of 107.8º degrees, saturation: 0.46, 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 #AEDDA2 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 221 | 162 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.13 |
| HSL | 107.8º | 0.46% | 0.75% | - |
| HSV(B) | 107.8º | 0.27% | 0.87% | - |
| XYZ | 49.83 | 63.32 | 43.78 | - |
| YUV | 200.22 | 106.43 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 162 | 0.21 | 0 | 0.27 | 0.13 | 107.8 | 0.46 | 0.75 |
| Hex | AE | DD | A2 | 15 | 0 | 1B | D | 6C | 2E | 4B |
| Octal | 256 | 335 | 242 | 25 | 0 | 33 | 15 | 154 | 56 | 113 |
| Binary | 10101110 | 11011101 | 10100010 | 10101 | 0 | 11011 | 1101 | 1101100 | 101110 | 1001011 |
Color Harmonies of #AEDDA2
Complementary color
Monochromatic Colors of #AEDDA2
Black with #AEDDA2
Text Example
Text Example
White with #AEDDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDDA2; }
p { color: rgb(174,221,162); }
H1.HeaderClassName
{
color: #AEDDA2;
}
.AnyTagClassName
{
color: #AEDDA2;
}
</style>
background-color css
<style>
a { background-color: #AEDDA2; }
a { background-color: rgb(174,221,162); }
div.DivClassName
{
background-color: #AEDDA2;
}
.BgClassName
{
background-color: #AEDDA2;
}
</style>
border-color css
<style>
span { border-color: #AEDDA2; }
span { border-color: rgb(174,221,162); }
td.TdClassName
{
border-color: #AEDDA2;
}
.TagClassName
{
border-color: #AEDDA2;
}
</style>