Shades of Madang #AEDC9B
Tints of Madang #AEDC9B
RGB
CMYK
RGB Variations
Color information
#AEDC9B (or 0xAEDC9B) is known color: Madang. HEX triplet: AE, DC and 9B. RGB value is (174,220,155). Sum of RGB (Red+Green+Blue) = 174+220+155=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 155 (60.94% from 255 or 28.23% from 549); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDC9B is #512364. Grayscale: #C7C7C7. Windows color (decimal): -5317477 or 10214574. OLE color: 10214574.
HSL color Cylindrical-coordinate representation of color #AEDC9B: hue angle of 102.46º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEDC9B is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 155 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.14 |
| HSL | 102.46º | 0.48% | 0.74% | - |
| HSV(B) | 102.46º | 0.3% | 0.86% | - |
| XYZ | 48.97 | 62.55 | 40.5 | - |
| YUV | 198.84 | 103.26 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 155 | 0.21 | 0 | 0.30 | 0.14 | 102.46 | 0.48 | 0.74 |
| Hex | AE | DC | 9B | 15 | 0 | 1E | E | 66 | 30 | 4A |
| Octal | 256 | 334 | 233 | 25 | 0 | 36 | 16 | 146 | 60 | 112 |
| Binary | 10101110 | 11011100 | 10011011 | 10101 | 0 | 11110 | 1110 | 1100110 | 110000 | 1001010 |
Color Harmonies of #AEDC9B
Complementary color
Monochromatic Colors of #AEDC9B
Black with #AEDC9B
Text Example
Text Example
White with #AEDC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDC9B; }
p { color: rgb(174,220,155); }
H1.HeaderClassName
{
color: #AEDC9B;
}
.AnyTagClassName
{
color: #AEDC9B;
}
</style>
background-color css
<style>
a { background-color: #AEDC9B; }
a { background-color: rgb(174,220,155); }
div.DivClassName
{
background-color: #AEDC9B;
}
.BgClassName
{
background-color: #AEDC9B;
}
</style>
border-color css
<style>
span { border-color: #AEDC9B; }
span { border-color: rgb(174,220,155); }
td.TdClassName
{
border-color: #AEDC9B;
}
.TagClassName
{
border-color: #AEDC9B;
}
</style>