Shades of Feijoa #A7E286
Tints of Feijoa #A7E286
RGB
CMYK
RGB Variations
Color information
#A7E286 (or 0xA7E286) is known color: Feijoa. HEX triplet: A7, E2 and 86. RGB value is (167,226,134). Sum of RGB (Red+Green+Blue) = 167+226+134=527 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.69% from 527); Green value is 226 (88.67% from 255 or 42.88% from 527); Blue value is 134 (52.73% from 255 or 25.43% from 527); Max value from RGB is 226 - color contains mainly: green. Hex color #A7E286 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7E286 is #581D79. Grayscale: #C6C6C6. Windows color (decimal): -5774714 or 8839847. OLE color: 8839847.
HSL color Cylindrical-coordinate representation of color #A7E286: hue angle of 98.48º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A7E286 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 226 | 134 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.11 |
| HSL | 98.48º | 0.61% | 0.71% | - |
| HSV(B) | 98.48º | 0.41% | 0.89% | - |
| XYZ | 47.44 | 64.33 | 32.47 | - |
| YUV | 197.87 | 91.95 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 226 | 134 | 0.26 | 0 | 0.41 | 0.11 | 98.48 | 0.61 | 0.71 |
| Hex | A7 | E2 | 86 | 1A | 0 | 29 | B | 62 | 3D | 47 |
| Octal | 247 | 342 | 206 | 32 | 0 | 51 | 13 | 142 | 75 | 107 |
| Binary | 10100111 | 11100010 | 10000110 | 11010 | 0 | 101001 | 1011 | 1100010 | 111101 | 1000111 |
Color Harmonies of #A7E286
Complementary color
Monochromatic Colors of #A7E286
Black with #A7E286
Text Example
Text Example
White with #A7E286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E286; }
p { color: rgb(167,226,134); }
H1.HeaderClassName
{
color: #A7E286;
}
.AnyTagClassName
{
color: #A7E286;
}
</style>
background-color css
<style>
a { background-color: #A7E286; }
a { background-color: rgb(167,226,134); }
div.DivClassName
{
background-color: #A7E286;
}
.BgClassName
{
background-color: #A7E286;
}
</style>
border-color css
<style>
span { border-color: #A7E286; }
span { border-color: rgb(167,226,134); }
td.TdClassName
{
border-color: #A7E286;
}
.TagClassName
{
border-color: #A7E286;
}
</style>