Shades of Feijoa #A2E36A
Tints of Feijoa #A2E36A
RGB
CMYK
RGB Variations
Color information
#A2E36A (or 0xA2E36A) is known color: Feijoa. HEX triplet: A2, E3 and 6A. RGB value is (162,227,106). Sum of RGB (Red+Green+Blue) = 162+227+106=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 227 (89.06% from 255 or 45.86% from 495); Blue value is 106 (41.80% from 255 or 21.41% from 495); Max value from RGB is 227 - color contains mainly: green. Hex color #A2E36A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E36A is #5D1C95. Grayscale: #C2C2C2. Windows color (decimal): -6102166 or 7005090. OLE color: 7005090.
HSL color Cylindrical-coordinate representation of color #A2E36A: hue angle of 92.23º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2E36A is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 227 | 106 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.11 |
| HSL | 92.23º | 0.68% | 0.65% | - |
| HSV(B) | 92.23º | 0.53% | 0.89% | - |
| XYZ | 44.97 | 63.66 | 23.55 | - |
| YUV | 193.77 | 78.47 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 227 | 106 | 0.29 | 0 | 0.53 | 0.11 | 92.23 | 0.68 | 0.65 |
| Hex | A2 | E3 | 6A | 1D | 0 | 35 | B | 5C | 44 | 41 |
| Octal | 242 | 343 | 152 | 35 | 0 | 65 | 13 | 134 | 104 | 101 |
| Binary | 10100010 | 11100011 | 1101010 | 11101 | 0 | 110101 | 1011 | 1011100 | 1000100 | 1000001 |
Color Harmonies of #A2E36A
Complementary color
Monochromatic Colors of #A2E36A
Black with #A2E36A
Text Example
Text Example
White with #A2E36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E36A; }
p { color: rgb(162,227,106); }
H1.HeaderClassName
{
color: #A2E36A;
}
.AnyTagClassName
{
color: #A2E36A;
}
</style>
background-color css
<style>
a { background-color: #A2E36A; }
a { background-color: rgb(162,227,106); }
div.DivClassName
{
background-color: #A2E36A;
}
.BgClassName
{
background-color: #A2E36A;
}
</style>
border-color css
<style>
span { border-color: #A2E36A; }
span { border-color: rgb(162,227,106); }
td.TdClassName
{
border-color: #A2E36A;
}
.TagClassName
{
border-color: #A2E36A;
}
</style>