Shades of Feijoa #ABF288
Tints of Feijoa #ABF288
RGB
CMYK
RGB Variations
Color information
#ABF288 (or 0xABF288) is known color: Feijoa. HEX triplet: AB, F2 and 88. RGB value is (171,242,136). Sum of RGB (Red+Green+Blue) = 171+242+136=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 242 (94.92% from 255 or 44.08% from 549); Blue value is 136 (53.52% from 255 or 24.77% from 549); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF288 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF288 is #540D77. Grayscale: #D1D1D1. Windows color (decimal): -5508472 or 8975019. OLE color: 8975019.
HSL color Cylindrical-coordinate representation of color #ABF288: hue angle of 100.19º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABF288 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 242 | 136 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.05 |
| HSL | 100.19º | 0.8% | 0.74% | - |
| HSV(B) | 100.19º | 0.44% | 0.95% | - |
| XYZ | 52.99 | 73.94 | 34.77 | - |
| YUV | 208.69 | 86.98 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 242 | 136 | 0.29 | 0 | 0.44 | 0.05 | 100.19 | 0.8 | 0.74 |
| Hex | AB | F2 | 88 | 1D | 0 | 2C | 5 | 64 | 50 | 4A |
| Octal | 253 | 362 | 210 | 35 | 0 | 54 | 5 | 144 | 120 | 112 |
| Binary | 10101011 | 11110010 | 10001000 | 11101 | 0 | 101100 | 101 | 1100100 | 1010000 | 1001010 |
Color Harmonies of #ABF288
Complementary color
Monochromatic Colors of #ABF288
Black with #ABF288
Text Example
Text Example
White with #ABF288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF288; }
p { color: rgb(171,242,136); }
H1.HeaderClassName
{
color: #ABF288;
}
.AnyTagClassName
{
color: #ABF288;
}
</style>
background-color css
<style>
a { background-color: #ABF288; }
a { background-color: rgb(171,242,136); }
div.DivClassName
{
background-color: #ABF288;
}
.BgClassName
{
background-color: #ABF288;
}
</style>
border-color css
<style>
span { border-color: #ABF288; }
span { border-color: rgb(171,242,136); }
td.TdClassName
{
border-color: #ABF288;
}
.TagClassName
{
border-color: #ABF288;
}
</style>