Shades of Feijoa #A0FA6E
Tints of Feijoa #A0FA6E
RGB
CMYK
RGB Variations
Color information
#A0FA6E (or 0xA0FA6E) is known color: Feijoa. HEX triplet: A0, FA and 6E. RGB value is (160,250,110). Sum of RGB (Red+Green+Blue) = 160+250+110=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 110 (43.36% from 255 or 21.15% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FA6E is #5F0591. Grayscale: #CFCFCF. Windows color (decimal): -6227346 or 7273120. OLE color: 7273120.
HSL color Cylindrical-coordinate representation of color #A0FA6E: hue angle of 98.57º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0FA6E is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 250 | 110 | - |
| CMYK | 0.36 | 0 | 0.56 | 0.02 |
| HSL | 98.57º | 0.93% | 0.71% | - |
| HSV(B) | 98.57º | 0.56% | 0.98% | - |
| XYZ | 51.5 | 76.97 | 26.89 | - |
| YUV | 207.13 | 73.18 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 250 | 110 | 0.36 | 0 | 0.56 | 0.02 | 98.57 | 0.93 | 0.71 |
| Hex | A0 | FA | 6E | 24 | 0 | 38 | 2 | 63 | 5D | 47 |
| Octal | 240 | 372 | 156 | 44 | 0 | 70 | 2 | 143 | 135 | 107 |
| Binary | 10100000 | 11111010 | 1101110 | 100100 | 0 | 111000 | 10 | 1100011 | 1011101 | 1000111 |
Color Harmonies of #A0FA6E
Complementary color
Monochromatic Colors of #A0FA6E
Black with #A0FA6E
Text Example
Text Example
White with #A0FA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FA6E; }
p { color: rgb(160,250,110); }
H1.HeaderClassName
{
color: #A0FA6E;
}
.AnyTagClassName
{
color: #A0FA6E;
}
</style>
background-color css
<style>
a { background-color: #A0FA6E; }
a { background-color: rgb(160,250,110); }
div.DivClassName
{
background-color: #A0FA6E;
}
.BgClassName
{
background-color: #A0FA6E;
}
</style>
border-color css
<style>
span { border-color: #A0FA6E; }
span { border-color: rgb(160,250,110); }
td.TdClassName
{
border-color: #A0FA6E;
}
.TagClassName
{
border-color: #A0FA6E;
}
</style>