Shades of Feijoa #ABF488
Tints of Feijoa #ABF488
RGB
CMYK
RGB Variations
Color information
#ABF488 (or 0xABF488) is known color: Feijoa. HEX triplet: AB, F4 and 88. RGB value is (171,244,136). Sum of RGB (Red+Green+Blue) = 171+244+136=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 244 (95.70% from 255 or 44.28% from 551); Blue value is 136 (53.52% from 255 or 24.68% from 551); Max value from RGB is 244 - color contains mainly: green. Hex color #ABF488 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF488 is #540B77. Grayscale: #D2D2D2. Windows color (decimal): -5507960 or 8975531. OLE color: 8975531.
HSL color Cylindrical-coordinate representation of color #ABF488: hue angle of 100.56º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABF488 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 244 | 136 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.04 |
| HSL | 100.56º | 0.83% | 0.75% | - |
| HSV(B) | 100.56º | 0.44% | 0.96% | - |
| XYZ | 53.59 | 75.14 | 34.97 | - |
| YUV | 209.86 | 86.32 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 244 | 136 | 0.30 | 0 | 0.44 | 0.04 | 100.56 | 0.83 | 0.75 |
| Hex | AB | F4 | 88 | 1E | 0 | 2C | 4 | 65 | 53 | 4B |
| Octal | 253 | 364 | 210 | 36 | 0 | 54 | 4 | 145 | 123 | 113 |
| Binary | 10101011 | 11110100 | 10001000 | 11110 | 0 | 101100 | 100 | 1100101 | 1010011 | 1001011 |
Color Harmonies of #ABF488
Complementary color
Monochromatic Colors of #ABF488
Black with #ABF488
Text Example
Text Example
White with #ABF488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF488; }
p { color: rgb(171,244,136); }
H1.HeaderClassName
{
color: #ABF488;
}
.AnyTagClassName
{
color: #ABF488;
}
</style>
background-color css
<style>
a { background-color: #ABF488; }
a { background-color: rgb(171,244,136); }
div.DivClassName
{
background-color: #ABF488;
}
.BgClassName
{
background-color: #ABF488;
}
</style>
border-color css
<style>
span { border-color: #ABF488; }
span { border-color: rgb(171,244,136); }
td.TdClassName
{
border-color: #ABF488;
}
.TagClassName
{
border-color: #ABF488;
}
</style>