Shades of Feijoa #A2FA73
Tints of Feijoa #A2FA73
RGB
CMYK
RGB Variations
Color information
#A2FA73 (or 0xA2FA73) is known color: Feijoa. HEX triplet: A2, FA and 73. RGB value is (162,250,115). Sum of RGB (Red+Green+Blue) = 162+250+115=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 115 (45.31% from 255 or 21.82% from 527); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2FA73 is #5D058C. Grayscale: #D0D0D0. Windows color (decimal): -6096269 or 7600802. OLE color: 7600802.
HSL color Cylindrical-coordinate representation of color #A2FA73: hue angle of 99.11º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A2FA73 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 115 | - |
| CMYK | 0.35 | 0 | 0.54 | 0.02 |
| HSL | 99.11º | 0.93% | 0.72% | - |
| HSV(B) | 99.11º | 0.54% | 0.98% | - |
| XYZ | 52.18 | 77.29 | 28.39 | - |
| YUV | 208.3 | 75.35 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 115 | 0.35 | 0 | 0.54 | 0.02 | 99.11 | 0.93 | 0.72 |
| Hex | A2 | FA | 73 | 23 | 0 | 36 | 2 | 63 | 5D | 48 |
| Octal | 242 | 372 | 163 | 43 | 0 | 66 | 2 | 143 | 135 | 110 |
| Binary | 10100010 | 11111010 | 1110011 | 100011 | 0 | 110110 | 10 | 1100011 | 1011101 | 1001000 |
Color Harmonies of #A2FA73
Complementary color
Monochromatic Colors of #A2FA73
Black with #A2FA73
Text Example
Text Example
White with #A2FA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FA73; }
p { color: rgb(162,250,115); }
H1.HeaderClassName
{
color: #A2FA73;
}
.AnyTagClassName
{
color: #A2FA73;
}
</style>
background-color css
<style>
a { background-color: #A2FA73; }
a { background-color: rgb(162,250,115); }
div.DivClassName
{
background-color: #A2FA73;
}
.BgClassName
{
background-color: #A2FA73;
}
</style>
border-color css
<style>
span { border-color: #A2FA73; }
span { border-color: rgb(162,250,115); }
td.TdClassName
{
border-color: #A2FA73;
}
.TagClassName
{
border-color: #A2FA73;
}
</style>