Shades of Feijoa #A2E26F
Tints of Feijoa #A2E26F
RGB
CMYK
RGB Variations
Color information
#A2E26F (or 0xA2E26F) is known color: Feijoa. HEX triplet: A2, E2 and 6F. RGB value is (162,226,111). Sum of RGB (Red+Green+Blue) = 162+226+111=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 226 (88.67% from 255 or 45.29% from 499); Blue value is 111 (43.75% from 255 or 22.24% from 499); Max value from RGB is 226 - color contains mainly: green. Hex color #A2E26F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E26F is #5D1D90. Grayscale: #C2C2C2. Windows color (decimal): -6102417 or 7332514. OLE color: 7332514.
HSL color Cylindrical-coordinate representation of color #A2E26F: hue angle of 93.39º degrees, saturation: 0.66, 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 #A2E26F is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 226 | 111 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.11 |
| HSL | 93.39º | 0.66% | 0.66% | - |
| HSV(B) | 93.39º | 0.51% | 0.89% | - |
| XYZ | 44.97 | 63.22 | 24.87 | - |
| YUV | 193.75 | 81.3 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 226 | 111 | 0.28 | 0 | 0.51 | 0.11 | 93.39 | 0.66 | 0.66 |
| Hex | A2 | E2 | 6F | 1C | 0 | 33 | B | 5D | 42 | 42 |
| Octal | 242 | 342 | 157 | 34 | 0 | 63 | 13 | 135 | 102 | 102 |
| Binary | 10100010 | 11100010 | 1101111 | 11100 | 0 | 110011 | 1011 | 1011101 | 1000010 | 1000010 |
Color Harmonies of #A2E26F
Complementary color
Monochromatic Colors of #A2E26F
Black with #A2E26F
Text Example
Text Example
White with #A2E26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E26F; }
p { color: rgb(162,226,111); }
H1.HeaderClassName
{
color: #A2E26F;
}
.AnyTagClassName
{
color: #A2E26F;
}
</style>
background-color css
<style>
a { background-color: #A2E26F; }
a { background-color: rgb(162,226,111); }
div.DivClassName
{
background-color: #A2E26F;
}
.BgClassName
{
background-color: #A2E26F;
}
</style>
border-color css
<style>
span { border-color: #A2E26F; }
span { border-color: rgb(162,226,111); }
td.TdClassName
{
border-color: #A2E26F;
}
.TagClassName
{
border-color: #A2E26F;
}
</style>