Shades of Feijoa #A7C88A
Tints of Feijoa #A7C88A
RGB
CMYK
RGB Variations
Color information
#A7C88A (or 0xA7C88A) is known color: Feijoa. HEX triplet: A7, C8 and 8A. RGB value is (167,200,138). Sum of RGB (Red+Green+Blue) = 167+200+138=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 200 (78.52% from 255 or 39.60% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 200 - color contains mainly: green. Hex color #A7C88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C88A is #583775. Grayscale: #B7B7B7. Windows color (decimal): -5781366 or 9095335. OLE color: 9095335.
HSL color Cylindrical-coordinate representation of color #A7C88A: hue angle of 91.94º 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 #A7C88A is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 200 | 138 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.22 |
| HSL | 91.94º | 0.36% | 0.66% | - |
| HSV(B) | 91.94º | 0.31% | 0.78% | - |
| XYZ | 41.18 | 51.36 | 31.79 | - |
| YUV | 183.07 | 102.57 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 200 | 138 | 0.16 | 0 | 0.31 | 0.22 | 91.94 | 0.36 | 0.66 |
| Hex | A7 | C8 | 8A | 10 | 0 | 1F | 16 | 5C | 24 | 42 |
| Octal | 247 | 310 | 212 | 20 | 0 | 37 | 26 | 134 | 44 | 102 |
| Binary | 10100111 | 11001000 | 10001010 | 10000 | 0 | 11111 | 10110 | 1011100 | 100100 | 1000010 |
Color Harmonies of #A7C88A
Complementary color
Monochromatic Colors of #A7C88A
Black with #A7C88A
Text Example
Text Example
White with #A7C88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C88A; }
p { color: rgb(167,200,138); }
H1.HeaderClassName
{
color: #A7C88A;
}
.AnyTagClassName
{
color: #A7C88A;
}
</style>
background-color css
<style>
a { background-color: #A7C88A; }
a { background-color: rgb(167,200,138); }
div.DivClassName
{
background-color: #A7C88A;
}
.BgClassName
{
background-color: #A7C88A;
}
</style>
border-color css
<style>
span { border-color: #A7C88A; }
span { border-color: rgb(167,200,138); }
td.TdClassName
{
border-color: #A7C88A;
}
.TagClassName
{
border-color: #A7C88A;
}
</style>