Shades of Madang #AEDDA4
Tints of Madang #AEDDA4
RGB
CMYK
RGB Variations
Color information
#AEDDA4 (or 0xAEDDA4) is known color: Madang. HEX triplet: AE, DD and A4. RGB value is (174,221,164). Sum of RGB (Red+Green+Blue) = 174+221+164=559 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.13% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 164 (64.45% from 255 or 29.34% from 559); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDDA4 is #51225B. Grayscale: #C8C8C8. Windows color (decimal): -5317212 or 10804654. OLE color: 10804654.
HSL color Cylindrical-coordinate representation of color #AEDDA4: hue angle of 109.47º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEDDA4 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 221 | 164 | - |
| CMYK | 0.21 | 0 | 0.26 | 0.13 |
| HSL | 109.47º | 0.46% | 0.75% | - |
| HSV(B) | 109.47º | 0.26% | 0.87% | - |
| XYZ | 50.01 | 63.39 | 44.72 | - |
| YUV | 200.45 | 107.43 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 164 | 0.21 | 0 | 0.26 | 0.13 | 109.47 | 0.46 | 0.75 |
| Hex | AE | DD | A4 | 15 | 0 | 1A | D | 6D | 2E | 4B |
| Octal | 256 | 335 | 244 | 25 | 0 | 32 | 15 | 155 | 56 | 113 |
| Binary | 10101110 | 11011101 | 10100100 | 10101 | 0 | 11010 | 1101 | 1101101 | 101110 | 1001011 |
Color Harmonies of #AEDDA4
Complementary color
Monochromatic Colors of #AEDDA4
Black with #AEDDA4
Text Example
Text Example
White with #AEDDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDDA4; }
p { color: rgb(174,221,164); }
H1.HeaderClassName
{
color: #AEDDA4;
}
.AnyTagClassName
{
color: #AEDDA4;
}
</style>
background-color css
<style>
a { background-color: #AEDDA4; }
a { background-color: rgb(174,221,164); }
div.DivClassName
{
background-color: #AEDDA4;
}
.BgClassName
{
background-color: #AEDDA4;
}
</style>
border-color css
<style>
span { border-color: #AEDDA4; }
span { border-color: rgb(174,221,164); }
td.TdClassName
{
border-color: #AEDDA4;
}
.TagClassName
{
border-color: #AEDDA4;
}
</style>