Shades of Madang #AEDB9C
Tints of Madang #AEDB9C
RGB
CMYK
RGB Variations
Color information
#AEDB9C (or 0xAEDB9C) is known color: Madang. HEX triplet: AE, DB and 9C. RGB value is (174,219,156). Sum of RGB (Red+Green+Blue) = 174+219+156=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 156 (61.33% from 255 or 28.42% from 549); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDB9C is #512463. Grayscale: #C6C6C6. Windows color (decimal): -5317732 or 10279854. OLE color: 10279854.
HSL color Cylindrical-coordinate representation of color #AEDB9C: hue angle of 102.86º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEDB9C is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 156 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.14 |
| HSL | 102.86º | 0.47% | 0.74% | - |
| HSV(B) | 102.86º | 0.29% | 0.86% | - |
| XYZ | 48.79 | 62.06 | 40.86 | - |
| YUV | 198.36 | 104.09 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 156 | 0.21 | 0 | 0.29 | 0.14 | 102.86 | 0.47 | 0.74 |
| Hex | AE | DB | 9C | 15 | 0 | 1D | E | 67 | 2F | 4A |
| Octal | 256 | 333 | 234 | 25 | 0 | 35 | 16 | 147 | 57 | 112 |
| Binary | 10101110 | 11011011 | 10011100 | 10101 | 0 | 11101 | 1110 | 1100111 | 101111 | 1001010 |
Color Harmonies of #AEDB9C
Complementary color
Monochromatic Colors of #AEDB9C
Black with #AEDB9C
Text Example
Text Example
White with #AEDB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDB9C; }
p { color: rgb(174,219,156); }
H1.HeaderClassName
{
color: #AEDB9C;
}
.AnyTagClassName
{
color: #AEDB9C;
}
</style>
background-color css
<style>
a { background-color: #AEDB9C; }
a { background-color: rgb(174,219,156); }
div.DivClassName
{
background-color: #AEDB9C;
}
.BgClassName
{
background-color: #AEDB9C;
}
</style>
border-color css
<style>
span { border-color: #AEDB9C; }
span { border-color: rgb(174,219,156); }
td.TdClassName
{
border-color: #AEDB9C;
}
.TagClassName
{
border-color: #AEDB9C;
}
</style>