Shades of Madang #ABE0A1
Tints of Madang #ABE0A1
RGB
CMYK
RGB Variations
Color information
#ABE0A1 (or 0xABE0A1) is known color: Madang. HEX triplet: AB, E0 and A1. RGB value is (171,224,161). Sum of RGB (Red+Green+Blue) = 171+224+161=556 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.76% from 556); Green value is 224 (87.89% from 255 or 40.29% from 556); Blue value is 161 (63.28% from 255 or 28.96% from 556); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE0A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABE0A1 is #541F5E. Grayscale: #C9C9C9. Windows color (decimal): -5513055 or 10608811. OLE color: 10608811.
HSL color Cylindrical-coordinate representation of color #ABE0A1: hue angle of 110.48º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABE0A1 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 224 | 161 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.12 |
| HSL | 110.48º | 0.5% | 0.75% | - |
| HSV(B) | 110.48º | 0.28% | 0.88% | - |
| XYZ | 49.88 | 64.54 | 43.55 | - |
| YUV | 200.97 | 105.44 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 224 | 161 | 0.24 | 0 | 0.28 | 0.12 | 110.48 | 0.5 | 0.75 |
| Hex | AB | E0 | A1 | 18 | 0 | 1C | C | 6E | 32 | 4B |
| Octal | 253 | 340 | 241 | 30 | 0 | 34 | 14 | 156 | 62 | 113 |
| Binary | 10101011 | 11100000 | 10100001 | 11000 | 0 | 11100 | 1100 | 1101110 | 110010 | 1001011 |
Color Harmonies of #ABE0A1
Complementary color
Monochromatic Colors of #ABE0A1
Black with #ABE0A1
Text Example
Text Example
White with #ABE0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE0A1; }
p { color: rgb(171,224,161); }
H1.HeaderClassName
{
color: #ABE0A1;
}
.AnyTagClassName
{
color: #ABE0A1;
}
</style>
background-color css
<style>
a { background-color: #ABE0A1; }
a { background-color: rgb(171,224,161); }
div.DivClassName
{
background-color: #ABE0A1;
}
.BgClassName
{
background-color: #ABE0A1;
}
</style>
border-color css
<style>
span { border-color: #ABE0A1; }
span { border-color: rgb(171,224,161); }
td.TdClassName
{
border-color: #ABE0A1;
}
.TagClassName
{
border-color: #ABE0A1;
}
</style>