Shades of Madang #AEDB9D
Tints of Madang #AEDB9D
RGB
CMYK
RGB Variations
Color information
#AEDB9D (or 0xAEDB9D) is known color: Madang. HEX triplet: AE, DB and 9D. RGB value is (174,219,157). Sum of RGB (Red+Green+Blue) = 174+219+157=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 219 (85.94% from 255 or 39.82% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDB9D is #512462. Grayscale: #C6C6C6. Windows color (decimal): -5317731 or 10345390. OLE color: 10345390.
HSL color Cylindrical-coordinate representation of color #AEDB9D: hue angle of 103.55º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEDB9D is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 157 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.14 |
| HSL | 103.55º | 0.46% | 0.74% | - |
| HSV(B) | 103.55º | 0.28% | 0.86% | - |
| XYZ | 48.87 | 62.1 | 41.31 | - |
| YUV | 198.48 | 104.59 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 157 | 0.21 | 0 | 0.28 | 0.14 | 103.55 | 0.46 | 0.74 |
| Hex | AE | DB | 9D | 15 | 0 | 1C | E | 68 | 2E | 4A |
| Octal | 256 | 333 | 235 | 25 | 0 | 34 | 16 | 150 | 56 | 112 |
| Binary | 10101110 | 11011011 | 10011101 | 10101 | 0 | 11100 | 1110 | 1101000 | 101110 | 1001010 |
Color Harmonies of #AEDB9D
Complementary color
Monochromatic Colors of #AEDB9D
Black with #AEDB9D
Text Example
Text Example
White with #AEDB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDB9D; }
p { color: rgb(174,219,157); }
H1.HeaderClassName
{
color: #AEDB9D;
}
.AnyTagClassName
{
color: #AEDB9D;
}
</style>
background-color css
<style>
a { background-color: #AEDB9D; }
a { background-color: rgb(174,219,157); }
div.DivClassName
{
background-color: #AEDB9D;
}
.BgClassName
{
background-color: #AEDB9D;
}
</style>
border-color css
<style>
span { border-color: #AEDB9D; }
span { border-color: rgb(174,219,157); }
td.TdClassName
{
border-color: #AEDB9D;
}
.TagClassName
{
border-color: #AEDB9D;
}
</style>