Shades of Madang #AED6A0
Tints of Madang #AED6A0
RGB
CMYK
RGB Variations
Color information
#AED6A0 (or 0xAED6A0) is known color: Madang. HEX triplet: AE, D6 and A0. RGB value is (174,214,160). Sum of RGB (Red+Green+Blue) = 174+214+160=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 214 - color contains mainly: green. Hex color #AED6A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED6A0 is #51295F. Grayscale: #C4C4C4. Windows color (decimal): -5319008 or 10540718. OLE color: 10540718.
HSL color Cylindrical-coordinate representation of color #AED6A0: hue angle of 104.44º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AED6A0 is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 214 | 160 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.16 |
| HSL | 104.44º | 0.4% | 0.73% | - |
| HSV(B) | 104.44º | 0.25% | 0.84% | - |
| XYZ | 47.85 | 59.63 | 42.25 | - |
| YUV | 195.88 | 107.75 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 214 | 160 | 0.19 | 0 | 0.25 | 0.16 | 104.44 | 0.4 | 0.73 |
| Hex | AE | D6 | A0 | 13 | 0 | 19 | 10 | 68 | 28 | 49 |
| Octal | 256 | 326 | 240 | 23 | 0 | 31 | 20 | 150 | 50 | 111 |
| Binary | 10101110 | 11010110 | 10100000 | 10011 | 0 | 11001 | 10000 | 1101000 | 101000 | 1001001 |
Color Harmonies of #AED6A0
Complementary color
Monochromatic Colors of #AED6A0
Black with #AED6A0
Text Example
Text Example
White with #AED6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED6A0; }
p { color: rgb(174,214,160); }
H1.HeaderClassName
{
color: #AED6A0;
}
.AnyTagClassName
{
color: #AED6A0;
}
</style>
background-color css
<style>
a { background-color: #AED6A0; }
a { background-color: rgb(174,214,160); }
div.DivClassName
{
background-color: #AED6A0;
}
.BgClassName
{
background-color: #AED6A0;
}
</style>
border-color css
<style>
span { border-color: #AED6A0; }
span { border-color: rgb(174,214,160); }
td.TdClassName
{
border-color: #AED6A0;
}
.TagClassName
{
border-color: #AED6A0;
}
</style>