Shades of Feijoa #A2EC6E
Tints of Feijoa #A2EC6E
RGB
CMYK
RGB Variations
Color information
#A2EC6E (or 0xA2EC6E) is known color: Feijoa. HEX triplet: A2, EC and 6E. RGB value is (162,236,110). Sum of RGB (Red+Green+Blue) = 162+236+110=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 236 (92.58% from 255 or 46.46% from 508); Blue value is 110 (43.36% from 255 or 21.65% from 508); Max value from RGB is 236 - color contains mainly: green. Hex color #A2EC6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EC6E is #5D1391. Grayscale: #C7C7C7. Windows color (decimal): -6099858 or 7269538. OLE color: 7269538.
HSL color Cylindrical-coordinate representation of color #A2EC6E: hue angle of 95.24º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2EC6E is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 236 | 110 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.07 |
| HSL | 95.24º | 0.77% | 0.68% | - |
| HSV(B) | 95.24º | 0.53% | 0.93% | - |
| XYZ | 47.71 | 68.8 | 25.52 | - |
| YUV | 199.51 | 77.48 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 236 | 110 | 0.31 | 0 | 0.53 | 0.07 | 95.24 | 0.77 | 0.68 |
| Hex | A2 | EC | 6E | 1F | 0 | 35 | 7 | 5F | 4D | 44 |
| Octal | 242 | 354 | 156 | 37 | 0 | 65 | 7 | 137 | 115 | 104 |
| Binary | 10100010 | 11101100 | 1101110 | 11111 | 0 | 110101 | 111 | 1011111 | 1001101 | 1000100 |
Color Harmonies of #A2EC6E
Complementary color
Monochromatic Colors of #A2EC6E
Black with #A2EC6E
Text Example
Text Example
White with #A2EC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EC6E; }
p { color: rgb(162,236,110); }
H1.HeaderClassName
{
color: #A2EC6E;
}
.AnyTagClassName
{
color: #A2EC6E;
}
</style>
background-color css
<style>
a { background-color: #A2EC6E; }
a { background-color: rgb(162,236,110); }
div.DivClassName
{
background-color: #A2EC6E;
}
.BgClassName
{
background-color: #A2EC6E;
}
</style>
border-color css
<style>
span { border-color: #A2EC6E; }
span { border-color: rgb(162,236,110); }
td.TdClassName
{
border-color: #A2EC6E;
}
.TagClassName
{
border-color: #A2EC6E;
}
</style>