Shades of Madang #ABEC9D
Tints of Madang #ABEC9D
RGB
CMYK
RGB Variations
Color information
#ABEC9D (or 0xABEC9D) is known color: Madang. HEX triplet: AB, EC and 9D. RGB value is (171,236,157). Sum of RGB (Red+Green+Blue) = 171+236+157=564 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.32% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 157 (61.72% from 255 or 27.84% from 564); Max value from RGB is 236 - color contains mainly: green. Hex color #ABEC9D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABEC9D is #541362. Grayscale: #CFCFCF. Windows color (decimal): -5509987 or 10349739. OLE color: 10349739.
HSL color Cylindrical-coordinate representation of color #ABEC9D: hue angle of 109.37º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABEC9D is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 236 | 157 | - |
| CMYK | 0.28 | 0 | 0.33 | 0.07 |
| HSL | 109.37º | 0.68% | 0.77% | - |
| HSV(B) | 109.37º | 0.33% | 0.93% | - |
| XYZ | 52.88 | 71.08 | 42.83 | - |
| YUV | 207.56 | 99.47 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 157 | 0.28 | 0 | 0.33 | 0.07 | 109.37 | 0.68 | 0.77 |
| Hex | AB | EC | 9D | 1C | 0 | 21 | 7 | 6D | 44 | 4D |
| Octal | 253 | 354 | 235 | 34 | 0 | 41 | 7 | 155 | 104 | 115 |
| Binary | 10101011 | 11101100 | 10011101 | 11100 | 0 | 100001 | 111 | 1101101 | 1000100 | 1001101 |
Color Harmonies of #ABEC9D
Complementary color
Monochromatic Colors of #ABEC9D
Black with #ABEC9D
Text Example
Text Example
White with #ABEC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEC9D; }
p { color: rgb(171,236,157); }
H1.HeaderClassName
{
color: #ABEC9D;
}
.AnyTagClassName
{
color: #ABEC9D;
}
</style>
background-color css
<style>
a { background-color: #ABEC9D; }
a { background-color: rgb(171,236,157); }
div.DivClassName
{
background-color: #ABEC9D;
}
.BgClassName
{
background-color: #ABEC9D;
}
</style>
border-color css
<style>
span { border-color: #ABEC9D; }
span { border-color: rgb(171,236,157); }
td.TdClassName
{
border-color: #ABEC9D;
}
.TagClassName
{
border-color: #ABEC9D;
}
</style>