Shades of Feijoa #ABCC91
Tints of Feijoa #ABCC91
RGB
CMYK
RGB Variations
Color information
#ABCC91 (or 0xABCC91) is known color: Feijoa. HEX triplet: AB, CC and 91. RGB value is (171,204,145). Sum of RGB (Red+Green+Blue) = 171+204+145=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 145 (57.03% from 255 or 27.88% from 520); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCC91 is #54336E. Grayscale: #BBBBBB. Windows color (decimal): -5518191 or 9555115. OLE color: 9555115.
HSL color Cylindrical-coordinate representation of color #ABCC91: hue angle of 93.56º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABCC91 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 145 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.2 |
| HSL | 93.56º | 0.37% | 0.68% | - |
| HSV(B) | 93.56º | 0.29% | 0.8% | - |
| XYZ | 43.5 | 53.89 | 34.9 | - |
| YUV | 187.41 | 104.07 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 145 | 0.16 | 0 | 0.29 | 0.2 | 93.56 | 0.37 | 0.68 |
| Hex | AB | CC | 91 | 10 | 0 | 1D | 14 | 5E | 25 | 44 |
| Octal | 253 | 314 | 221 | 20 | 0 | 35 | 24 | 136 | 45 | 104 |
| Binary | 10101011 | 11001100 | 10010001 | 10000 | 0 | 11101 | 10100 | 1011110 | 100101 | 1000100 |
Color Harmonies of #ABCC91
Complementary color
Monochromatic Colors of #ABCC91
Black with #ABCC91
Text Example
Text Example
White with #ABCC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCC91; }
p { color: rgb(171,204,145); }
H1.HeaderClassName
{
color: #ABCC91;
}
.AnyTagClassName
{
color: #ABCC91;
}
</style>
background-color css
<style>
a { background-color: #ABCC91; }
a { background-color: rgb(171,204,145); }
div.DivClassName
{
background-color: #ABCC91;
}
.BgClassName
{
background-color: #ABCC91;
}
</style>
border-color css
<style>
span { border-color: #ABCC91; }
span { border-color: rgb(171,204,145); }
td.TdClassName
{
border-color: #ABCC91;
}
.TagClassName
{
border-color: #ABCC91;
}
</style>