Shades of Feijoa #A7FE73
Tints of Feijoa #A7FE73
RGB
CMYK
RGB Variations
Color information
#A7FE73 (or 0xA7FE73) is known color: Feijoa. HEX triplet: A7, FE and 73. RGB value is (167,254,115). Sum of RGB (Red+Green+Blue) = 167+254+115=536 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.16% from 536); Green value is 254 (99.61% from 255 or 47.39% from 536); Blue value is 115 (45.31% from 255 or 21.46% from 536); Max value from RGB is 254 - color contains mainly: green. Hex color #A7FE73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7FE73 is #58018C. Grayscale: #D4D4D4. Windows color (decimal): -5767565 or 7601831. OLE color: 7601831.
HSL color Cylindrical-coordinate representation of color #A7FE73: hue angle of 97.55º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A7FE73 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 254 | 115 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.00 |
| HSL | 97.55º | 0.99% | 0.72% | - |
| HSV(B) | 97.55º | 0.55% | 1% | - |
| XYZ | 54.47 | 80.34 | 28.86 | - |
| YUV | 212.14 | 73.18 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 254 | 115 | 0.34 | 0 | 0.55 | 0.00 | 97.55 | 0.99 | 0.72 |
| Hex | A7 | FE | 73 | 22 | 0 | 37 | 0 | 62 | 63 | 48 |
| Octal | 247 | 376 | 163 | 42 | 0 | 67 | 0 | 142 | 143 | 110 |
| Binary | 10100111 | 11111110 | 1110011 | 100010 | 0 | 110111 | 0 | 1100010 | 1100011 | 1001000 |
Color Harmonies of #A7FE73
Complementary color
Monochromatic Colors of #A7FE73
Black with #A7FE73
Text Example
Text Example
White with #A7FE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FE73; }
p { color: rgb(167,254,115); }
H1.HeaderClassName
{
color: #A7FE73;
}
.AnyTagClassName
{
color: #A7FE73;
}
</style>
background-color css
<style>
a { background-color: #A7FE73; }
a { background-color: rgb(167,254,115); }
div.DivClassName
{
background-color: #A7FE73;
}
.BgClassName
{
background-color: #A7FE73;
}
</style>
border-color css
<style>
span { border-color: #A7FE73; }
span { border-color: rgb(167,254,115); }
td.TdClassName
{
border-color: #A7FE73;
}
.TagClassName
{
border-color: #A7FE73;
}
</style>