Shades of Feijoa #A7F56C
Tints of Feijoa #A7F56C
RGB
CMYK
RGB Variations
Color information
#A7F56C (or 0xA7F56C) is known color: Feijoa. HEX triplet: A7, F5 and 6C. RGB value is (167,245,108). Sum of RGB (Red+Green+Blue) = 167+245+108=520 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.12% from 520); Green value is 245 (96.09% from 255 or 47.12% from 520); Blue value is 108 (42.58% from 255 or 20.77% from 520); Max value from RGB is 245 - color contains mainly: green. Hex color #A7F56C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7F56C is #580A93. Grayscale: #CECECE. Windows color (decimal): -5769876 or 7140775. OLE color: 7140775.
HSL color Cylindrical-coordinate representation of color #A7F56C: hue angle of 94.16º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A7F56C is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 245 | 108 | - |
| CMYK | 0.32 | 0 | 0.56 | 0.04 |
| HSL | 94.16º | 0.87% | 0.69% | - |
| HSV(B) | 94.16º | 0.56% | 0.96% | - |
| XYZ | 51.3 | 74.6 | 25.88 | - |
| YUV | 206.06 | 72.66 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 245 | 108 | 0.32 | 0 | 0.56 | 0.04 | 94.16 | 0.87 | 0.69 |
| Hex | A7 | F5 | 6C | 20 | 0 | 38 | 4 | 5E | 57 | 45 |
| Octal | 247 | 365 | 154 | 40 | 0 | 70 | 4 | 136 | 127 | 105 |
| Binary | 10100111 | 11110101 | 1101100 | 100000 | 0 | 111000 | 100 | 1011110 | 1010111 | 1000101 |
Color Harmonies of #A7F56C
Complementary color
Monochromatic Colors of #A7F56C
Black with #A7F56C
Text Example
Text Example
White with #A7F56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F56C; }
p { color: rgb(167,245,108); }
H1.HeaderClassName
{
color: #A7F56C;
}
.AnyTagClassName
{
color: #A7F56C;
}
</style>
background-color css
<style>
a { background-color: #A7F56C; }
a { background-color: rgb(167,245,108); }
div.DivClassName
{
background-color: #A7F56C;
}
.BgClassName
{
background-color: #A7F56C;
}
</style>
border-color css
<style>
span { border-color: #A7F56C; }
span { border-color: rgb(167,245,108); }
td.TdClassName
{
border-color: #A7F56C;
}
.TagClassName
{
border-color: #A7F56C;
}
</style>