Shades of Feijoa #ABCF91
Tints of Feijoa #ABCF91
RGB
CMYK
RGB Variations
Color information
#ABCF91 (or 0xABCF91) is known color: Feijoa. HEX triplet: AB, CF and 91. RGB value is (171,207,145). Sum of RGB (Red+Green+Blue) = 171+207+145=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 145 (57.03% from 255 or 27.72% from 523); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCF91 is #54306E. Grayscale: #BDBDBD. Windows color (decimal): -5517423 or 9555883. OLE color: 9555883.
HSL color Cylindrical-coordinate representation of color #ABCF91: hue angle of 94.84º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABCF91 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 145 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.19 |
| HSL | 94.84º | 0.39% | 0.69% | - |
| HSV(B) | 94.84º | 0.3% | 0.81% | - |
| XYZ | 44.22 | 55.33 | 35.14 | - |
| YUV | 189.17 | 103.07 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 145 | 0.17 | 0 | 0.30 | 0.19 | 94.84 | 0.39 | 0.69 |
| Hex | AB | CF | 91 | 11 | 0 | 1E | 13 | 5F | 27 | 45 |
| Octal | 253 | 317 | 221 | 21 | 0 | 36 | 23 | 137 | 47 | 105 |
| Binary | 10101011 | 11001111 | 10010001 | 10001 | 0 | 11110 | 10011 | 1011111 | 100111 | 1000101 |
Color Harmonies of #ABCF91
Complementary color
Monochromatic Colors of #ABCF91
Black with #ABCF91
Text Example
Text Example
White with #ABCF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCF91; }
p { color: rgb(171,207,145); }
H1.HeaderClassName
{
color: #ABCF91;
}
.AnyTagClassName
{
color: #ABCF91;
}
</style>
background-color css
<style>
a { background-color: #ABCF91; }
a { background-color: rgb(171,207,145); }
div.DivClassName
{
background-color: #ABCF91;
}
.BgClassName
{
background-color: #ABCF91;
}
</style>
border-color css
<style>
span { border-color: #ABCF91; }
span { border-color: rgb(171,207,145); }
td.TdClassName
{
border-color: #ABCF91;
}
.TagClassName
{
border-color: #ABCF91;
}
</style>