Shades of Feijoa #ABE86C
Tints of Feijoa #ABE86C
RGB
CMYK
RGB Variations
Color information
#ABE86C (or 0xABE86C) is known color: Feijoa. HEX triplet: AB, E8 and 6C. RGB value is (171,232,108). Sum of RGB (Red+Green+Blue) = 171+232+108=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 232 (91.02% from 255 or 45.40% from 511); Blue value is 108 (42.58% from 255 or 21.14% from 511); Max value from RGB is 232 - color contains mainly: green. Hex color #ABE86C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABE86C is #541793. Grayscale: #C8C8C8. Windows color (decimal): -5511060 or 7137451. OLE color: 7137451.
HSL color Cylindrical-coordinate representation of color #ABE86C: hue angle of 89.52º 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 #ABE86C is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 232 | 108 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.09 |
| HSL | 89.52º | 0.73% | 0.67% | - |
| HSV(B) | 89.52º | 0.53% | 0.91% | - |
| XYZ | 48.36 | 67.45 | 24.66 | - |
| YUV | 199.63 | 76.29 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 232 | 108 | 0.26 | 0 | 0.53 | 0.09 | 89.52 | 0.73 | 0.67 |
| Hex | AB | E8 | 6C | 1A | 0 | 35 | 9 | 5A | 49 | 43 |
| Octal | 253 | 350 | 154 | 32 | 0 | 65 | 11 | 132 | 111 | 103 |
| Binary | 10101011 | 11101000 | 1101100 | 11010 | 0 | 110101 | 1001 | 1011010 | 1001001 | 1000011 |
Color Harmonies of #ABE86C
Complementary color
Monochromatic Colors of #ABE86C
Black with #ABE86C
Text Example
Text Example
White with #ABE86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE86C; }
p { color: rgb(171,232,108); }
H1.HeaderClassName
{
color: #ABE86C;
}
.AnyTagClassName
{
color: #ABE86C;
}
</style>
background-color css
<style>
a { background-color: #ABE86C; }
a { background-color: rgb(171,232,108); }
div.DivClassName
{
background-color: #ABE86C;
}
.BgClassName
{
background-color: #ABE86C;
}
</style>
border-color css
<style>
span { border-color: #ABE86C; }
span { border-color: rgb(171,232,108); }
td.TdClassName
{
border-color: #ABE86C;
}
.TagClassName
{
border-color: #ABE86C;
}
</style>