Shades of Madang #ABE5A0
Tints of Madang #ABE5A0
RGB
CMYK
RGB Variations
Color information
#ABE5A0 (or 0xABE5A0) is known color: Madang. HEX triplet: AB, E5 and A0. RGB value is (171,229,160). Sum of RGB (Red+Green+Blue) = 171+229+160=560 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.54% from 560); Green value is 229 (89.84% from 255 or 40.89% from 560); Blue value is 160 (62.89% from 255 or 28.57% from 560); Max value from RGB is 229 - color contains mainly: green. Hex color #ABE5A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABE5A0 is #541A5F. Grayscale: #CCCCCC. Windows color (decimal): -5511776 or 10544555. OLE color: 10544555.
HSL color Cylindrical-coordinate representation of color #ABE5A0: hue angle of 110.43º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABE5A0 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 229 | 160 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.10 |
| HSL | 110.43º | 0.57% | 0.76% | - |
| HSV(B) | 110.43º | 0.3% | 0.9% | - |
| XYZ | 51.16 | 67.23 | 43.54 | - |
| YUV | 203.79 | 103.28 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 229 | 160 | 0.25 | 0 | 0.30 | 0.10 | 110.43 | 0.57 | 0.76 |
| Hex | AB | E5 | A0 | 19 | 0 | 1E | A | 6E | 39 | 4C |
| Octal | 253 | 345 | 240 | 31 | 0 | 36 | 12 | 156 | 71 | 114 |
| Binary | 10101011 | 11100101 | 10100000 | 11001 | 0 | 11110 | 1010 | 1101110 | 111001 | 1001100 |
Color Harmonies of #ABE5A0
Complementary color
Monochromatic Colors of #ABE5A0
Black with #ABE5A0
Text Example
Text Example
White with #ABE5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE5A0; }
p { color: rgb(171,229,160); }
H1.HeaderClassName
{
color: #ABE5A0;
}
.AnyTagClassName
{
color: #ABE5A0;
}
</style>
background-color css
<style>
a { background-color: #ABE5A0; }
a { background-color: rgb(171,229,160); }
div.DivClassName
{
background-color: #ABE5A0;
}
.BgClassName
{
background-color: #ABE5A0;
}
</style>
border-color css
<style>
span { border-color: #ABE5A0; }
span { border-color: rgb(171,229,160); }
td.TdClassName
{
border-color: #ABE5A0;
}
.TagClassName
{
border-color: #ABE5A0;
}
</style>