Shades of Feijoa #A2F77A
Tints of Feijoa #A2F77A
RGB
CMYK
RGB Variations
Color information
#A2F77A (or 0xA2F77A) is known color: Feijoa. HEX triplet: A2, F7 and 7A. RGB value is (162,247,122). Sum of RGB (Red+Green+Blue) = 162+247+122=531 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.51% from 531); Green value is 247 (96.88% from 255 or 46.52% from 531); Blue value is 122 (48.05% from 255 or 22.98% from 531); Max value from RGB is 247 - color contains mainly: green. Hex color #A2F77A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F77A is #5D0885. Grayscale: #CFCFCF. Windows color (decimal): -6097030 or 8058786. OLE color: 8058786.
HSL color Cylindrical-coordinate representation of color #A2F77A: hue angle of 100.8º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2F77A is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 247 | 122 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.03 |
| HSL | 100.8º | 0.89% | 0.72% | - |
| HSV(B) | 100.8º | 0.51% | 0.97% | - |
| XYZ | 51.67 | 75.61 | 30.28 | - |
| YUV | 207.34 | 79.84 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 247 | 122 | 0.34 | 0 | 0.51 | 0.03 | 100.8 | 0.89 | 0.72 |
| Hex | A2 | F7 | 7A | 22 | 0 | 33 | 3 | 65 | 59 | 48 |
| Octal | 242 | 367 | 172 | 42 | 0 | 63 | 3 | 145 | 131 | 110 |
| Binary | 10100010 | 11110111 | 1111010 | 100010 | 0 | 110011 | 11 | 1100101 | 1011001 | 1001000 |
Color Harmonies of #A2F77A
Complementary color
Monochromatic Colors of #A2F77A
Black with #A2F77A
Text Example
Text Example
White with #A2F77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F77A; }
p { color: rgb(162,247,122); }
H1.HeaderClassName
{
color: #A2F77A;
}
.AnyTagClassName
{
color: #A2F77A;
}
</style>
background-color css
<style>
a { background-color: #A2F77A; }
a { background-color: rgb(162,247,122); }
div.DivClassName
{
background-color: #A2F77A;
}
.BgClassName
{
background-color: #A2F77A;
}
</style>
border-color css
<style>
span { border-color: #A2F77A; }
span { border-color: rgb(162,247,122); }
td.TdClassName
{
border-color: #A2F77A;
}
.TagClassName
{
border-color: #A2F77A;
}
</style>