Shades of Feijoa #A2FA7A
Tints of Feijoa #A2FA7A
RGB
CMYK
RGB Variations
Color information
#A2FA7A (or 0xA2FA7A) is known color: Feijoa. HEX triplet: A2, FA and 7A. RGB value is (162,250,122). Sum of RGB (Red+Green+Blue) = 162+250+122=534 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.34% from 534); Green value is 250 (98.05% from 255 or 46.82% from 534); Blue value is 122 (48.05% from 255 or 22.85% from 534); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2FA7A is #5D0585. Grayscale: #D1D1D1. Windows color (decimal): -6096262 or 8059554. OLE color: 8059554.
HSL color Cylindrical-coordinate representation of color #A2FA7A: hue angle of 101.25º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2FA7A is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 122 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.02 |
| HSL | 101.25º | 0.93% | 0.73% | - |
| HSV(B) | 101.25º | 0.51% | 0.98% | - |
| XYZ | 52.6 | 77.46 | 30.59 | - |
| YUV | 209.1 | 78.85 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 122 | 0.35 | 0 | 0.51 | 0.02 | 101.25 | 0.93 | 0.73 |
| Hex | A2 | FA | 7A | 23 | 0 | 33 | 2 | 65 | 5D | 49 |
| Octal | 242 | 372 | 172 | 43 | 0 | 63 | 2 | 145 | 135 | 111 |
| Binary | 10100010 | 11111010 | 1111010 | 100011 | 0 | 110011 | 10 | 1100101 | 1011101 | 1001001 |
Color Harmonies of #A2FA7A
Complementary color
Monochromatic Colors of #A2FA7A
Black with #A2FA7A
Text Example
Text Example
White with #A2FA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FA7A; }
p { color: rgb(162,250,122); }
H1.HeaderClassName
{
color: #A2FA7A;
}
.AnyTagClassName
{
color: #A2FA7A;
}
</style>
background-color css
<style>
a { background-color: #A2FA7A; }
a { background-color: rgb(162,250,122); }
div.DivClassName
{
background-color: #A2FA7A;
}
.BgClassName
{
background-color: #A2FA7A;
}
</style>
border-color css
<style>
span { border-color: #A2FA7A; }
span { border-color: rgb(162,250,122); }
td.TdClassName
{
border-color: #A2FA7A;
}
.TagClassName
{
border-color: #A2FA7A;
}
</style>