Shades of Feijoa #A0F76D
Tints of Feijoa #A0F76D
RGB
CMYK
RGB Variations
Color information
#A0F76D (or 0xA0F76D) is known color: Feijoa. HEX triplet: A0, F7 and 6D. RGB value is (160,247,109). Sum of RGB (Red+Green+Blue) = 160+247+109=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 247 (96.88% from 255 or 47.87% from 516); Blue value is 109 (42.97% from 255 or 21.12% from 516); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F76D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F76D is #5F0892. Grayscale: #CDCDCD. Windows color (decimal): -6228115 or 7206816. OLE color: 7206816.
HSL color Cylindrical-coordinate representation of color #A0F76D: hue angle of 97.83º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0F76D is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 247 | 109 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.03 |
| HSL | 97.83º | 0.9% | 0.7% | - |
| HSV(B) | 97.83º | 0.56% | 0.97% | - |
| XYZ | 50.52 | 75.1 | 26.3 | - |
| YUV | 205.26 | 73.68 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 247 | 109 | 0.35 | 0 | 0.56 | 0.03 | 97.83 | 0.9 | 0.7 |
| Hex | A0 | F7 | 6D | 23 | 0 | 38 | 3 | 62 | 5A | 46 |
| Octal | 240 | 367 | 155 | 43 | 0 | 70 | 3 | 142 | 132 | 106 |
| Binary | 10100000 | 11110111 | 1101101 | 100011 | 0 | 111000 | 11 | 1100010 | 1011010 | 1000110 |
Color Harmonies of #A0F76D
Complementary color
Monochromatic Colors of #A0F76D
Black with #A0F76D
Text Example
Text Example
White with #A0F76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F76D; }
p { color: rgb(160,247,109); }
H1.HeaderClassName
{
color: #A0F76D;
}
.AnyTagClassName
{
color: #A0F76D;
}
</style>
background-color css
<style>
a { background-color: #A0F76D; }
a { background-color: rgb(160,247,109); }
div.DivClassName
{
background-color: #A0F76D;
}
.BgClassName
{
background-color: #A0F76D;
}
</style>
border-color css
<style>
span { border-color: #A0F76D; }
span { border-color: rgb(160,247,109); }
td.TdClassName
{
border-color: #A0F76D;
}
.TagClassName
{
border-color: #A0F76D;
}
</style>