Shades of Feijoa #A7C88B
Tints of Feijoa #A7C88B
RGB
CMYK
RGB Variations
Color information
#A7C88B (or 0xA7C88B) is known color: Feijoa. HEX triplet: A7, C8 and 8B. RGB value is (167,200,139). Sum of RGB (Red+Green+Blue) = 167+200+139=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 200 - color contains mainly: green. Hex color #A7C88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C88B is #583774. Grayscale: #B7B7B7. Windows color (decimal): -5781365 or 9160871. OLE color: 9160871.
HSL color Cylindrical-coordinate representation of color #A7C88B: hue angle of 92.46º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A7C88B is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 200 | 139 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.22 |
| HSL | 92.46º | 0.36% | 0.66% | - |
| HSV(B) | 92.46º | 0.31% | 0.78% | - |
| XYZ | 41.25 | 51.39 | 32.17 | - |
| YUV | 183.18 | 103.07 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 200 | 139 | 0.16 | 0 | 0.30 | 0.22 | 92.46 | 0.36 | 0.66 |
| Hex | A7 | C8 | 8B | 10 | 0 | 1E | 16 | 5C | 24 | 42 |
| Octal | 247 | 310 | 213 | 20 | 0 | 36 | 26 | 134 | 44 | 102 |
| Binary | 10100111 | 11001000 | 10001011 | 10000 | 0 | 11110 | 10110 | 1011100 | 100100 | 1000010 |
Color Harmonies of #A7C88B
Complementary color
Monochromatic Colors of #A7C88B
Black with #A7C88B
Text Example
Text Example
White with #A7C88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C88B; }
p { color: rgb(167,200,139); }
H1.HeaderClassName
{
color: #A7C88B;
}
.AnyTagClassName
{
color: #A7C88B;
}
</style>
background-color css
<style>
a { background-color: #A7C88B; }
a { background-color: rgb(167,200,139); }
div.DivClassName
{
background-color: #A7C88B;
}
.BgClassName
{
background-color: #A7C88B;
}
</style>
border-color css
<style>
span { border-color: #A7C88B; }
span { border-color: rgb(167,200,139); }
td.TdClassName
{
border-color: #A7C88B;
}
.TagClassName
{
border-color: #A7C88B;
}
</style>