Shades of Feijoa #A0F77C
Tints of Feijoa #A0F77C
RGB
CMYK
RGB Variations
Color information
#A0F77C (or 0xA0F77C) is known color: Feijoa. HEX triplet: A0, F7 and 7C. RGB value is (160,247,124). Sum of RGB (Red+Green+Blue) = 160+247+124=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 247 (96.88% from 255 or 46.52% from 531); Blue value is 124 (48.83% from 255 or 23.35% from 531); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F77C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F77C is #5F0883. Grayscale: #CFCFCF. Windows color (decimal): -6228100 or 8189856. OLE color: 8189856.
HSL color Cylindrical-coordinate representation of color #A0F77C: hue angle of 102.44º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0F77C is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 247 | 124 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.03 |
| HSL | 102.44º | 0.88% | 0.73% | - |
| HSV(B) | 102.44º | 0.5% | 0.97% | - |
| XYZ | 51.4 | 75.45 | 30.92 | - |
| YUV | 206.97 | 81.18 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 247 | 124 | 0.35 | 0 | 0.50 | 0.03 | 102.44 | 0.88 | 0.73 |
| Hex | A0 | F7 | 7C | 23 | 0 | 32 | 3 | 66 | 58 | 49 |
| Octal | 240 | 367 | 174 | 43 | 0 | 62 | 3 | 146 | 130 | 111 |
| Binary | 10100000 | 11110111 | 1111100 | 100011 | 0 | 110010 | 11 | 1100110 | 1011000 | 1001001 |
Color Harmonies of #A0F77C
Complementary color
Monochromatic Colors of #A0F77C
Black with #A0F77C
Text Example
Text Example
White with #A0F77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F77C; }
p { color: rgb(160,247,124); }
H1.HeaderClassName
{
color: #A0F77C;
}
.AnyTagClassName
{
color: #A0F77C;
}
</style>
background-color css
<style>
a { background-color: #A0F77C; }
a { background-color: rgb(160,247,124); }
div.DivClassName
{
background-color: #A0F77C;
}
.BgClassName
{
background-color: #A0F77C;
}
</style>
border-color css
<style>
span { border-color: #A0F77C; }
span { border-color: rgb(160,247,124); }
td.TdClassName
{
border-color: #A0F77C;
}
.TagClassName
{
border-color: #A0F77C;
}
</style>