Shades of Feijoa #A2E76C
Tints of Feijoa #A2E76C
RGB
CMYK
RGB Variations
Color information
#A2E76C (or 0xA2E76C) is known color: Feijoa. HEX triplet: A2, E7 and 6C. RGB value is (162,231,108). Sum of RGB (Red+Green+Blue) = 162+231+108=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 231 (90.62% from 255 or 46.11% from 501); Blue value is 108 (42.58% from 255 or 21.56% from 501); Max value from RGB is 231 - color contains mainly: green. Hex color #A2E76C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E76C is #5D1893. Grayscale: #C4C4C4. Windows color (decimal): -6101140 or 7137186. OLE color: 7137186.
HSL color Cylindrical-coordinate representation of color #A2E76C: hue angle of 93.66º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2E76C is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 231 | 108 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.09 |
| HSL | 93.66º | 0.72% | 0.66% | - |
| HSV(B) | 93.66º | 0.53% | 0.91% | - |
| XYZ | 46.18 | 65.92 | 24.48 | - |
| YUV | 196.35 | 78.14 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 231 | 108 | 0.30 | 0 | 0.53 | 0.09 | 93.66 | 0.72 | 0.66 |
| Hex | A2 | E7 | 6C | 1E | 0 | 35 | 9 | 5E | 48 | 42 |
| Octal | 242 | 347 | 154 | 36 | 0 | 65 | 11 | 136 | 110 | 102 |
| Binary | 10100010 | 11100111 | 1101100 | 11110 | 0 | 110101 | 1001 | 1011110 | 1001000 | 1000010 |
Color Harmonies of #A2E76C
Complementary color
Monochromatic Colors of #A2E76C
Black with #A2E76C
Text Example
Text Example
White with #A2E76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E76C; }
p { color: rgb(162,231,108); }
H1.HeaderClassName
{
color: #A2E76C;
}
.AnyTagClassName
{
color: #A2E76C;
}
</style>
background-color css
<style>
a { background-color: #A2E76C; }
a { background-color: rgb(162,231,108); }
div.DivClassName
{
background-color: #A2E76C;
}
.BgClassName
{
background-color: #A2E76C;
}
</style>
border-color css
<style>
span { border-color: #A2E76C; }
span { border-color: rgb(162,231,108); }
td.TdClassName
{
border-color: #A2E76C;
}
.TagClassName
{
border-color: #A2E76C;
}
</style>