Shades of Feijoa #A2FA79
Tints of Feijoa #A2FA79
RGB
CMYK
RGB Variations
Color information
#A2FA79 (or 0xA2FA79) is known color: Feijoa. HEX triplet: A2, FA and 79. RGB value is (162,250,121). Sum of RGB (Red+Green+Blue) = 162+250+121=533 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.39% from 533); Green value is 250 (98.05% from 255 or 46.90% from 533); Blue value is 121 (47.66% from 255 or 22.70% from 533); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA79 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2FA79 is #5D0586. Grayscale: #D1D1D1. Windows color (decimal): -6096263 or 7994018. OLE color: 7994018.
HSL color Cylindrical-coordinate representation of color #A2FA79: hue angle of 100.93º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2FA79 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 121 | - |
| CMYK | 0.35 | 0 | 0.52 | 0.02 |
| HSL | 100.93º | 0.93% | 0.73% | - |
| HSV(B) | 100.93º | 0.52% | 0.98% | - |
| XYZ | 52.54 | 77.43 | 30.27 | - |
| YUV | 208.98 | 78.35 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 121 | 0.35 | 0 | 0.52 | 0.02 | 100.93 | 0.93 | 0.73 |
| Hex | A2 | FA | 79 | 23 | 0 | 34 | 2 | 65 | 5D | 49 |
| Octal | 242 | 372 | 171 | 43 | 0 | 64 | 2 | 145 | 135 | 111 |
| Binary | 10100010 | 11111010 | 1111001 | 100011 | 0 | 110100 | 10 | 1100101 | 1011101 | 1001001 |
Color Harmonies of #A2FA79
Complementary color
Monochromatic Colors of #A2FA79
Black with #A2FA79
Text Example
Text Example
White with #A2FA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FA79; }
p { color: rgb(162,250,121); }
H1.HeaderClassName
{
color: #A2FA79;
}
.AnyTagClassName
{
color: #A2FA79;
}
</style>
background-color css
<style>
a { background-color: #A2FA79; }
a { background-color: rgb(162,250,121); }
div.DivClassName
{
background-color: #A2FA79;
}
.BgClassName
{
background-color: #A2FA79;
}
</style>
border-color css
<style>
span { border-color: #A2FA79; }
span { border-color: rgb(162,250,121); }
td.TdClassName
{
border-color: #A2FA79;
}
.TagClassName
{
border-color: #A2FA79;
}
</style>