Shades of Madang #AEDC9D
Tints of Madang #AEDC9D
RGB
CMYK
RGB Variations
Color information
#AEDC9D (or 0xAEDC9D) is known color: Madang. HEX triplet: AE, DC and 9D. RGB value is (174,220,157). Sum of RGB (Red+Green+Blue) = 174+220+157=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 157 (61.72% from 255 or 28.49% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDC9D is #512362. Grayscale: #C7C7C7. Windows color (decimal): -5317475 or 10345646. OLE color: 10345646.
HSL color Cylindrical-coordinate representation of color #AEDC9D: hue angle of 103.81º 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 #AEDC9D is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 157 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.14 |
| HSL | 103.81º | 0.47% | 0.74% | - |
| HSV(B) | 103.81º | 0.29% | 0.86% | - |
| XYZ | 49.13 | 62.62 | 41.4 | - |
| YUV | 199.06 | 104.26 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 157 | 0.21 | 0 | 0.29 | 0.14 | 103.81 | 0.47 | 0.74 |
| Hex | AE | DC | 9D | 15 | 0 | 1D | E | 68 | 2F | 4A |
| Octal | 256 | 334 | 235 | 25 | 0 | 35 | 16 | 150 | 57 | 112 |
| Binary | 10101110 | 11011100 | 10011101 | 10101 | 0 | 11101 | 1110 | 1101000 | 101111 | 1001010 |
Color Harmonies of #AEDC9D
Complementary color
Monochromatic Colors of #AEDC9D
Black with #AEDC9D
Text Example
Text Example
White with #AEDC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDC9D; }
p { color: rgb(174,220,157); }
H1.HeaderClassName
{
color: #AEDC9D;
}
.AnyTagClassName
{
color: #AEDC9D;
}
</style>
background-color css
<style>
a { background-color: #AEDC9D; }
a { background-color: rgb(174,220,157); }
div.DivClassName
{
background-color: #AEDC9D;
}
.BgClassName
{
background-color: #AEDC9D;
}
</style>
border-color css
<style>
span { border-color: #AEDC9D; }
span { border-color: rgb(174,220,157); }
td.TdClassName
{
border-color: #AEDC9D;
}
.TagClassName
{
border-color: #AEDC9D;
}
</style>