Shades of Feijoa #A2F76C
Tints of Feijoa #A2F76C
RGB
CMYK
RGB Variations
Color information
#A2F76C (or 0xA2F76C) is known color: Feijoa. HEX triplet: A2, F7 and 6C. RGB value is (162,247,108). Sum of RGB (Red+Green+Blue) = 162+247+108=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 247 (96.88% from 255 or 47.78% from 517); Blue value is 108 (42.58% from 255 or 20.89% from 517); Max value from RGB is 247 - color contains mainly: green. Hex color #A2F76C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F76C is #5D0893. Grayscale: #CECECE. Windows color (decimal): -6097044 or 7141282. OLE color: 7141282.
HSL color Cylindrical-coordinate representation of color #A2F76C: hue angle of 96.69º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2F76C is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 247 | 108 | - |
| CMYK | 0.34 | 0 | 0.56 | 0.03 |
| HSL | 96.69º | 0.9% | 0.7% | - |
| HSV(B) | 96.69º | 0.56% | 0.97% | - |
| XYZ | 50.87 | 75.29 | 26.04 | - |
| YUV | 205.74 | 72.84 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 247 | 108 | 0.34 | 0 | 0.56 | 0.03 | 96.69 | 0.9 | 0.7 |
| Hex | A2 | F7 | 6C | 22 | 0 | 38 | 3 | 61 | 5A | 46 |
| Octal | 242 | 367 | 154 | 42 | 0 | 70 | 3 | 141 | 132 | 106 |
| Binary | 10100010 | 11110111 | 1101100 | 100010 | 0 | 111000 | 11 | 1100001 | 1011010 | 1000110 |
Color Harmonies of #A2F76C
Complementary color
Monochromatic Colors of #A2F76C
Black with #A2F76C
Text Example
Text Example
White with #A2F76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F76C; }
p { color: rgb(162,247,108); }
H1.HeaderClassName
{
color: #A2F76C;
}
.AnyTagClassName
{
color: #A2F76C;
}
</style>
background-color css
<style>
a { background-color: #A2F76C; }
a { background-color: rgb(162,247,108); }
div.DivClassName
{
background-color: #A2F76C;
}
.BgClassName
{
background-color: #A2F76C;
}
</style>
border-color css
<style>
span { border-color: #A2F76C; }
span { border-color: rgb(162,247,108); }
td.TdClassName
{
border-color: #A2F76C;
}
.TagClassName
{
border-color: #A2F76C;
}
</style>