Shades of Feijoa #A2E16E
Tints of Feijoa #A2E16E
RGB
CMYK
RGB Variations
Color information
#A2E16E (or 0xA2E16E) is known color: Feijoa. HEX triplet: A2, E1 and 6E. RGB value is (162,225,110). Sum of RGB (Red+Green+Blue) = 162+225+110=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 110 (43.36% from 255 or 22.13% from 497); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E16E is #5D1E91. Grayscale: #C1C1C1. Windows color (decimal): -6102674 or 7266722. OLE color: 7266722.
HSL color Cylindrical-coordinate representation of color #A2E16E: hue angle of 92.87º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2E16E is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 225 | 110 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.12 |
| HSL | 92.87º | 0.66% | 0.66% | - |
| HSV(B) | 92.87º | 0.51% | 0.88% | - |
| XYZ | 44.64 | 62.66 | 24.49 | - |
| YUV | 193.05 | 81.13 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 225 | 110 | 0.28 | 0 | 0.51 | 0.12 | 92.87 | 0.66 | 0.66 |
| Hex | A2 | E1 | 6E | 1C | 0 | 33 | C | 5D | 42 | 42 |
| Octal | 242 | 341 | 156 | 34 | 0 | 63 | 14 | 135 | 102 | 102 |
| Binary | 10100010 | 11100001 | 1101110 | 11100 | 0 | 110011 | 1100 | 1011101 | 1000010 | 1000010 |
Color Harmonies of #A2E16E
Complementary color
Monochromatic Colors of #A2E16E
Black with #A2E16E
Text Example
Text Example
White with #A2E16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E16E; }
p { color: rgb(162,225,110); }
H1.HeaderClassName
{
color: #A2E16E;
}
.AnyTagClassName
{
color: #A2E16E;
}
</style>
background-color css
<style>
a { background-color: #A2E16E; }
a { background-color: rgb(162,225,110); }
div.DivClassName
{
background-color: #A2E16E;
}
.BgClassName
{
background-color: #A2E16E;
}
</style>
border-color css
<style>
span { border-color: #A2E16E; }
span { border-color: rgb(162,225,110); }
td.TdClassName
{
border-color: #A2E16E;
}
.TagClassName
{
border-color: #A2E16E;
}
</style>