Shades of Madang #AED5A1
Tints of Madang #AED5A1
RGB
CMYK
RGB Variations
Color information
#AED5A1 (or 0xAED5A1) is known color: Madang. HEX triplet: AE, D5 and A1. RGB value is (174,213,161). Sum of RGB (Red+Green+Blue) = 174+213+161=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 213 (83.59% from 255 or 38.87% from 548); Blue value is 161 (63.28% from 255 or 29.38% from 548); Max value from RGB is 213 - color contains mainly: green. Hex color #AED5A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED5A1 is #512A5E. Grayscale: #C3C3C3. Windows color (decimal): -5319263 or 10605998. OLE color: 10605998.
HSL color Cylindrical-coordinate representation of color #AED5A1: hue angle of 105º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AED5A1 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 213 | 161 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.16 |
| HSL | 105º | 0.38% | 0.73% | - |
| HSV(B) | 105º | 0.24% | 0.84% | - |
| XYZ | 47.68 | 59.16 | 42.62 | - |
| YUV | 195.41 | 108.58 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 213 | 161 | 0.18 | 0 | 0.24 | 0.16 | 105 | 0.38 | 0.73 |
| Hex | AE | D5 | A1 | 12 | 0 | 18 | 10 | 69 | 26 | 49 |
| Octal | 256 | 325 | 241 | 22 | 0 | 30 | 20 | 151 | 46 | 111 |
| Binary | 10101110 | 11010101 | 10100001 | 10010 | 0 | 11000 | 10000 | 1101001 | 100110 | 1001001 |
Color Harmonies of #AED5A1
Complementary color
Monochromatic Colors of #AED5A1
Black with #AED5A1
Text Example
Text Example
White with #AED5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED5A1; }
p { color: rgb(174,213,161); }
H1.HeaderClassName
{
color: #AED5A1;
}
.AnyTagClassName
{
color: #AED5A1;
}
</style>
background-color css
<style>
a { background-color: #AED5A1; }
a { background-color: rgb(174,213,161); }
div.DivClassName
{
background-color: #AED5A1;
}
.BgClassName
{
background-color: #AED5A1;
}
</style>
border-color css
<style>
span { border-color: #AED5A1; }
span { border-color: rgb(174,213,161); }
td.TdClassName
{
border-color: #AED5A1;
}
.TagClassName
{
border-color: #AED5A1;
}
</style>