Shades of Feijoa #A7CA8F
Tints of Feijoa #A7CA8F
RGB
CMYK
RGB Variations
Color information
#A7CA8F (or 0xA7CA8F) is known color: Feijoa. HEX triplet: A7, CA and 8F. RGB value is (167,202,143). Sum of RGB (Red+Green+Blue) = 167+202+143=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CA8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CA8F is #583570. Grayscale: #B9B9B9. Windows color (decimal): -5780849 or 9423527. OLE color: 9423527.
HSL color Cylindrical-coordinate representation of color #A7CA8F: hue angle of 95.59º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7CA8F is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 202 | 143 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.21 |
| HSL | 95.59º | 0.36% | 0.68% | - |
| HSV(B) | 95.59º | 0.29% | 0.79% | - |
| XYZ | 42.01 | 52.44 | 33.89 | - |
| YUV | 184.81 | 104.4 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 202 | 143 | 0.17 | 0 | 0.29 | 0.21 | 95.59 | 0.36 | 0.68 |
| Hex | A7 | CA | 8F | 11 | 0 | 1D | 15 | 60 | 24 | 44 |
| Octal | 247 | 312 | 217 | 21 | 0 | 35 | 25 | 140 | 44 | 104 |
| Binary | 10100111 | 11001010 | 10001111 | 10001 | 0 | 11101 | 10101 | 1100000 | 100100 | 1000100 |
Color Harmonies of #A7CA8F
Complementary color
Monochromatic Colors of #A7CA8F
Black with #A7CA8F
Text Example
Text Example
White with #A7CA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CA8F; }
p { color: rgb(167,202,143); }
H1.HeaderClassName
{
color: #A7CA8F;
}
.AnyTagClassName
{
color: #A7CA8F;
}
</style>
background-color css
<style>
a { background-color: #A7CA8F; }
a { background-color: rgb(167,202,143); }
div.DivClassName
{
background-color: #A7CA8F;
}
.BgClassName
{
background-color: #A7CA8F;
}
</style>
border-color css
<style>
span { border-color: #A7CA8F; }
span { border-color: rgb(167,202,143); }
td.TdClassName
{
border-color: #A7CA8F;
}
.TagClassName
{
border-color: #A7CA8F;
}
</style>