Shades of Feijoa #A8CB91
Tints of Feijoa #A8CB91
RGB
CMYK
RGB Variations
Color information
#A8CB91 (or 0xA8CB91) is known color: Feijoa. HEX triplet: A8, CB and 91. RGB value is (168,203,145). Sum of RGB (Red+Green+Blue) = 168+203+145=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CB91 is #57346E. Grayscale: #BABABA. Windows color (decimal): -5715055 or 9554856. OLE color: 9554856.
HSL color Cylindrical-coordinate representation of color #A8CB91: hue angle of 96.21º degrees, saturation: 0.36, 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 #A8CB91 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 145 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.20 |
| HSL | 96.21º | 0.36% | 0.68% | - |
| HSV(B) | 96.21º | 0.29% | 0.8% | - |
| XYZ | 42.62 | 53.08 | 34.79 | - |
| YUV | 185.92 | 104.9 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 145 | 0.17 | 0 | 0.29 | 0.20 | 96.21 | 0.36 | 0.68 |
| Hex | A8 | CB | 91 | 11 | 0 | 1D | 14 | 60 | 24 | 44 |
| Octal | 250 | 313 | 221 | 21 | 0 | 35 | 24 | 140 | 44 | 104 |
| Binary | 10101000 | 11001011 | 10010001 | 10001 | 0 | 11101 | 10100 | 1100000 | 100100 | 1000100 |
Color Harmonies of #A8CB91
Complementary color
Monochromatic Colors of #A8CB91
Black with #A8CB91
Text Example
Text Example
White with #A8CB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CB91; }
p { color: rgb(168,203,145); }
H1.HeaderClassName
{
color: #A8CB91;
}
.AnyTagClassName
{
color: #A8CB91;
}
</style>
background-color css
<style>
a { background-color: #A8CB91; }
a { background-color: rgb(168,203,145); }
div.DivClassName
{
background-color: #A8CB91;
}
.BgClassName
{
background-color: #A8CB91;
}
</style>
border-color css
<style>
span { border-color: #A8CB91; }
span { border-color: rgb(168,203,145); }
td.TdClassName
{
border-color: #A8CB91;
}
.TagClassName
{
border-color: #A8CB91;
}
</style>