Shades of Feijoa #A0F77A
Tints of Feijoa #A0F77A
RGB
CMYK
RGB Variations
Color information
#A0F77A (or 0xA0F77A) is known color: Feijoa. HEX triplet: A0, F7 and 7A. RGB value is (160,247,122). Sum of RGB (Red+Green+Blue) = 160+247+122=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 247 (96.88% from 255 or 46.69% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F77A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F77A is #5F0885. Grayscale: #CFCFCF. Windows color (decimal): -6228102 or 8058784. OLE color: 8058784.
HSL color Cylindrical-coordinate representation of color #A0F77A: hue angle of 101.76º 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 #A0F77A is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 247 | 122 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.03 |
| HSL | 101.76º | 0.89% | 0.72% | - |
| HSV(B) | 101.76º | 0.51% | 0.97% | - |
| XYZ | 51.27 | 75.4 | 30.26 | - |
| YUV | 206.74 | 80.18 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 247 | 122 | 0.35 | 0 | 0.51 | 0.03 | 101.76 | 0.89 | 0.72 |
| Hex | A0 | F7 | 7A | 23 | 0 | 33 | 3 | 66 | 59 | 48 |
| Octal | 240 | 367 | 172 | 43 | 0 | 63 | 3 | 146 | 131 | 110 |
| Binary | 10100000 | 11110111 | 1111010 | 100011 | 0 | 110011 | 11 | 1100110 | 1011001 | 1001000 |
Color Harmonies of #A0F77A
Complementary color
Monochromatic Colors of #A0F77A
Black with #A0F77A
Text Example
Text Example
White with #A0F77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F77A; }
p { color: rgb(160,247,122); }
H1.HeaderClassName
{
color: #A0F77A;
}
.AnyTagClassName
{
color: #A0F77A;
}
</style>
background-color css
<style>
a { background-color: #A0F77A; }
a { background-color: rgb(160,247,122); }
div.DivClassName
{
background-color: #A0F77A;
}
.BgClassName
{
background-color: #A0F77A;
}
</style>
border-color css
<style>
span { border-color: #A0F77A; }
span { border-color: rgb(160,247,122); }
td.TdClassName
{
border-color: #A0F77A;
}
.TagClassName
{
border-color: #A0F77A;
}
</style>