Shades of Feijoa #A2E286
Tints of Feijoa #A2E286
RGB
CMYK
RGB Variations
Color information
#A2E286 (or 0xA2E286) is known color: Feijoa. HEX triplet: A2, E2 and 86. RGB value is (162,226,134). Sum of RGB (Red+Green+Blue) = 162+226+134=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 226 (88.67% from 255 or 43.30% from 522); Blue value is 134 (52.73% from 255 or 25.67% from 522); Max value from RGB is 226 - color contains mainly: green. Hex color #A2E286 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2E286 is #5D1D79. Grayscale: #C4C4C4. Windows color (decimal): -6102394 or 8839842. OLE color: 8839842.
HSL color Cylindrical-coordinate representation of color #A2E286: hue angle of 101.74º 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 #A2E286 is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 226 | 134 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.11 |
| HSL | 101.74º | 0.61% | 0.71% | - |
| HSV(B) | 101.74º | 0.41% | 0.89% | - |
| XYZ | 46.4 | 63.8 | 32.42 | - |
| YUV | 196.38 | 92.8 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 226 | 134 | 0.28 | 0 | 0.41 | 0.11 | 101.74 | 0.61 | 0.71 |
| Hex | A2 | E2 | 86 | 1C | 0 | 29 | B | 66 | 3D | 47 |
| Octal | 242 | 342 | 206 | 34 | 0 | 51 | 13 | 146 | 75 | 107 |
| Binary | 10100010 | 11100010 | 10000110 | 11100 | 0 | 101001 | 1011 | 1100110 | 111101 | 1000111 |
Color Harmonies of #A2E286
Complementary color
Monochromatic Colors of #A2E286
Black with #A2E286
Text Example
Text Example
White with #A2E286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E286; }
p { color: rgb(162,226,134); }
H1.HeaderClassName
{
color: #A2E286;
}
.AnyTagClassName
{
color: #A2E286;
}
</style>
background-color css
<style>
a { background-color: #A2E286; }
a { background-color: rgb(162,226,134); }
div.DivClassName
{
background-color: #A2E286;
}
.BgClassName
{
background-color: #A2E286;
}
</style>
border-color css
<style>
span { border-color: #A2E286; }
span { border-color: rgb(162,226,134); }
td.TdClassName
{
border-color: #A2E286;
}
.TagClassName
{
border-color: #A2E286;
}
</style>