Shades of Feijoa #A2E289
Tints of Feijoa #A2E289
RGB
CMYK
RGB Variations
Color information
#A2E289 (or 0xA2E289) is known color: Feijoa. HEX triplet: A2, E2 and 89. RGB value is (162,226,137). Sum of RGB (Red+Green+Blue) = 162+226+137=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 226 (88.67% from 255 or 43.05% from 525); Blue value is 137 (53.91% from 255 or 26.10% from 525); Max value from RGB is 226 - color contains mainly: green. Hex color #A2E289 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2E289 is #5D1D76. Grayscale: #C5C5C5. Windows color (decimal): -6102391 or 9036450. OLE color: 9036450.
HSL color Cylindrical-coordinate representation of color #A2E289: hue angle of 103.15º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A2E289 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 226 | 137 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.11 |
| HSL | 103.15º | 0.61% | 0.71% | - |
| HSV(B) | 103.15º | 0.39% | 0.89% | - |
| XYZ | 46.61 | 63.88 | 33.54 | - |
| YUV | 196.72 | 94.3 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 226 | 137 | 0.28 | 0 | 0.39 | 0.11 | 103.15 | 0.61 | 0.71 |
| Hex | A2 | E2 | 89 | 1C | 0 | 27 | B | 67 | 3D | 47 |
| Octal | 242 | 342 | 211 | 34 | 0 | 47 | 13 | 147 | 75 | 107 |
| Binary | 10100010 | 11100010 | 10001001 | 11100 | 0 | 100111 | 1011 | 1100111 | 111101 | 1000111 |
Color Harmonies of #A2E289
Complementary color
Monochromatic Colors of #A2E289
Black with #A2E289
Text Example
Text Example
White with #A2E289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E289; }
p { color: rgb(162,226,137); }
H1.HeaderClassName
{
color: #A2E289;
}
.AnyTagClassName
{
color: #A2E289;
}
</style>
background-color css
<style>
a { background-color: #A2E289; }
a { background-color: rgb(162,226,137); }
div.DivClassName
{
background-color: #A2E289;
}
.BgClassName
{
background-color: #A2E289;
}
</style>
border-color css
<style>
span { border-color: #A2E289; }
span { border-color: rgb(162,226,137); }
td.TdClassName
{
border-color: #A2E289;
}
.TagClassName
{
border-color: #A2E289;
}
</style>