Shades of Madang #AED19F
Tints of Madang #AED19F
RGB
CMYK
RGB Variations
Color information
#AED19F (or 0xAED19F) is known color: Madang. HEX triplet: AE, D1 and 9F. RGB value is (174,209,159). Sum of RGB (Red+Green+Blue) = 174+209+159=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 209 (82.03% from 255 or 38.56% from 542); Blue value is 159 (62.5% from 255 or 29.34% from 542); Max value from RGB is 209 - color contains mainly: green. Hex color #AED19F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED19F is #512E60. Grayscale: #C1C1C1. Windows color (decimal): -5320289 or 10473902. OLE color: 10473902.
HSL color Cylindrical-coordinate representation of color #AED19F: hue angle of 102º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AED19F is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 209 | 159 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.18 |
| HSL | 102º | 0.35% | 0.72% | - |
| HSV(B) | 102º | 0.24% | 0.82% | - |
| XYZ | 46.51 | 57.1 | 41.37 | - |
| YUV | 192.84 | 108.9 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 209 | 159 | 0.17 | 0 | 0.24 | 0.18 | 102 | 0.35 | 0.72 |
| Hex | AE | D1 | 9F | 11 | 0 | 18 | 12 | 66 | 23 | 48 |
| Octal | 256 | 321 | 237 | 21 | 0 | 30 | 22 | 146 | 43 | 110 |
| Binary | 10101110 | 11010001 | 10011111 | 10001 | 0 | 11000 | 10010 | 1100110 | 100011 | 1001000 |
Color Harmonies of #AED19F
Complementary color
Monochromatic Colors of #AED19F
Black with #AED19F
Text Example
Text Example
White with #AED19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED19F; }
p { color: rgb(174,209,159); }
H1.HeaderClassName
{
color: #AED19F;
}
.AnyTagClassName
{
color: #AED19F;
}
</style>
background-color css
<style>
a { background-color: #AED19F; }
a { background-color: rgb(174,209,159); }
div.DivClassName
{
background-color: #AED19F;
}
.BgClassName
{
background-color: #AED19F;
}
</style>
border-color css
<style>
span { border-color: #AED19F; }
span { border-color: rgb(174,209,159); }
td.TdClassName
{
border-color: #AED19F;
}
.TagClassName
{
border-color: #AED19F;
}
</style>