Shades of Madang #ABE5A1
Tints of Madang #ABE5A1
RGB
CMYK
RGB Variations
Color information
#ABE5A1 (or 0xABE5A1) is known color: Madang. HEX triplet: AB, E5 and A1. RGB value is (171,229,161). Sum of RGB (Red+Green+Blue) = 171+229+161=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 229 (89.84% from 255 or 40.82% from 561); Blue value is 161 (63.28% from 255 or 28.70% from 561); Max value from RGB is 229 - color contains mainly: green. Hex color #ABE5A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABE5A1 is #541A5E. Grayscale: #CCCCCC. Windows color (decimal): -5511775 or 10610091. OLE color: 10610091.
HSL color Cylindrical-coordinate representation of color #ABE5A1: hue angle of 111.18º 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 #ABE5A1 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 229 | 161 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.10 |
| HSL | 111.18º | 0.57% | 0.76% | - |
| HSV(B) | 111.18º | 0.3% | 0.9% | - |
| XYZ | 51.25 | 67.27 | 44 | - |
| YUV | 203.91 | 103.78 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 229 | 161 | 0.25 | 0 | 0.30 | 0.10 | 111.18 | 0.57 | 0.76 |
| Hex | AB | E5 | A1 | 19 | 0 | 1E | A | 6F | 39 | 4C |
| Octal | 253 | 345 | 241 | 31 | 0 | 36 | 12 | 157 | 71 | 114 |
| Binary | 10101011 | 11100101 | 10100001 | 11001 | 0 | 11110 | 1010 | 1101111 | 111001 | 1001100 |
Color Harmonies of #ABE5A1
Complementary color
Monochromatic Colors of #ABE5A1
Black with #ABE5A1
Text Example
Text Example
White with #ABE5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE5A1; }
p { color: rgb(171,229,161); }
H1.HeaderClassName
{
color: #ABE5A1;
}
.AnyTagClassName
{
color: #ABE5A1;
}
</style>
background-color css
<style>
a { background-color: #ABE5A1; }
a { background-color: rgb(171,229,161); }
div.DivClassName
{
background-color: #ABE5A1;
}
.BgClassName
{
background-color: #ABE5A1;
}
</style>
border-color css
<style>
span { border-color: #ABE5A1; }
span { border-color: rgb(171,229,161); }
td.TdClassName
{
border-color: #ABE5A1;
}
.TagClassName
{
border-color: #ABE5A1;
}
</style>