Shades of Feijoa #A7E586
Tints of Feijoa #A7E586
RGB
CMYK
RGB Variations
Color information
#A7E586 (or 0xA7E586) is known color: Feijoa. HEX triplet: A7, E5 and 86. RGB value is (167,229,134). Sum of RGB (Red+Green+Blue) = 167+229+134=530 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.51% from 530); Green value is 229 (89.84% from 255 or 43.21% from 530); Blue value is 134 (52.73% from 255 or 25.28% from 530); Max value from RGB is 229 - color contains mainly: green. Hex color #A7E586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7E586 is #581A79. Grayscale: #C7C7C7. Windows color (decimal): -5773946 or 8840615. OLE color: 8840615.
HSL color Cylindrical-coordinate representation of color #A7E586: hue angle of 99.16º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A7E586 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 167 | 229 | 134 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.10 |
| HSL | 99.16º | 0.65% | 0.71% | - |
| HSV(B) | 99.16º | 0.41% | 0.9% | - |
| XYZ | 48.26 | 65.98 | 32.75 | - |
| YUV | 199.63 | 90.96 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 229 | 134 | 0.27 | 0 | 0.41 | 0.10 | 99.16 | 0.65 | 0.71 |
| Hex | A7 | E5 | 86 | 1B | 0 | 29 | A | 63 | 41 | 47 |
| Octal | 247 | 345 | 206 | 33 | 0 | 51 | 12 | 143 | 101 | 107 |
| Binary | 10100111 | 11100101 | 10000110 | 11011 | 0 | 101001 | 1010 | 1100011 | 1000001 | 1000111 |
Color Harmonies of #A7E586
Complementary color
Monochromatic Colors of #A7E586
Black with #A7E586
Text Example
Text Example
White with #A7E586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E586; }
p { color: rgb(167,229,134); }
H1.HeaderClassName
{
color: #A7E586;
}
.AnyTagClassName
{
color: #A7E586;
}
</style>
background-color css
<style>
a { background-color: #A7E586; }
a { background-color: rgb(167,229,134); }
div.DivClassName
{
background-color: #A7E586;
}
.BgClassName
{
background-color: #A7E586;
}
</style>
border-color css
<style>
span { border-color: #A7E586; }
span { border-color: rgb(167,229,134); }
td.TdClassName
{
border-color: #A7E586;
}
.TagClassName
{
border-color: #A7E586;
}
</style>