Shades of Feijoa #A2E26E
Tints of Feijoa #A2E26E
RGB
CMYK
RGB Variations
Color information
#A2E26E (or 0xA2E26E) is known color: Feijoa. HEX triplet: A2, E2 and 6E. RGB value is (162,226,110). Sum of RGB (Red+Green+Blue) = 162+226+110=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 226 (88.67% from 255 or 45.38% from 498); Blue value is 110 (43.36% from 255 or 22.09% from 498); Max value from RGB is 226 - color contains mainly: green. Hex color #A2E26E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E26E is #5D1D91. Grayscale: #C2C2C2. Windows color (decimal): -6102418 or 7266978. OLE color: 7266978.
HSL color Cylindrical-coordinate representation of color #A2E26E: hue angle of 93.1º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2E26E is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 226 | 110 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.11 |
| HSL | 93.1º | 0.67% | 0.66% | - |
| HSV(B) | 93.1º | 0.51% | 0.89% | - |
| XYZ | 44.91 | 63.2 | 24.58 | - |
| YUV | 193.64 | 80.8 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 226 | 110 | 0.28 | 0 | 0.51 | 0.11 | 93.1 | 0.67 | 0.66 |
| Hex | A2 | E2 | 6E | 1C | 0 | 33 | B | 5D | 43 | 42 |
| Octal | 242 | 342 | 156 | 34 | 0 | 63 | 13 | 135 | 103 | 102 |
| Binary | 10100010 | 11100010 | 1101110 | 11100 | 0 | 110011 | 1011 | 1011101 | 1000011 | 1000010 |
Color Harmonies of #A2E26E
Complementary color
Monochromatic Colors of #A2E26E
Black with #A2E26E
Text Example
Text Example
White with #A2E26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E26E; }
p { color: rgb(162,226,110); }
H1.HeaderClassName
{
color: #A2E26E;
}
.AnyTagClassName
{
color: #A2E26E;
}
</style>
background-color css
<style>
a { background-color: #A2E26E; }
a { background-color: rgb(162,226,110); }
div.DivClassName
{
background-color: #A2E26E;
}
.BgClassName
{
background-color: #A2E26E;
}
</style>
border-color css
<style>
span { border-color: #A2E26E; }
span { border-color: rgb(162,226,110); }
td.TdClassName
{
border-color: #A2E26E;
}
.TagClassName
{
border-color: #A2E26E;
}
</style>