Shades of Feijoa #ABE86D
Tints of Feijoa #ABE86D
RGB
CMYK
RGB Variations
Color information
#ABE86D (or 0xABE86D) is known color: Feijoa. HEX triplet: AB, E8 and 6D. RGB value is (171,232,109). Sum of RGB (Red+Green+Blue) = 171+232+109=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 232 (91.02% from 255 or 45.31% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 232 - color contains mainly: green. Hex color #ABE86D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABE86D is #541792. Grayscale: #C8C8C8. Windows color (decimal): -5511059 or 7202987. OLE color: 7202987.
HSL color Cylindrical-coordinate representation of color #ABE86D: hue angle of 89.76º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ABE86D is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 232 | 109 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.09 |
| HSL | 89.76º | 0.73% | 0.67% | - |
| HSV(B) | 89.76º | 0.53% | 0.91% | - |
| XYZ | 48.41 | 67.48 | 24.94 | - |
| YUV | 199.74 | 76.79 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 232 | 109 | 0.26 | 0 | 0.53 | 0.09 | 89.76 | 0.73 | 0.67 |
| Hex | AB | E8 | 6D | 1A | 0 | 35 | 9 | 5A | 49 | 43 |
| Octal | 253 | 350 | 155 | 32 | 0 | 65 | 11 | 132 | 111 | 103 |
| Binary | 10101011 | 11101000 | 1101101 | 11010 | 0 | 110101 | 1001 | 1011010 | 1001001 | 1000011 |
Color Harmonies of #ABE86D
Complementary color
Monochromatic Colors of #ABE86D
Black with #ABE86D
Text Example
Text Example
White with #ABE86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE86D; }
p { color: rgb(171,232,109); }
H1.HeaderClassName
{
color: #ABE86D;
}
.AnyTagClassName
{
color: #ABE86D;
}
</style>
background-color css
<style>
a { background-color: #ABE86D; }
a { background-color: rgb(171,232,109); }
div.DivClassName
{
background-color: #ABE86D;
}
.BgClassName
{
background-color: #ABE86D;
}
</style>
border-color css
<style>
span { border-color: #ABE86D; }
span { border-color: rgb(171,232,109); }
td.TdClassName
{
border-color: #ABE86D;
}
.TagClassName
{
border-color: #ABE86D;
}
</style>