Shades of Feijoa #A7FF7C
Tints of Feijoa #A7FF7C
RGB
CMYK
RGB Variations
Color information
#A7FF7C (or 0xA7FF7C) is known color: Feijoa. HEX triplet: A7, FF and 7C. RGB value is (167,255,124). Sum of RGB (Red+Green+Blue) = 167+255+124=546 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.59% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 124 (48.83% from 255 or 22.71% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #A7FF7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7FF7C is #580083. Grayscale: #D6D6D6. Windows color (decimal): -5767300 or 8191911. OLE color: 8191911.
HSL color Cylindrical-coordinate representation of color #A7FF7C: hue angle of 100.31º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A7FF7C is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 255 | 124 | - |
| CMYK | 0.35 | 0 | 0.51 | 0 |
| HSL | 100.31º | 1% | 0.74% | - |
| HSV(B) | 100.31º | 0.51% | 1% | - |
| XYZ | 55.33 | 81.19 | 31.82 | - |
| YUV | 213.75 | 77.35 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 255 | 124 | 0.35 | 0 | 0.51 | 0 | 100.31 | 1 | 0.74 |
| Hex | A7 | FF | 7C | 23 | 0 | 33 | 0 | 64 | 64 | 4A |
| Octal | 247 | 377 | 174 | 43 | 0 | 63 | 0 | 144 | 144 | 112 |
| Binary | 10100111 | 11111111 | 1111100 | 100011 | 0 | 110011 | 0 | 1100100 | 1100100 | 1001010 |
Color Harmonies of #A7FF7C
Complementary color
Monochromatic Colors of #A7FF7C
Black with #A7FF7C
Text Example
Text Example
White with #A7FF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FF7C; }
p { color: rgb(167,255,124); }
H1.HeaderClassName
{
color: #A7FF7C;
}
.AnyTagClassName
{
color: #A7FF7C;
}
</style>
background-color css
<style>
a { background-color: #A7FF7C; }
a { background-color: rgb(167,255,124); }
div.DivClassName
{
background-color: #A7FF7C;
}
.BgClassName
{
background-color: #A7FF7C;
}
</style>
border-color css
<style>
span { border-color: #A7FF7C; }
span { border-color: rgb(167,255,124); }
td.TdClassName
{
border-color: #A7FF7C;
}
.TagClassName
{
border-color: #A7FF7C;
}
</style>