Shades of Feijoa #A7CF87
Tints of Feijoa #A7CF87
RGB
CMYK
RGB Variations
Color information
#A7CF87 (or 0xA7CF87) is known color: Feijoa. HEX triplet: A7, CF and 87. RGB value is (167,207,135). Sum of RGB (Red+Green+Blue) = 167+207+135=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 135 (53.12% from 255 or 26.52% from 509); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CF87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CF87 is #583078. Grayscale: #BBBBBB. Windows color (decimal): -5779577 or 8900519. OLE color: 8900519.
HSL color Cylindrical-coordinate representation of color #A7CF87: hue angle of 93.33º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A7CF87 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 207 | 135 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.19 |
| HSL | 93.33º | 0.43% | 0.67% | - |
| HSV(B) | 93.33º | 0.35% | 0.81% | - |
| XYZ | 42.62 | 54.59 | 31.21 | - |
| YUV | 186.83 | 98.75 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 207 | 135 | 0.19 | 0 | 0.35 | 0.19 | 93.33 | 0.43 | 0.67 |
| Hex | A7 | CF | 87 | 13 | 0 | 23 | 13 | 5D | 2B | 43 |
| Octal | 247 | 317 | 207 | 23 | 0 | 43 | 23 | 135 | 53 | 103 |
| Binary | 10100111 | 11001111 | 10000111 | 10011 | 0 | 100011 | 10011 | 1011101 | 101011 | 1000011 |
Color Harmonies of #A7CF87
Complementary color
Monochromatic Colors of #A7CF87
Black with #A7CF87
Text Example
Text Example
White with #A7CF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CF87; }
p { color: rgb(167,207,135); }
H1.HeaderClassName
{
color: #A7CF87;
}
.AnyTagClassName
{
color: #A7CF87;
}
</style>
background-color css
<style>
a { background-color: #A7CF87; }
a { background-color: rgb(167,207,135); }
div.DivClassName
{
background-color: #A7CF87;
}
.BgClassName
{
background-color: #A7CF87;
}
</style>
border-color css
<style>
span { border-color: #A7CF87; }
span { border-color: rgb(167,207,135); }
td.TdClassName
{
border-color: #A7CF87;
}
.TagClassName
{
border-color: #A7CF87;
}
</style>