Shades of Feijoa #ABF686
Tints of Feijoa #ABF686
RGB
CMYK
RGB Variations
Color information
#ABF686 (or 0xABF686) is known color: Feijoa. HEX triplet: AB, F6 and 86. RGB value is (171,246,134). Sum of RGB (Red+Green+Blue) = 171+246+134=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 246 (96.48% from 255 or 44.65% from 551); Blue value is 134 (52.73% from 255 or 24.32% from 551); Max value from RGB is 246 - color contains mainly: green. Hex color #ABF686 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF686 is #540979. Grayscale: #D3D3D3. Windows color (decimal): -5507450 or 8844971. OLE color: 8844971.
HSL color Cylindrical-coordinate representation of color #ABF686: hue angle of 100.18º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ABF686 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 246 | 134 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.04 |
| HSL | 100.18º | 0.86% | 0.75% | - |
| HSV(B) | 100.18º | 0.46% | 0.96% | - |
| XYZ | 54.05 | 76.29 | 34.43 | - |
| YUV | 210.81 | 84.65 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 246 | 134 | 0.30 | 0 | 0.46 | 0.04 | 100.18 | 0.86 | 0.75 |
| Hex | AB | F6 | 86 | 1E | 0 | 2E | 4 | 64 | 56 | 4B |
| Octal | 253 | 366 | 206 | 36 | 0 | 56 | 4 | 144 | 126 | 113 |
| Binary | 10101011 | 11110110 | 10000110 | 11110 | 0 | 101110 | 100 | 1100100 | 1010110 | 1001011 |
Color Harmonies of #ABF686
Complementary color
Monochromatic Colors of #ABF686
Black with #ABF686
Text Example
Text Example
White with #ABF686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF686; }
p { color: rgb(171,246,134); }
H1.HeaderClassName
{
color: #ABF686;
}
.AnyTagClassName
{
color: #ABF686;
}
</style>
background-color css
<style>
a { background-color: #ABF686; }
a { background-color: rgb(171,246,134); }
div.DivClassName
{
background-color: #ABF686;
}
.BgClassName
{
background-color: #ABF686;
}
</style>
border-color css
<style>
span { border-color: #ABF686; }
span { border-color: rgb(171,246,134); }
td.TdClassName
{
border-color: #ABF686;
}
.TagClassName
{
border-color: #ABF686;
}
</style>