Shades of Feijoa #ABCF89
Tints of Feijoa #ABCF89
RGB
CMYK
RGB Variations
Color information
#ABCF89 (or 0xABCF89) is known color: Feijoa. HEX triplet: AB, CF and 89. RGB value is (171,207,137). Sum of RGB (Red+Green+Blue) = 171+207+137=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 207 (81.25% from 255 or 40.19% from 515); Blue value is 137 (53.91% from 255 or 26.60% from 515); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCF89 is #543076. Grayscale: #BCBCBC. Windows color (decimal): -5517431 or 9031595. OLE color: 9031595.
HSL color Cylindrical-coordinate representation of color #ABCF89: hue angle of 90.86º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABCF89 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 137 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.19 |
| HSL | 90.86º | 0.42% | 0.67% | - |
| HSV(B) | 90.86º | 0.34% | 0.81% | - |
| XYZ | 43.62 | 55.09 | 32 | - |
| YUV | 188.26 | 99.07 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 137 | 0.17 | 0 | 0.34 | 0.19 | 90.86 | 0.42 | 0.67 |
| Hex | AB | CF | 89 | 11 | 0 | 22 | 13 | 5B | 2A | 43 |
| Octal | 253 | 317 | 211 | 21 | 0 | 42 | 23 | 133 | 52 | 103 |
| Binary | 10101011 | 11001111 | 10001001 | 10001 | 0 | 100010 | 10011 | 1011011 | 101010 | 1000011 |
Color Harmonies of #ABCF89
Complementary color
Monochromatic Colors of #ABCF89
Black with #ABCF89
Text Example
Text Example
White with #ABCF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCF89; }
p { color: rgb(171,207,137); }
H1.HeaderClassName
{
color: #ABCF89;
}
.AnyTagClassName
{
color: #ABCF89;
}
</style>
background-color css
<style>
a { background-color: #ABCF89; }
a { background-color: rgb(171,207,137); }
div.DivClassName
{
background-color: #ABCF89;
}
.BgClassName
{
background-color: #ABCF89;
}
</style>
border-color css
<style>
span { border-color: #ABCF89; }
span { border-color: rgb(171,207,137); }
td.TdClassName
{
border-color: #ABCF89;
}
.TagClassName
{
border-color: #ABCF89;
}
</style>