Shades of Feijoa #A7F06D
Tints of Feijoa #A7F06D
RGB
CMYK
RGB Variations
Color information
#A7F06D (or 0xA7F06D) is known color: Feijoa. HEX triplet: A7, F0 and 6D. RGB value is (167,240,109). Sum of RGB (Red+Green+Blue) = 167+240+109=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 240 (94.14% from 255 or 46.51% from 516); Blue value is 109 (42.97% from 255 or 21.12% from 516); Max value from RGB is 240 - color contains mainly: green. Hex color #A7F06D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7F06D is #580F92. Grayscale: #CBCBCB. Windows color (decimal): -5771155 or 7205031. OLE color: 7205031.
HSL color Cylindrical-coordinate representation of color #A7F06D: hue angle of 93.44º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A7F06D is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 240 | 109 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.06 |
| HSL | 93.44º | 0.81% | 0.68% | - |
| HSV(B) | 93.44º | 0.55% | 0.94% | - |
| XYZ | 49.86 | 71.64 | 25.67 | - |
| YUV | 203.24 | 74.82 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 240 | 109 | 0.30 | 0 | 0.55 | 0.06 | 93.44 | 0.81 | 0.68 |
| Hex | A7 | F0 | 6D | 1E | 0 | 37 | 6 | 5D | 51 | 44 |
| Octal | 247 | 360 | 155 | 36 | 0 | 67 | 6 | 135 | 121 | 104 |
| Binary | 10100111 | 11110000 | 1101101 | 11110 | 0 | 110111 | 110 | 1011101 | 1010001 | 1000100 |
Color Harmonies of #A7F06D
Complementary color
Monochromatic Colors of #A7F06D
Black with #A7F06D
Text Example
Text Example
White with #A7F06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F06D; }
p { color: rgb(167,240,109); }
H1.HeaderClassName
{
color: #A7F06D;
}
.AnyTagClassName
{
color: #A7F06D;
}
</style>
background-color css
<style>
a { background-color: #A7F06D; }
a { background-color: rgb(167,240,109); }
div.DivClassName
{
background-color: #A7F06D;
}
.BgClassName
{
background-color: #A7F06D;
}
</style>
border-color css
<style>
span { border-color: #A7F06D; }
span { border-color: rgb(167,240,109); }
td.TdClassName
{
border-color: #A7F06D;
}
.TagClassName
{
border-color: #A7F06D;
}
</style>