Shades of Feijoa #A7F577
Tints of Feijoa #A7F577
RGB
CMYK
RGB Variations
Color information
#A7F577 (or 0xA7F577) is known color: Feijoa. HEX triplet: A7, F5 and 77. RGB value is (167,245,119). Sum of RGB (Red+Green+Blue) = 167+245+119=531 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.45% from 531); Green value is 245 (96.09% from 255 or 46.14% from 531); Blue value is 119 (46.88% from 255 or 22.41% from 531); Max value from RGB is 245 - color contains mainly: green. Hex color #A7F577 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7F577 is #580A88. Grayscale: #CFCFCF. Windows color (decimal): -5769865 or 7861671. OLE color: 7861671.
HSL color Cylindrical-coordinate representation of color #A7F577: hue angle of 97.14º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A7F577 is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 245 | 119 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.04 |
| HSL | 97.14º | 0.86% | 0.71% | - |
| HSV(B) | 97.14º | 0.51% | 0.96% | - |
| XYZ | 51.92 | 74.85 | 29.16 | - |
| YUV | 207.31 | 78.16 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 245 | 119 | 0.32 | 0 | 0.51 | 0.04 | 97.14 | 0.86 | 0.71 |
| Hex | A7 | F5 | 77 | 20 | 0 | 33 | 4 | 61 | 56 | 47 |
| Octal | 247 | 365 | 167 | 40 | 0 | 63 | 4 | 141 | 126 | 107 |
| Binary | 10100111 | 11110101 | 1110111 | 100000 | 0 | 110011 | 100 | 1100001 | 1010110 | 1000111 |
Color Harmonies of #A7F577
Complementary color
Monochromatic Colors of #A7F577
Black with #A7F577
Text Example
Text Example
White with #A7F577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F577; }
p { color: rgb(167,245,119); }
H1.HeaderClassName
{
color: #A7F577;
}
.AnyTagClassName
{
color: #A7F577;
}
</style>
background-color css
<style>
a { background-color: #A7F577; }
a { background-color: rgb(167,245,119); }
div.DivClassName
{
background-color: #A7F577;
}
.BgClassName
{
background-color: #A7F577;
}
</style>
border-color css
<style>
span { border-color: #A7F577; }
span { border-color: rgb(167,245,119); }
td.TdClassName
{
border-color: #A7F577;
}
.TagClassName
{
border-color: #A7F577;
}
</style>