Shades of Feijoa #ABF386
Tints of Feijoa #ABF386
RGB
CMYK
RGB Variations
Color information
#ABF386 (or 0xABF386) is known color: Feijoa. HEX triplet: AB, F3 and 86. RGB value is (171,243,134). Sum of RGB (Red+Green+Blue) = 171+243+134=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 243 (95.31% from 255 or 44.34% from 548); Blue value is 134 (52.73% from 255 or 24.45% from 548); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF386 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF386 is #540C79. Grayscale: #D1D1D1. Windows color (decimal): -5508218 or 8844203. OLE color: 8844203.
HSL color Cylindrical-coordinate representation of color #ABF386: hue angle of 99.63º degrees, saturation: 0.82, 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 #ABF386 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 243 | 134 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.05 |
| HSL | 99.63º | 0.82% | 0.74% | - |
| HSV(B) | 99.63º | 0.45% | 0.95% | - |
| XYZ | 53.15 | 74.48 | 34.13 | - |
| YUV | 209.05 | 85.65 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 243 | 134 | 0.30 | 0 | 0.45 | 0.05 | 99.63 | 0.82 | 0.74 |
| Hex | AB | F3 | 86 | 1E | 0 | 2D | 5 | 64 | 52 | 4A |
| Octal | 253 | 363 | 206 | 36 | 0 | 55 | 5 | 144 | 122 | 112 |
| Binary | 10101011 | 11110011 | 10000110 | 11110 | 0 | 101101 | 101 | 1100100 | 1010010 | 1001010 |
Color Harmonies of #ABF386
Complementary color
Monochromatic Colors of #ABF386
Black with #ABF386
Text Example
Text Example
White with #ABF386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF386; }
p { color: rgb(171,243,134); }
H1.HeaderClassName
{
color: #ABF386;
}
.AnyTagClassName
{
color: #ABF386;
}
</style>
background-color css
<style>
a { background-color: #ABF386; }
a { background-color: rgb(171,243,134); }
div.DivClassName
{
background-color: #ABF386;
}
.BgClassName
{
background-color: #ABF386;
}
</style>
border-color css
<style>
span { border-color: #ABF386; }
span { border-color: rgb(171,243,134); }
td.TdClassName
{
border-color: #ABF386;
}
.TagClassName
{
border-color: #ABF386;
}
</style>