Shades of Feijoa #A7E287
Tints of Feijoa #A7E287
RGB
CMYK
RGB Variations
Color information
#A7E287 (or 0xA7E287) is known color: Feijoa. HEX triplet: A7, E2 and 87. RGB value is (167,226,135). Sum of RGB (Red+Green+Blue) = 167+226+135=528 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.63% from 528); Green value is 226 (88.67% from 255 or 42.80% from 528); Blue value is 135 (53.12% from 255 or 25.57% from 528); Max value from RGB is 226 - color contains mainly: green. Hex color #A7E287 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7E287 is #581D78. Grayscale: #C6C6C6. Windows color (decimal): -5774713 or 8905383. OLE color: 8905383.
HSL color Cylindrical-coordinate representation of color #A7E287: hue angle of 98.9º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A7E287 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 226 | 135 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.11 |
| HSL | 98.9º | 0.61% | 0.71% | - |
| HSV(B) | 98.9º | 0.4% | 0.89% | - |
| XYZ | 47.51 | 64.36 | 32.84 | - |
| YUV | 197.99 | 92.45 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 226 | 135 | 0.26 | 0 | 0.40 | 0.11 | 98.9 | 0.61 | 0.71 |
| Hex | A7 | E2 | 87 | 1A | 0 | 28 | B | 63 | 3D | 47 |
| Octal | 247 | 342 | 207 | 32 | 0 | 50 | 13 | 143 | 75 | 107 |
| Binary | 10100111 | 11100010 | 10000111 | 11010 | 0 | 101000 | 1011 | 1100011 | 111101 | 1000111 |
Color Harmonies of #A7E287
Complementary color
Monochromatic Colors of #A7E287
Black with #A7E287
Text Example
Text Example
White with #A7E287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E287; }
p { color: rgb(167,226,135); }
H1.HeaderClassName
{
color: #A7E287;
}
.AnyTagClassName
{
color: #A7E287;
}
</style>
background-color css
<style>
a { background-color: #A7E287; }
a { background-color: rgb(167,226,135); }
div.DivClassName
{
background-color: #A7E287;
}
.BgClassName
{
background-color: #A7E287;
}
</style>
border-color css
<style>
span { border-color: #A7E287; }
span { border-color: rgb(167,226,135); }
td.TdClassName
{
border-color: #A7E287;
}
.TagClassName
{
border-color: #A7E287;
}
</style>