Shades of Feijoa #A7F77B
Tints of Feijoa #A7F77B
RGB
CMYK
RGB Variations
Color information
#A7F77B (or 0xA7F77B) is known color: Feijoa. HEX triplet: A7, F7 and 7B. RGB value is (167,247,123). Sum of RGB (Red+Green+Blue) = 167+247+123=537 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.10% from 537); Green value is 247 (96.88% from 255 or 46.00% from 537); Blue value is 123 (48.44% from 255 or 22.91% from 537); Max value from RGB is 247 - color contains mainly: green. Hex color #A7F77B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7F77B is #580884. Grayscale: #D1D1D1. Windows color (decimal): -5769349 or 8124327. OLE color: 8124327.
HSL color Cylindrical-coordinate representation of color #A7F77B: hue angle of 98.71º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A7F77B is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 167 | 247 | 123 | - |
| CMYK | 0.32 | 0 | 0.50 | 0.03 |
| HSL | 98.71º | 0.89% | 0.73% | - |
| HSV(B) | 98.71º | 0.5% | 0.97% | - |
| XYZ | 52.77 | 76.17 | 30.66 | - |
| YUV | 208.94 | 79.5 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 247 | 123 | 0.32 | 0 | 0.50 | 0.03 | 98.71 | 0.89 | 0.73 |
| Hex | A7 | F7 | 7B | 20 | 0 | 32 | 3 | 63 | 59 | 49 |
| Octal | 247 | 367 | 173 | 40 | 0 | 62 | 3 | 143 | 131 | 111 |
| Binary | 10100111 | 11110111 | 1111011 | 100000 | 0 | 110010 | 11 | 1100011 | 1011001 | 1001001 |
Color Harmonies of #A7F77B
Complementary color
Monochromatic Colors of #A7F77B
Black with #A7F77B
Text Example
Text Example
White with #A7F77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F77B; }
p { color: rgb(167,247,123); }
H1.HeaderClassName
{
color: #A7F77B;
}
.AnyTagClassName
{
color: #A7F77B;
}
</style>
background-color css
<style>
a { background-color: #A7F77B; }
a { background-color: rgb(167,247,123); }
div.DivClassName
{
background-color: #A7F77B;
}
.BgClassName
{
background-color: #A7F77B;
}
</style>
border-color css
<style>
span { border-color: #A7F77B; }
span { border-color: rgb(167,247,123); }
td.TdClassName
{
border-color: #A7F77B;
}
.TagClassName
{
border-color: #A7F77B;
}
</style>