Shades of Feijoa #A2E36F
Tints of Feijoa #A2E36F
RGB
CMYK
RGB Variations
Color information
#A2E36F (or 0xA2E36F) is known color: Feijoa. HEX triplet: A2, E3 and 6F. RGB value is (162,227,111). Sum of RGB (Red+Green+Blue) = 162+227+111=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 227 (89.06% from 255 or 45.4% from 500); Blue value is 111 (43.75% from 255 or 22.2% from 500); Max value from RGB is 227 - color contains mainly: green. Hex color #A2E36F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E36F is #5D1C90. Grayscale: #C2C2C2. Windows color (decimal): -6102161 or 7332770. OLE color: 7332770.
HSL color Cylindrical-coordinate representation of color #A2E36F: hue angle of 93.62º 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 #A2E36F is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 227 | 111 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.11 |
| HSL | 93.62º | 0.67% | 0.66% | - |
| HSV(B) | 93.62º | 0.51% | 0.89% | - |
| XYZ | 45.24 | 63.77 | 24.96 | - |
| YUV | 194.34 | 80.97 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 227 | 111 | 0.29 | 0 | 0.51 | 0.11 | 93.62 | 0.67 | 0.66 |
| Hex | A2 | E3 | 6F | 1D | 0 | 33 | B | 5E | 43 | 42 |
| Octal | 242 | 343 | 157 | 35 | 0 | 63 | 13 | 136 | 103 | 102 |
| Binary | 10100010 | 11100011 | 1101111 | 11101 | 0 | 110011 | 1011 | 1011110 | 1000011 | 1000010 |
Color Harmonies of #A2E36F
Complementary color
Monochromatic Colors of #A2E36F
Black with #A2E36F
Text Example
Text Example
White with #A2E36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E36F; }
p { color: rgb(162,227,111); }
H1.HeaderClassName
{
color: #A2E36F;
}
.AnyTagClassName
{
color: #A2E36F;
}
</style>
background-color css
<style>
a { background-color: #A2E36F; }
a { background-color: rgb(162,227,111); }
div.DivClassName
{
background-color: #A2E36F;
}
.BgClassName
{
background-color: #A2E36F;
}
</style>
border-color css
<style>
span { border-color: #A2E36F; }
span { border-color: rgb(162,227,111); }
td.TdClassName
{
border-color: #A2E36F;
}
.TagClassName
{
border-color: #A2E36F;
}
</style>