Shades of Madang #AAEEA1
Tints of Madang #AAEEA1
RGB
CMYK
RGB Variations
Color information
#AAEEA1 (or 0xAAEEA1) is known color: Madang. HEX triplet: AA, EE and A1. RGB value is (170,238,161). Sum of RGB (Red+Green+Blue) = 170+238+161=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 238 (93.36% from 255 or 41.83% from 569); Blue value is 161 (63.28% from 255 or 28.30% from 569); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEEA1 is #55115E. Grayscale: #D1D1D1. Windows color (decimal): -5575007 or 10612394. OLE color: 10612394.
HSL color Cylindrical-coordinate representation of color #AAEEA1: hue angle of 112.99º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAEEA1 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 238 | 161 | - |
| CMYK | 0.29 | 0 | 0.32 | 0.07 |
| HSL | 112.99º | 0.69% | 0.78% | - |
| HSV(B) | 112.99º | 0.32% | 0.93% | - |
| XYZ | 53.59 | 72.27 | 44.84 | - |
| YUV | 208.89 | 100.97 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 238 | 161 | 0.29 | 0 | 0.32 | 0.07 | 112.99 | 0.69 | 0.78 |
| Hex | AA | EE | A1 | 1D | 0 | 20 | 7 | 71 | 45 | 4E |
| Octal | 252 | 356 | 241 | 35 | 0 | 40 | 7 | 161 | 105 | 116 |
| Binary | 10101010 | 11101110 | 10100001 | 11101 | 0 | 100000 | 111 | 1110001 | 1000101 | 1001110 |
Color Harmonies of #AAEEA1
Complementary color
Monochromatic Colors of #AAEEA1
Black with #AAEEA1
Text Example
Text Example
White with #AAEEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEEA1; }
p { color: rgb(170,238,161); }
H1.HeaderClassName
{
color: #AAEEA1;
}
.AnyTagClassName
{
color: #AAEEA1;
}
</style>
background-color css
<style>
a { background-color: #AAEEA1; }
a { background-color: rgb(170,238,161); }
div.DivClassName
{
background-color: #AAEEA1;
}
.BgClassName
{
background-color: #AAEEA1;
}
</style>
border-color css
<style>
span { border-color: #AAEEA1; }
span { border-color: rgb(170,238,161); }
td.TdClassName
{
border-color: #AAEEA1;
}
.TagClassName
{
border-color: #AAEEA1;
}
</style>