Shades of Feijoa #A2E06F
Tints of Feijoa #A2E06F
RGB
CMYK
RGB Variations
Color information
#A2E06F (or 0xA2E06F) is known color: Feijoa. HEX triplet: A2, E0 and 6F. RGB value is (162,224,111). Sum of RGB (Red+Green+Blue) = 162+224+111=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 224 (87.89% from 255 or 45.07% from 497); Blue value is 111 (43.75% from 255 or 22.33% from 497); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E06F is #5D1F90. Grayscale: #C0C0C0. Windows color (decimal): -6102929 or 7332002. OLE color: 7332002.
HSL color Cylindrical-coordinate representation of color #A2E06F: hue angle of 92.92º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2E06F is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 224 | 111 | - |
| CMYK | 0.28 | 0 | 0.50 | 0.12 |
| HSL | 92.92º | 0.65% | 0.66% | - |
| HSV(B) | 92.92º | 0.5% | 0.88% | - |
| XYZ | 44.43 | 62.14 | 24.69 | - |
| YUV | 192.58 | 81.96 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 224 | 111 | 0.28 | 0 | 0.50 | 0.12 | 92.92 | 0.65 | 0.66 |
| Hex | A2 | E0 | 6F | 1C | 0 | 32 | C | 5D | 41 | 42 |
| Octal | 242 | 340 | 157 | 34 | 0 | 62 | 14 | 135 | 101 | 102 |
| Binary | 10100010 | 11100000 | 1101111 | 11100 | 0 | 110010 | 1100 | 1011101 | 1000001 | 1000010 |
Color Harmonies of #A2E06F
Complementary color
Monochromatic Colors of #A2E06F
Black with #A2E06F
Text Example
Text Example
White with #A2E06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E06F; }
p { color: rgb(162,224,111); }
H1.HeaderClassName
{
color: #A2E06F;
}
.AnyTagClassName
{
color: #A2E06F;
}
</style>
background-color css
<style>
a { background-color: #A2E06F; }
a { background-color: rgb(162,224,111); }
div.DivClassName
{
background-color: #A2E06F;
}
.BgClassName
{
background-color: #A2E06F;
}
</style>
border-color css
<style>
span { border-color: #A2E06F; }
span { border-color: rgb(162,224,111); }
td.TdClassName
{
border-color: #A2E06F;
}
.TagClassName
{
border-color: #A2E06F;
}
</style>