Shades of Madang #AEDC99
Tints of Madang #AEDC99
RGB
CMYK
RGB Variations
Color information
#AEDC99 (or 0xAEDC99) is known color: Madang. HEX triplet: AE, DC and 99. RGB value is (174,220,153). Sum of RGB (Red+Green+Blue) = 174+220+153=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 153 (60.16% from 255 or 27.97% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDC99 is #512366. Grayscale: #C6C6C6. Windows color (decimal): -5317479 or 10083502. OLE color: 10083502.
HSL color Cylindrical-coordinate representation of color #AEDC99: hue angle of 101.19º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEDC99 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 153 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.14 |
| HSL | 101.19º | 0.49% | 0.73% | - |
| HSV(B) | 101.19º | 0.3% | 0.86% | - |
| XYZ | 48.8 | 62.48 | 39.63 | - |
| YUV | 198.61 | 102.26 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 153 | 0.21 | 0 | 0.30 | 0.14 | 101.19 | 0.49 | 0.73 |
| Hex | AE | DC | 99 | 15 | 0 | 1E | E | 65 | 31 | 49 |
| Octal | 256 | 334 | 231 | 25 | 0 | 36 | 16 | 145 | 61 | 111 |
| Binary | 10101110 | 11011100 | 10011001 | 10101 | 0 | 11110 | 1110 | 1100101 | 110001 | 1001001 |
Color Harmonies of #AEDC99
Complementary color
Monochromatic Colors of #AEDC99
Black with #AEDC99
Text Example
Text Example
White with #AEDC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDC99; }
p { color: rgb(174,220,153); }
H1.HeaderClassName
{
color: #AEDC99;
}
.AnyTagClassName
{
color: #AEDC99;
}
</style>
background-color css
<style>
a { background-color: #AEDC99; }
a { background-color: rgb(174,220,153); }
div.DivClassName
{
background-color: #AEDC99;
}
.BgClassName
{
background-color: #AEDC99;
}
</style>
border-color css
<style>
span { border-color: #AEDC99; }
span { border-color: rgb(174,220,153); }
td.TdClassName
{
border-color: #AEDC99;
}
.TagClassName
{
border-color: #AEDC99;
}
</style>