Shades of Feijoa #A8CB87
Tints of Feijoa #A8CB87
RGB
CMYK
RGB Variations
Color information
#A8CB87 (or 0xA8CB87) is known color: Feijoa. HEX triplet: A8, CB and 87. RGB value is (168,203,135). Sum of RGB (Red+Green+Blue) = 168+203+135=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 135 (53.12% from 255 or 26.68% from 506); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CB87 is #573478. Grayscale: #B9B9B9. Windows color (decimal): -5715065 or 8899496. OLE color: 8899496.
HSL color Cylindrical-coordinate representation of color #A8CB87: hue angle of 90.88º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8CB87 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 135 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.20 |
| HSL | 90.88º | 0.4% | 0.66% | - |
| HSV(B) | 90.88º | 0.33% | 0.8% | - |
| XYZ | 41.88 | 52.79 | 30.9 | - |
| YUV | 184.78 | 99.9 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 135 | 0.17 | 0 | 0.33 | 0.20 | 90.88 | 0.4 | 0.66 |
| Hex | A8 | CB | 87 | 11 | 0 | 21 | 14 | 5B | 28 | 42 |
| Octal | 250 | 313 | 207 | 21 | 0 | 41 | 24 | 133 | 50 | 102 |
| Binary | 10101000 | 11001011 | 10000111 | 10001 | 0 | 100001 | 10100 | 1011011 | 101000 | 1000010 |
Color Harmonies of #A8CB87
Complementary color
Monochromatic Colors of #A8CB87
Black with #A8CB87
Text Example
Text Example
White with #A8CB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CB87; }
p { color: rgb(168,203,135); }
H1.HeaderClassName
{
color: #A8CB87;
}
.AnyTagClassName
{
color: #A8CB87;
}
</style>
background-color css
<style>
a { background-color: #A8CB87; }
a { background-color: rgb(168,203,135); }
div.DivClassName
{
background-color: #A8CB87;
}
.BgClassName
{
background-color: #A8CB87;
}
</style>
border-color css
<style>
span { border-color: #A8CB87; }
span { border-color: rgb(168,203,135); }
td.TdClassName
{
border-color: #A8CB87;
}
.TagClassName
{
border-color: #A8CB87;
}
</style>