Shades of Feijoa #A7CB85
Tints of Feijoa #A7CB85
RGB
CMYK
RGB Variations
Color information
#A7CB85 (or 0xA7CB85) is known color: Feijoa. HEX triplet: A7, CB and 85. RGB value is (167,203,133). Sum of RGB (Red+Green+Blue) = 167+203+133=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 203 - color contains mainly: green. Hex color #A7CB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CB85 is #58347A. Grayscale: #B8B8B8. Windows color (decimal): -5780603 or 8768423. OLE color: 8768423.
HSL color Cylindrical-coordinate representation of color #A7CB85: hue angle of 90.86º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7CB85 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 203 | 133 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.20 |
| HSL | 90.86º | 0.4% | 0.66% | - |
| HSV(B) | 90.86º | 0.34% | 0.8% | - |
| XYZ | 41.53 | 52.62 | 30.16 | - |
| YUV | 184.26 | 99.07 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 203 | 133 | 0.18 | 0 | 0.34 | 0.20 | 90.86 | 0.4 | 0.66 |
| Hex | A7 | CB | 85 | 12 | 0 | 22 | 14 | 5B | 28 | 42 |
| Octal | 247 | 313 | 205 | 22 | 0 | 42 | 24 | 133 | 50 | 102 |
| Binary | 10100111 | 11001011 | 10000101 | 10010 | 0 | 100010 | 10100 | 1011011 | 101000 | 1000010 |
Color Harmonies of #A7CB85
Complementary color
Monochromatic Colors of #A7CB85
Black with #A7CB85
Text Example
Text Example
White with #A7CB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CB85; }
p { color: rgb(167,203,133); }
H1.HeaderClassName
{
color: #A7CB85;
}
.AnyTagClassName
{
color: #A7CB85;
}
</style>
background-color css
<style>
a { background-color: #A7CB85; }
a { background-color: rgb(167,203,133); }
div.DivClassName
{
background-color: #A7CB85;
}
.BgClassName
{
background-color: #A7CB85;
}
</style>
border-color css
<style>
span { border-color: #A7CB85; }
span { border-color: rgb(167,203,133); }
td.TdClassName
{
border-color: #A7CB85;
}
.TagClassName
{
border-color: #A7CB85;
}
</style>