Shades of Feijoa #A0FB68
Tints of Feijoa #A0FB68
RGB
CMYK
RGB Variations
Color information
#A0FB68 (or 0xA0FB68) is known color: Feijoa. HEX triplet: A0, FB and 68. RGB value is (160,251,104). Sum of RGB (Red+Green+Blue) = 160+251+104=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 251 (98.44% from 255 or 48.74% from 515); Blue value is 104 (41.02% from 255 or 20.19% from 515); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FB68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FB68 is #5F0497. Grayscale: #CFCFCF. Windows color (decimal): -6227096 or 6880160. OLE color: 6880160.
HSL color Cylindrical-coordinate representation of color #A0FB68: hue angle of 97.14º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0FB68 is Cyan = 0.36, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 251 | 104 | - |
| CMYK | 0.36 | 0 | 0.59 | 0.02 |
| HSL | 97.14º | 0.95% | 0.7% | - |
| HSV(B) | 97.14º | 0.59% | 0.98% | - |
| XYZ | 51.49 | 77.47 | 25.34 | - |
| YUV | 207.03 | 69.85 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 251 | 104 | 0.36 | 0 | 0.59 | 0.02 | 97.14 | 0.95 | 0.7 |
| Hex | A0 | FB | 68 | 24 | 0 | 3B | 2 | 61 | 5F | 46 |
| Octal | 240 | 373 | 150 | 44 | 0 | 73 | 2 | 141 | 137 | 106 |
| Binary | 10100000 | 11111011 | 1101000 | 100100 | 0 | 111011 | 10 | 1100001 | 1011111 | 1000110 |
Color Harmonies of #A0FB68
Complementary color
Monochromatic Colors of #A0FB68
Black with #A0FB68
Text Example
Text Example
White with #A0FB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FB68; }
p { color: rgb(160,251,104); }
H1.HeaderClassName
{
color: #A0FB68;
}
.AnyTagClassName
{
color: #A0FB68;
}
</style>
background-color css
<style>
a { background-color: #A0FB68; }
a { background-color: rgb(160,251,104); }
div.DivClassName
{
background-color: #A0FB68;
}
.BgClassName
{
background-color: #A0FB68;
}
</style>
border-color css
<style>
span { border-color: #A0FB68; }
span { border-color: rgb(160,251,104); }
td.TdClassName
{
border-color: #A0FB68;
}
.TagClassName
{
border-color: #A0FB68;
}
</style>