Shades of Feijoa #A7F77C
Tints of Feijoa #A7F77C
RGB
CMYK
RGB Variations
Color information
#A7F77C (or 0xA7F77C) is known color: Feijoa. HEX triplet: A7, F7 and 7C. RGB value is (167,247,124). Sum of RGB (Red+Green+Blue) = 167+247+124=538 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.04% from 538); Green value is 247 (96.88% from 255 or 45.91% from 538); Blue value is 124 (48.83% from 255 or 23.05% from 538); Max value from RGB is 247 - color contains mainly: green. Hex color #A7F77C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7F77C is #580883. Grayscale: #D1D1D1. Windows color (decimal): -5769348 or 8189863. OLE color: 8189863.
HSL color Cylindrical-coordinate representation of color #A7F77C: hue angle of 99.02º degrees, saturation: 0.88, 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 #A7F77C is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 167 | 247 | 124 | - |
| CMYK | 0.32 | 0 | 0.50 | 0.03 |
| HSL | 99.02º | 0.88% | 0.73% | - |
| HSV(B) | 99.02º | 0.5% | 0.97% | - |
| XYZ | 52.84 | 76.19 | 30.99 | - |
| YUV | 209.06 | 80 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 247 | 124 | 0.32 | 0 | 0.50 | 0.03 | 99.02 | 0.88 | 0.73 |
| Hex | A7 | F7 | 7C | 20 | 0 | 32 | 3 | 63 | 58 | 49 |
| Octal | 247 | 367 | 174 | 40 | 0 | 62 | 3 | 143 | 130 | 111 |
| Binary | 10100111 | 11110111 | 1111100 | 100000 | 0 | 110010 | 11 | 1100011 | 1011000 | 1001001 |
Color Harmonies of #A7F77C
Complementary color
Monochromatic Colors of #A7F77C
Black with #A7F77C
Text Example
Text Example
White with #A7F77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F77C; }
p { color: rgb(167,247,124); }
H1.HeaderClassName
{
color: #A7F77C;
}
.AnyTagClassName
{
color: #A7F77C;
}
</style>
background-color css
<style>
a { background-color: #A7F77C; }
a { background-color: rgb(167,247,124); }
div.DivClassName
{
background-color: #A7F77C;
}
.BgClassName
{
background-color: #A7F77C;
}
</style>
border-color css
<style>
span { border-color: #A7F77C; }
span { border-color: rgb(167,247,124); }
td.TdClassName
{
border-color: #A7F77C;
}
.TagClassName
{
border-color: #A7F77C;
}
</style>