Shades of Feijoa #A2FA7C
Tints of Feijoa #A2FA7C
RGB
CMYK
RGB Variations
Color information
#A2FA7C (or 0xA2FA7C) is known color: Feijoa. HEX triplet: A2, FA and 7C. RGB value is (162,250,124). Sum of RGB (Red+Green+Blue) = 162+250+124=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 250 (98.05% from 255 or 46.64% from 536); Blue value is 124 (48.83% from 255 or 23.13% from 536); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2FA7C is #5D0583. Grayscale: #D1D1D1. Windows color (decimal): -6096260 or 8190626. OLE color: 8190626.
HSL color Cylindrical-coordinate representation of color #A2FA7C: hue angle of 101.9º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2FA7C is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 124 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.02 |
| HSL | 101.9º | 0.93% | 0.73% | - |
| HSV(B) | 101.9º | 0.5% | 0.98% | - |
| XYZ | 52.72 | 77.51 | 31.25 | - |
| YUV | 209.32 | 79.85 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 124 | 0.35 | 0 | 0.50 | 0.02 | 101.9 | 0.93 | 0.73 |
| Hex | A2 | FA | 7C | 23 | 0 | 32 | 2 | 66 | 5D | 49 |
| Octal | 242 | 372 | 174 | 43 | 0 | 62 | 2 | 146 | 135 | 111 |
| Binary | 10100010 | 11111010 | 1111100 | 100011 | 0 | 110010 | 10 | 1100110 | 1011101 | 1001001 |
Color Harmonies of #A2FA7C
Complementary color
Monochromatic Colors of #A2FA7C
Black with #A2FA7C
Text Example
Text Example
White with #A2FA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FA7C; }
p { color: rgb(162,250,124); }
H1.HeaderClassName
{
color: #A2FA7C;
}
.AnyTagClassName
{
color: #A2FA7C;
}
</style>
background-color css
<style>
a { background-color: #A2FA7C; }
a { background-color: rgb(162,250,124); }
div.DivClassName
{
background-color: #A2FA7C;
}
.BgClassName
{
background-color: #A2FA7C;
}
</style>
border-color css
<style>
span { border-color: #A2FA7C; }
span { border-color: rgb(162,250,124); }
td.TdClassName
{
border-color: #A2FA7C;
}
.TagClassName
{
border-color: #A2FA7C;
}
</style>