Shades of Madang #ABEFA0
Tints of Madang #ABEFA0
RGB
CMYK
RGB Variations
Color information
#ABEFA0 (or 0xABEFA0) is known color: Madang. HEX triplet: AB, EF and A0. RGB value is (171,239,160). Sum of RGB (Red+Green+Blue) = 171+239+160=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 239 (93.75% from 255 or 41.93% from 570); Blue value is 160 (62.89% from 255 or 28.07% from 570); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEFA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABEFA0 is #54105F. Grayscale: #D1D1D1. Windows color (decimal): -5509216 or 10547115. OLE color: 10547115.
HSL color Cylindrical-coordinate representation of color #ABEFA0: hue angle of 111.65º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABEFA0 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 239 | 160 | - |
| CMYK | 0.28 | 0 | 0.33 | 0.06 |
| HSL | 111.65º | 0.71% | 0.78% | - |
| HSV(B) | 111.65º | 0.33% | 0.94% | - |
| XYZ | 54.01 | 72.93 | 44.49 | - |
| YUV | 209.66 | 99.97 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 239 | 160 | 0.28 | 0 | 0.33 | 0.06 | 111.65 | 0.71 | 0.78 |
| Hex | AB | EF | A0 | 1C | 0 | 21 | 6 | 70 | 47 | 4E |
| Octal | 253 | 357 | 240 | 34 | 0 | 41 | 6 | 160 | 107 | 116 |
| Binary | 10101011 | 11101111 | 10100000 | 11100 | 0 | 100001 | 110 | 1110000 | 1000111 | 1001110 |
Color Harmonies of #ABEFA0
Complementary color
Monochromatic Colors of #ABEFA0
Black with #ABEFA0
Text Example
Text Example
White with #ABEFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEFA0; }
p { color: rgb(171,239,160); }
H1.HeaderClassName
{
color: #ABEFA0;
}
.AnyTagClassName
{
color: #ABEFA0;
}
</style>
background-color css
<style>
a { background-color: #ABEFA0; }
a { background-color: rgb(171,239,160); }
div.DivClassName
{
background-color: #ABEFA0;
}
.BgClassName
{
background-color: #ABEFA0;
}
</style>
border-color css
<style>
span { border-color: #ABEFA0; }
span { border-color: rgb(171,239,160); }
td.TdClassName
{
border-color: #ABEFA0;
}
.TagClassName
{
border-color: #ABEFA0;
}
</style>