Shades of Feijoa #ABF286
Tints of Feijoa #ABF286
RGB
CMYK
RGB Variations
Color information
#ABF286 (or 0xABF286) is known color: Feijoa. HEX triplet: AB, F2 and 86. RGB value is (171,242,134). Sum of RGB (Red+Green+Blue) = 171+242+134=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 242 (94.92% from 255 or 44.24% from 547); Blue value is 134 (52.73% from 255 or 24.50% from 547); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF286 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF286 is #540D79. Grayscale: #D0D0D0. Windows color (decimal): -5508474 or 8843947. OLE color: 8843947.
HSL color Cylindrical-coordinate representation of color #ABF286: hue angle of 99.44º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ABF286 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 242 | 134 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.05 |
| HSL | 99.44º | 0.81% | 0.74% | - |
| HSV(B) | 99.44º | 0.45% | 0.95% | - |
| XYZ | 52.85 | 73.88 | 34.03 | - |
| YUV | 208.46 | 85.98 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 242 | 134 | 0.29 | 0 | 0.45 | 0.05 | 99.44 | 0.81 | 0.74 |
| Hex | AB | F2 | 86 | 1D | 0 | 2D | 5 | 63 | 51 | 4A |
| Octal | 253 | 362 | 206 | 35 | 0 | 55 | 5 | 143 | 121 | 112 |
| Binary | 10101011 | 11110010 | 10000110 | 11101 | 0 | 101101 | 101 | 1100011 | 1010001 | 1001010 |
Color Harmonies of #ABF286
Complementary color
Monochromatic Colors of #ABF286
Black with #ABF286
Text Example
Text Example
White with #ABF286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF286; }
p { color: rgb(171,242,134); }
H1.HeaderClassName
{
color: #ABF286;
}
.AnyTagClassName
{
color: #ABF286;
}
</style>
background-color css
<style>
a { background-color: #ABF286; }
a { background-color: rgb(171,242,134); }
div.DivClassName
{
background-color: #ABF286;
}
.BgClassName
{
background-color: #ABF286;
}
</style>
border-color css
<style>
span { border-color: #ABF286; }
span { border-color: rgb(171,242,134); }
td.TdClassName
{
border-color: #ABF286;
}
.TagClassName
{
border-color: #ABF286;
}
</style>