Shades of Madang #ABF19E
Tints of Madang #ABF19E
RGB
CMYK
RGB Variations
Color information
#ABF19E (or 0xABF19E) is known color: Madang. HEX triplet: AB, F1 and 9E. RGB value is (171,241,158). Sum of RGB (Red+Green+Blue) = 171+241+158=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 241 (94.53% from 255 or 42.28% from 570); Blue value is 158 (62.11% from 255 or 27.72% from 570); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF19E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF19E is #540E61. Grayscale: #D2D2D2. Windows color (decimal): -5508706 or 10416555. OLE color: 10416555.
HSL color Cylindrical-coordinate representation of color #ABF19E: hue angle of 110.6º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABF19E is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 241 | 158 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.05 |
| HSL | 110.6º | 0.75% | 0.78% | - |
| HSV(B) | 110.6º | 0.34% | 0.95% | - |
| XYZ | 54.42 | 74.04 | 43.77 | - |
| YUV | 210.61 | 98.31 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 241 | 158 | 0.29 | 0 | 0.34 | 0.05 | 110.6 | 0.75 | 0.78 |
| Hex | AB | F1 | 9E | 1D | 0 | 22 | 5 | 6F | 4B | 4E |
| Octal | 253 | 361 | 236 | 35 | 0 | 42 | 5 | 157 | 113 | 116 |
| Binary | 10101011 | 11110001 | 10011110 | 11101 | 0 | 100010 | 101 | 1101111 | 1001011 | 1001110 |
Color Harmonies of #ABF19E
Complementary color
Monochromatic Colors of #ABF19E
Black with #ABF19E
Text Example
Text Example
White with #ABF19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF19E; }
p { color: rgb(171,241,158); }
H1.HeaderClassName
{
color: #ABF19E;
}
.AnyTagClassName
{
color: #ABF19E;
}
</style>
background-color css
<style>
a { background-color: #ABF19E; }
a { background-color: rgb(171,241,158); }
div.DivClassName
{
background-color: #ABF19E;
}
.BgClassName
{
background-color: #ABF19E;
}
</style>
border-color css
<style>
span { border-color: #ABF19E; }
span { border-color: rgb(171,241,158); }
td.TdClassName
{
border-color: #ABF19E;
}
.TagClassName
{
border-color: #ABF19E;
}
</style>