Shades of Feijoa #A2E36D
Tints of Feijoa #A2E36D
RGB
CMYK
RGB Variations
Color information
#A2E36D (or 0xA2E36D) is known color: Feijoa. HEX triplet: A2, E3 and 6D. RGB value is (162,227,109). Sum of RGB (Red+Green+Blue) = 162+227+109=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 227 (89.06% from 255 or 45.58% from 498); Blue value is 109 (42.97% from 255 or 21.89% from 498); Max value from RGB is 227 - color contains mainly: green. Hex color #A2E36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E36D is #5D1C92. Grayscale: #C2C2C2. Windows color (decimal): -6102163 or 7201698. OLE color: 7201698.
HSL color Cylindrical-coordinate representation of color #A2E36D: hue angle of 93.05º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2E36D is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 227 | 109 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.11 |
| HSL | 93.05º | 0.68% | 0.66% | - |
| HSV(B) | 93.05º | 0.52% | 0.89% | - |
| XYZ | 45.13 | 63.72 | 24.39 | - |
| YUV | 194.11 | 79.97 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 227 | 109 | 0.29 | 0 | 0.52 | 0.11 | 93.05 | 0.68 | 0.66 |
| Hex | A2 | E3 | 6D | 1D | 0 | 34 | B | 5D | 44 | 42 |
| Octal | 242 | 343 | 155 | 35 | 0 | 64 | 13 | 135 | 104 | 102 |
| Binary | 10100010 | 11100011 | 1101101 | 11101 | 0 | 110100 | 1011 | 1011101 | 1000100 | 1000010 |
Color Harmonies of #A2E36D
Complementary color
Monochromatic Colors of #A2E36D
Black with #A2E36D
Text Example
Text Example
White with #A2E36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E36D; }
p { color: rgb(162,227,109); }
H1.HeaderClassName
{
color: #A2E36D;
}
.AnyTagClassName
{
color: #A2E36D;
}
</style>
background-color css
<style>
a { background-color: #A2E36D; }
a { background-color: rgb(162,227,109); }
div.DivClassName
{
background-color: #A2E36D;
}
.BgClassName
{
background-color: #A2E36D;
}
</style>
border-color css
<style>
span { border-color: #A2E36D; }
span { border-color: rgb(162,227,109); }
td.TdClassName
{
border-color: #A2E36D;
}
.TagClassName
{
border-color: #A2E36D;
}
</style>