Shades of Feijoa #A8CB7F
Tints of Feijoa #A8CB7F
RGB
CMYK
RGB Variations
Color information
#A8CB7F (or 0xA8CB7F) is known color: Feijoa. HEX triplet: A8, CB and 7F. RGB value is (168,203,127). Sum of RGB (Red+Green+Blue) = 168+203+127=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CB7F is #573480. Grayscale: #B8B8B8. Windows color (decimal): -5715073 or 8375208. OLE color: 8375208.
HSL color Cylindrical-coordinate representation of color #A8CB7F: hue angle of 87.63º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8CB7F is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 127 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.20 |
| HSL | 87.63º | 0.42% | 0.65% | - |
| HSV(B) | 87.63º | 0.37% | 0.8% | - |
| XYZ | 41.34 | 52.57 | 28.05 | - |
| YUV | 183.87 | 95.9 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 127 | 0.17 | 0 | 0.37 | 0.20 | 87.63 | 0.42 | 0.65 |
| Hex | A8 | CB | 7F | 11 | 0 | 25 | 14 | 58 | 2A | 41 |
| Octal | 250 | 313 | 177 | 21 | 0 | 45 | 24 | 130 | 52 | 101 |
| Binary | 10101000 | 11001011 | 1111111 | 10001 | 0 | 100101 | 10100 | 1011000 | 101010 | 1000001 |
Color Harmonies of #A8CB7F
Complementary color
Monochromatic Colors of #A8CB7F
Black with #A8CB7F
Text Example
Text Example
White with #A8CB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CB7F; }
p { color: rgb(168,203,127); }
H1.HeaderClassName
{
color: #A8CB7F;
}
.AnyTagClassName
{
color: #A8CB7F;
}
</style>
background-color css
<style>
a { background-color: #A8CB7F; }
a { background-color: rgb(168,203,127); }
div.DivClassName
{
background-color: #A8CB7F;
}
.BgClassName
{
background-color: #A8CB7F;
}
</style>
border-color css
<style>
span { border-color: #A8CB7F; }
span { border-color: rgb(168,203,127); }
td.TdClassName
{
border-color: #A8CB7F;
}
.TagClassName
{
border-color: #A8CB7F;
}
</style>