Shades of Feijoa #ABE871
Tints of Feijoa #ABE871
RGB
CMYK
RGB Variations
Color information
#ABE871 (or 0xABE871) is known color: Feijoa. HEX triplet: AB, E8 and 71. RGB value is (171,232,113). Sum of RGB (Red+Green+Blue) = 171+232+113=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 232 (91.02% from 255 or 44.96% from 516); Blue value is 113 (44.53% from 255 or 21.90% from 516); Max value from RGB is 232 - color contains mainly: green. Hex color #ABE871 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABE871 is #54178E. Grayscale: #C8C8C8. Windows color (decimal): -5511055 or 7465131. OLE color: 7465131.
HSL color Cylindrical-coordinate representation of color #ABE871: hue angle of 90.76º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ABE871 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 232 | 113 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.09 |
| HSL | 90.76º | 0.72% | 0.68% | - |
| HSV(B) | 90.76º | 0.51% | 0.91% | - |
| XYZ | 48.63 | 67.56 | 26.1 | - |
| YUV | 200.2 | 78.79 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 232 | 113 | 0.26 | 0 | 0.51 | 0.09 | 90.76 | 0.72 | 0.68 |
| Hex | AB | E8 | 71 | 1A | 0 | 33 | 9 | 5B | 48 | 44 |
| Octal | 253 | 350 | 161 | 32 | 0 | 63 | 11 | 133 | 110 | 104 |
| Binary | 10101011 | 11101000 | 1110001 | 11010 | 0 | 110011 | 1001 | 1011011 | 1001000 | 1000100 |
Color Harmonies of #ABE871
Complementary color
Monochromatic Colors of #ABE871
Black with #ABE871
Text Example
Text Example
White with #ABE871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE871; }
p { color: rgb(171,232,113); }
H1.HeaderClassName
{
color: #ABE871;
}
.AnyTagClassName
{
color: #ABE871;
}
</style>
background-color css
<style>
a { background-color: #ABE871; }
a { background-color: rgb(171,232,113); }
div.DivClassName
{
background-color: #ABE871;
}
.BgClassName
{
background-color: #ABE871;
}
</style>
border-color css
<style>
span { border-color: #ABE871; }
span { border-color: rgb(171,232,113); }
td.TdClassName
{
border-color: #ABE871;
}
.TagClassName
{
border-color: #ABE871;
}
</style>