Shades of Feijoa #A7F87A
Tints of Feijoa #A7F87A
RGB
CMYK
RGB Variations
Color information
#A7F87A (or 0xA7F87A) is known color: Feijoa. HEX triplet: A7, F8 and 7A. RGB value is (167,248,122). Sum of RGB (Red+Green+Blue) = 167+248+122=537 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.10% from 537); Green value is 248 (97.27% from 255 or 46.18% from 537); Blue value is 122 (48.05% from 255 or 22.72% from 537); Max value from RGB is 248 - color contains mainly: green. Hex color #A7F87A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7F87A is #580785. Grayscale: #D1D1D1. Windows color (decimal): -5769094 or 8059047. OLE color: 8059047.
HSL color Cylindrical-coordinate representation of color #A7F87A: hue angle of 98.57º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A7F87A is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 167 | 248 | 122 | - |
| CMYK | 0.33 | 0 | 0.51 | 0.03 |
| HSL | 98.57º | 0.9% | 0.73% | - |
| HSV(B) | 98.57º | 0.51% | 0.97% | - |
| XYZ | 53.02 | 76.76 | 30.43 | - |
| YUV | 209.42 | 78.66 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 248 | 122 | 0.33 | 0 | 0.51 | 0.03 | 98.57 | 0.9 | 0.73 |
| Hex | A7 | F8 | 7A | 21 | 0 | 33 | 3 | 63 | 5A | 49 |
| Octal | 247 | 370 | 172 | 41 | 0 | 63 | 3 | 143 | 132 | 111 |
| Binary | 10100111 | 11111000 | 1111010 | 100001 | 0 | 110011 | 11 | 1100011 | 1011010 | 1001001 |
Color Harmonies of #A7F87A
Complementary color
Monochromatic Colors of #A7F87A
Black with #A7F87A
Text Example
Text Example
White with #A7F87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F87A; }
p { color: rgb(167,248,122); }
H1.HeaderClassName
{
color: #A7F87A;
}
.AnyTagClassName
{
color: #A7F87A;
}
</style>
background-color css
<style>
a { background-color: #A7F87A; }
a { background-color: rgb(167,248,122); }
div.DivClassName
{
background-color: #A7F87A;
}
.BgClassName
{
background-color: #A7F87A;
}
</style>
border-color css
<style>
span { border-color: #A7F87A; }
span { border-color: rgb(167,248,122); }
td.TdClassName
{
border-color: #A7F87A;
}
.TagClassName
{
border-color: #A7F87A;
}
</style>