Shades of Feijoa #A7FE7E
Tints of Feijoa #A7FE7E
RGB
CMYK
RGB Variations
Color information
#A7FE7E (or 0xA7FE7E) is known color: Feijoa. HEX triplet: A7, FE and 7E. RGB value is (167,254,126). Sum of RGB (Red+Green+Blue) = 167+254+126=547 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.53% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 126 (49.61% from 255 or 23.03% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #A7FE7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7FE7E is #580181. Grayscale: #D5D5D5. Windows color (decimal): -5767554 or 8322727. OLE color: 8322727.
HSL color Cylindrical-coordinate representation of color #A7FE7E: hue angle of 100.78º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A7FE7E is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 254 | 126 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.00 |
| HSL | 100.78º | 0.98% | 0.75% | - |
| HSV(B) | 100.78º | 0.5% | 1% | - |
| XYZ | 55.14 | 80.61 | 32.39 | - |
| YUV | 213.4 | 78.68 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 254 | 126 | 0.34 | 0 | 0.50 | 0.00 | 100.78 | 0.98 | 0.75 |
| Hex | A7 | FE | 7E | 22 | 0 | 32 | 0 | 65 | 62 | 4B |
| Octal | 247 | 376 | 176 | 42 | 0 | 62 | 0 | 145 | 142 | 113 |
| Binary | 10100111 | 11111110 | 1111110 | 100010 | 0 | 110010 | 0 | 1100101 | 1100010 | 1001011 |
Color Harmonies of #A7FE7E
Complementary color
Monochromatic Colors of #A7FE7E
Black with #A7FE7E
Text Example
Text Example
White with #A7FE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FE7E; }
p { color: rgb(167,254,126); }
H1.HeaderClassName
{
color: #A7FE7E;
}
.AnyTagClassName
{
color: #A7FE7E;
}
</style>
background-color css
<style>
a { background-color: #A7FE7E; }
a { background-color: rgb(167,254,126); }
div.DivClassName
{
background-color: #A7FE7E;
}
.BgClassName
{
background-color: #A7FE7E;
}
</style>
border-color css
<style>
span { border-color: #A7FE7E; }
span { border-color: rgb(167,254,126); }
td.TdClassName
{
border-color: #A7FE7E;
}
.TagClassName
{
border-color: #A7FE7E;
}
</style>