Shades of Feijoa #A7F76A
Tints of Feijoa #A7F76A
RGB
CMYK
RGB Variations
Color information
#A7F76A (or 0xA7F76A) is known color: Feijoa. HEX triplet: A7, F7 and 6A. RGB value is (167,247,106). Sum of RGB (Red+Green+Blue) = 167+247+106=520 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.12% from 520); Green value is 247 (96.88% from 255 or 47.5% from 520); Blue value is 106 (41.80% from 255 or 20.38% from 520); Max value from RGB is 247 - color contains mainly: green. Hex color #A7F76A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7F76A is #580895. Grayscale: #CFCFCF. Windows color (decimal): -5769366 or 7010215. OLE color: 7010215.
HSL color Cylindrical-coordinate representation of color #A7F76A: hue angle of 94.04º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A7F76A is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 167 | 247 | 106 | - |
| CMYK | 0.32 | 0 | 0.57 | 0.03 |
| HSL | 94.04º | 0.9% | 0.69% | - |
| HSV(B) | 94.04º | 0.57% | 0.97% | - |
| XYZ | 51.8 | 75.78 | 25.53 | - |
| YUV | 207.01 | 71 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 247 | 106 | 0.32 | 0 | 0.57 | 0.03 | 94.04 | 0.9 | 0.69 |
| Hex | A7 | F7 | 6A | 20 | 0 | 39 | 3 | 5E | 5A | 45 |
| Octal | 247 | 367 | 152 | 40 | 0 | 71 | 3 | 136 | 132 | 105 |
| Binary | 10100111 | 11110111 | 1101010 | 100000 | 0 | 111001 | 11 | 1011110 | 1011010 | 1000101 |
Color Harmonies of #A7F76A
Complementary color
Monochromatic Colors of #A7F76A
Black with #A7F76A
Text Example
Text Example
White with #A7F76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F76A; }
p { color: rgb(167,247,106); }
H1.HeaderClassName
{
color: #A7F76A;
}
.AnyTagClassName
{
color: #A7F76A;
}
</style>
background-color css
<style>
a { background-color: #A7F76A; }
a { background-color: rgb(167,247,106); }
div.DivClassName
{
background-color: #A7F76A;
}
.BgClassName
{
background-color: #A7F76A;
}
</style>
border-color css
<style>
span { border-color: #A7F76A; }
span { border-color: rgb(167,247,106); }
td.TdClassName
{
border-color: #A7F76A;
}
.TagClassName
{
border-color: #A7F76A;
}
</style>