Shades of Madang #ABF49A
Tints of Madang #ABF49A
RGB
CMYK
RGB Variations
Color information
#ABF49A (or 0xABF49A) is known color: Madang. HEX triplet: AB, F4 and 9A. RGB value is (171,244,154). Sum of RGB (Red+Green+Blue) = 171+244+154=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 244 (95.70% from 255 or 42.88% from 569); Blue value is 154 (60.55% from 255 or 27.07% from 569); Max value from RGB is 244 - color contains mainly: green. Hex color #ABF49A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF49A is #540B65. Grayscale: #D4D4D4. Windows color (decimal): -5507942 or 10155179. OLE color: 10155179.
HSL color Cylindrical-coordinate representation of color #ABF49A: hue angle of 108.67º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABF49A is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 244 | 154 | - |
| CMYK | 0.30 | 0 | 0.37 | 0.04 |
| HSL | 108.67º | 0.8% | 0.78% | - |
| HSV(B) | 108.67º | 0.37% | 0.96% | - |
| XYZ | 54.98 | 75.69 | 42.28 | - |
| YUV | 211.91 | 95.32 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 244 | 154 | 0.30 | 0 | 0.37 | 0.04 | 108.67 | 0.8 | 0.78 |
| Hex | AB | F4 | 9A | 1E | 0 | 25 | 4 | 6D | 50 | 4E |
| Octal | 253 | 364 | 232 | 36 | 0 | 45 | 4 | 155 | 120 | 116 |
| Binary | 10101011 | 11110100 | 10011010 | 11110 | 0 | 100101 | 100 | 1101101 | 1010000 | 1001110 |
Color Harmonies of #ABF49A
Complementary color
Monochromatic Colors of #ABF49A
Black with #ABF49A
Text Example
Text Example
White with #ABF49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF49A; }
p { color: rgb(171,244,154); }
H1.HeaderClassName
{
color: #ABF49A;
}
.AnyTagClassName
{
color: #ABF49A;
}
</style>
background-color css
<style>
a { background-color: #ABF49A; }
a { background-color: rgb(171,244,154); }
div.DivClassName
{
background-color: #ABF49A;
}
.BgClassName
{
background-color: #ABF49A;
}
</style>
border-color css
<style>
span { border-color: #ABF49A; }
span { border-color: rgb(171,244,154); }
td.TdClassName
{
border-color: #ABF49A;
}
.TagClassName
{
border-color: #ABF49A;
}
</style>