Shades of Feijoa #A2E96F
Tints of Feijoa #A2E96F
RGB
CMYK
RGB Variations
Color information
#A2E96F (or 0xA2E96F) is known color: Feijoa. HEX triplet: A2, E9 and 6F. RGB value is (162,233,111). Sum of RGB (Red+Green+Blue) = 162+233+111=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 233 (91.41% from 255 or 46.05% from 506); Blue value is 111 (43.75% from 255 or 21.94% from 506); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E96F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E96F is #5D1690. Grayscale: #C6C6C6. Windows color (decimal): -6100625 or 7334306. OLE color: 7334306.
HSL color Cylindrical-coordinate representation of color #A2E96F: hue angle of 94.92º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2E96F is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 233 | 111 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.09 |
| HSL | 94.92º | 0.73% | 0.67% | - |
| HSV(B) | 94.92º | 0.52% | 0.91% | - |
| XYZ | 46.91 | 67.11 | 25.52 | - |
| YUV | 197.86 | 78.98 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 233 | 111 | 0.30 | 0 | 0.52 | 0.09 | 94.92 | 0.73 | 0.67 |
| Hex | A2 | E9 | 6F | 1E | 0 | 34 | 9 | 5F | 49 | 43 |
| Octal | 242 | 351 | 157 | 36 | 0 | 64 | 11 | 137 | 111 | 103 |
| Binary | 10100010 | 11101001 | 1101111 | 11110 | 0 | 110100 | 1001 | 1011111 | 1001001 | 1000011 |
Color Harmonies of #A2E96F
Complementary color
Monochromatic Colors of #A2E96F
Black with #A2E96F
Text Example
Text Example
White with #A2E96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E96F; }
p { color: rgb(162,233,111); }
H1.HeaderClassName
{
color: #A2E96F;
}
.AnyTagClassName
{
color: #A2E96F;
}
</style>
background-color css
<style>
a { background-color: #A2E96F; }
a { background-color: rgb(162,233,111); }
div.DivClassName
{
background-color: #A2E96F;
}
.BgClassName
{
background-color: #A2E96F;
}
</style>
border-color css
<style>
span { border-color: #A2E96F; }
span { border-color: rgb(162,233,111); }
td.TdClassName
{
border-color: #A2E96F;
}
.TagClassName
{
border-color: #A2E96F;
}
</style>