Shades of Feijoa #A2FB74
Tints of Feijoa #A2FB74
RGB
CMYK
RGB Variations
Color information
#A2FB74 (or 0xA2FB74) is known color: Feijoa. HEX triplet: A2, FB and 74. RGB value is (162,251,116). Sum of RGB (Red+Green+Blue) = 162+251+116=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 251 (98.44% from 255 or 47.45% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 251 - color contains mainly: green. Hex color #A2FB74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2FB74 is #5D048B. Grayscale: #D1D1D1. Windows color (decimal): -6096012 or 7666594. OLE color: 7666594.
HSL color Cylindrical-coordinate representation of color #A2FB74: hue angle of 99.56º degrees, saturation: 0.94, 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 #A2FB74 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 251 | 116 | - |
| CMYK | 0.35 | 0 | 0.54 | 0.02 |
| HSL | 99.56º | 0.94% | 0.72% | - |
| HSV(B) | 99.56º | 0.54% | 0.98% | - |
| XYZ | 52.55 | 77.94 | 28.8 | - |
| YUV | 209 | 75.51 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 251 | 116 | 0.35 | 0 | 0.54 | 0.02 | 99.56 | 0.94 | 0.72 |
| Hex | A2 | FB | 74 | 23 | 0 | 36 | 2 | 64 | 5E | 48 |
| Octal | 242 | 373 | 164 | 43 | 0 | 66 | 2 | 144 | 136 | 110 |
| Binary | 10100010 | 11111011 | 1110100 | 100011 | 0 | 110110 | 10 | 1100100 | 1011110 | 1001000 |
Color Harmonies of #A2FB74
Complementary color
Monochromatic Colors of #A2FB74
Black with #A2FB74
Text Example
Text Example
White with #A2FB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FB74; }
p { color: rgb(162,251,116); }
H1.HeaderClassName
{
color: #A2FB74;
}
.AnyTagClassName
{
color: #A2FB74;
}
</style>
background-color css
<style>
a { background-color: #A2FB74; }
a { background-color: rgb(162,251,116); }
div.DivClassName
{
background-color: #A2FB74;
}
.BgClassName
{
background-color: #A2FB74;
}
</style>
border-color css
<style>
span { border-color: #A2FB74; }
span { border-color: rgb(162,251,116); }
td.TdClassName
{
border-color: #A2FB74;
}
.TagClassName
{
border-color: #A2FB74;
}
</style>