Shades of Feijoa #ABF588
Tints of Feijoa #ABF588
RGB
CMYK
RGB Variations
Color information
#ABF588 (or 0xABF588) is known color: Feijoa. HEX triplet: AB, F5 and 88. RGB value is (171,245,136). Sum of RGB (Red+Green+Blue) = 171+245+136=552 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.98% from 552); Green value is 245 (96.09% from 255 or 44.38% from 552); Blue value is 136 (53.52% from 255 or 24.64% from 552); Max value from RGB is 245 - color contains mainly: green. Hex color #ABF588 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF588 is #540A77. Grayscale: #D2D2D2. Windows color (decimal): -5507704 or 8975787. OLE color: 8975787.
HSL color Cylindrical-coordinate representation of color #ABF588: hue angle of 100.73º degrees, saturation: 0.84, 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 #ABF588 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 245 | 136 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.04 |
| HSL | 100.73º | 0.84% | 0.75% | - |
| HSV(B) | 100.73º | 0.44% | 0.96% | - |
| XYZ | 53.89 | 75.74 | 35.07 | - |
| YUV | 210.45 | 85.98 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 245 | 136 | 0.30 | 0 | 0.44 | 0.04 | 100.73 | 0.84 | 0.75 |
| Hex | AB | F5 | 88 | 1E | 0 | 2C | 4 | 65 | 54 | 4B |
| Octal | 253 | 365 | 210 | 36 | 0 | 54 | 4 | 145 | 124 | 113 |
| Binary | 10101011 | 11110101 | 10001000 | 11110 | 0 | 101100 | 100 | 1100101 | 1010100 | 1001011 |
Color Harmonies of #ABF588
Complementary color
Monochromatic Colors of #ABF588
Black with #ABF588
Text Example
Text Example
White with #ABF588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF588; }
p { color: rgb(171,245,136); }
H1.HeaderClassName
{
color: #ABF588;
}
.AnyTagClassName
{
color: #ABF588;
}
</style>
background-color css
<style>
a { background-color: #ABF588; }
a { background-color: rgb(171,245,136); }
div.DivClassName
{
background-color: #ABF588;
}
.BgClassName
{
background-color: #ABF588;
}
</style>
border-color css
<style>
span { border-color: #ABF588; }
span { border-color: rgb(171,245,136); }
td.TdClassName
{
border-color: #ABF588;
}
.TagClassName
{
border-color: #ABF588;
}
</style>