Shades of Feijoa #ABE86F
Tints of Feijoa #ABE86F
RGB
CMYK
RGB Variations
Color information
#ABE86F (or 0xABE86F) is known color: Feijoa. HEX triplet: AB, E8 and 6F. RGB value is (171,232,111). Sum of RGB (Red+Green+Blue) = 171+232+111=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 232 (91.02% from 255 or 45.14% from 514); Blue value is 111 (43.75% from 255 or 21.60% from 514); Max value from RGB is 232 - color contains mainly: green. Hex color #ABE86F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABE86F is #541790. Grayscale: #C8C8C8. Windows color (decimal): -5511057 or 7334059. OLE color: 7334059.
HSL color Cylindrical-coordinate representation of color #ABE86F: hue angle of 90.25º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ABE86F is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 232 | 111 | - |
| CMYK | 0.26 | 0 | 0.52 | 0.09 |
| HSL | 90.25º | 0.72% | 0.67% | - |
| HSV(B) | 90.25º | 0.52% | 0.91% | - |
| XYZ | 48.52 | 67.52 | 25.51 | - |
| YUV | 199.97 | 77.79 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 232 | 111 | 0.26 | 0 | 0.52 | 0.09 | 90.25 | 0.72 | 0.67 |
| Hex | AB | E8 | 6F | 1A | 0 | 34 | 9 | 5A | 48 | 43 |
| Octal | 253 | 350 | 157 | 32 | 0 | 64 | 11 | 132 | 110 | 103 |
| Binary | 10101011 | 11101000 | 1101111 | 11010 | 0 | 110100 | 1001 | 1011010 | 1001000 | 1000011 |
Color Harmonies of #ABE86F
Complementary color
Monochromatic Colors of #ABE86F
Black with #ABE86F
Text Example
Text Example
White with #ABE86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE86F; }
p { color: rgb(171,232,111); }
H1.HeaderClassName
{
color: #ABE86F;
}
.AnyTagClassName
{
color: #ABE86F;
}
</style>
background-color css
<style>
a { background-color: #ABE86F; }
a { background-color: rgb(171,232,111); }
div.DivClassName
{
background-color: #ABE86F;
}
.BgClassName
{
background-color: #ABE86F;
}
</style>
border-color css
<style>
span { border-color: #ABE86F; }
span { border-color: rgb(171,232,111); }
td.TdClassName
{
border-color: #ABE86F;
}
.TagClassName
{
border-color: #ABE86F;
}
</style>