Shades of Feijoa #A7C888
Tints of Feijoa #A7C888
RGB
CMYK
RGB Variations
Color information
#A7C888 (or 0xA7C888) is known color: Feijoa. HEX triplet: A7, C8 and 88. RGB value is (167,200,136). Sum of RGB (Red+Green+Blue) = 167+200+136=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 200 (78.52% from 255 or 39.76% from 503); Blue value is 136 (53.52% from 255 or 27.04% from 503); Max value from RGB is 200 - color contains mainly: green. Hex color #A7C888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C888 is #583777. Grayscale: #B7B7B7. Windows color (decimal): -5781368 or 8964263. OLE color: 8964263.
HSL color Cylindrical-coordinate representation of color #A7C888: hue angle of 90.94º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A7C888 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 200 | 136 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.22 |
| HSL | 90.94º | 0.37% | 0.66% | - |
| HSV(B) | 90.94º | 0.32% | 0.78% | - |
| XYZ | 41.03 | 51.3 | 31.03 | - |
| YUV | 182.84 | 101.57 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 200 | 136 | 0.16 | 0 | 0.32 | 0.22 | 90.94 | 0.37 | 0.66 |
| Hex | A7 | C8 | 88 | 10 | 0 | 20 | 16 | 5B | 25 | 42 |
| Octal | 247 | 310 | 210 | 20 | 0 | 40 | 26 | 133 | 45 | 102 |
| Binary | 10100111 | 11001000 | 10001000 | 10000 | 0 | 100000 | 10110 | 1011011 | 100101 | 1000010 |
Color Harmonies of #A7C888
Complementary color
Monochromatic Colors of #A7C888
Black with #A7C888
Text Example
Text Example
White with #A7C888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C888; }
p { color: rgb(167,200,136); }
H1.HeaderClassName
{
color: #A7C888;
}
.AnyTagClassName
{
color: #A7C888;
}
</style>
background-color css
<style>
a { background-color: #A7C888; }
a { background-color: rgb(167,200,136); }
div.DivClassName
{
background-color: #A7C888;
}
.BgClassName
{
background-color: #A7C888;
}
</style>
border-color css
<style>
span { border-color: #A7C888; }
span { border-color: rgb(167,200,136); }
td.TdClassName
{
border-color: #A7C888;
}
.TagClassName
{
border-color: #A7C888;
}
</style>