Shades of Feijoa #A2E97C
Tints of Feijoa #A2E97C
RGB
CMYK
RGB Variations
Color information
#A2E97C (or 0xA2E97C) is known color: Feijoa. HEX triplet: A2, E9 and 7C. RGB value is (162,233,124). Sum of RGB (Red+Green+Blue) = 162+233+124=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 233 (91.41% from 255 or 44.89% from 519); Blue value is 124 (48.83% from 255 or 23.89% from 519); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E97C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E97C is #5D1683. Grayscale: #C7C7C7. Windows color (decimal): -6100612 or 8186274. OLE color: 8186274.
HSL color Cylindrical-coordinate representation of color #A2E97C: hue angle of 99.08º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A2E97C is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 233 | 124 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.09 |
| HSL | 99.08º | 0.71% | 0.7% | - |
| HSV(B) | 99.08º | 0.47% | 0.91% | - |
| XYZ | 47.68 | 67.41 | 29.57 | - |
| YUV | 199.35 | 85.48 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 233 | 124 | 0.30 | 0 | 0.47 | 0.09 | 99.08 | 0.71 | 0.7 |
| Hex | A2 | E9 | 7C | 1E | 0 | 2F | 9 | 63 | 47 | 46 |
| Octal | 242 | 351 | 174 | 36 | 0 | 57 | 11 | 143 | 107 | 106 |
| Binary | 10100010 | 11101001 | 1111100 | 11110 | 0 | 101111 | 1001 | 1100011 | 1000111 | 1000110 |
Color Harmonies of #A2E97C
Complementary color
Monochromatic Colors of #A2E97C
Black with #A2E97C
Text Example
Text Example
White with #A2E97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E97C; }
p { color: rgb(162,233,124); }
H1.HeaderClassName
{
color: #A2E97C;
}
.AnyTagClassName
{
color: #A2E97C;
}
</style>
background-color css
<style>
a { background-color: #A2E97C; }
a { background-color: rgb(162,233,124); }
div.DivClassName
{
background-color: #A2E97C;
}
.BgClassName
{
background-color: #A2E97C;
}
</style>
border-color css
<style>
span { border-color: #A2E97C; }
span { border-color: rgb(162,233,124); }
td.TdClassName
{
border-color: #A2E97C;
}
.TagClassName
{
border-color: #A2E97C;
}
</style>