Shades of Feijoa #A0F86B
Tints of Feijoa #A0F86B
RGB
CMYK
RGB Variations
Color information
#A0F86B (or 0xA0F86B) is known color: Feijoa. HEX triplet: A0, F8 and 6B. RGB value is (160,248,107). Sum of RGB (Red+Green+Blue) = 160+248+107=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 248 (97.27% from 255 or 48.16% from 515); Blue value is 107 (42.19% from 255 or 20.78% from 515); Max value from RGB is 248 - color contains mainly: green. Hex color #A0F86B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F86B is #5F0794. Grayscale: #CECECE. Windows color (decimal): -6227861 or 7076000. OLE color: 7076000.
HSL color Cylindrical-coordinate representation of color #A0F86B: hue angle of 97.45º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0F86B is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 248 | 107 | - |
| CMYK | 0.35 | 0 | 0.57 | 0.03 |
| HSL | 97.45º | 0.91% | 0.7% | - |
| HSV(B) | 97.45º | 0.57% | 0.97% | - |
| XYZ | 50.72 | 75.67 | 25.84 | - |
| YUV | 205.61 | 72.35 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 248 | 107 | 0.35 | 0 | 0.57 | 0.03 | 97.45 | 0.91 | 0.7 |
| Hex | A0 | F8 | 6B | 23 | 0 | 39 | 3 | 61 | 5B | 46 |
| Octal | 240 | 370 | 153 | 43 | 0 | 71 | 3 | 141 | 133 | 106 |
| Binary | 10100000 | 11111000 | 1101011 | 100011 | 0 | 111001 | 11 | 1100001 | 1011011 | 1000110 |
Color Harmonies of #A0F86B
Complementary color
Monochromatic Colors of #A0F86B
Black with #A0F86B
Text Example
Text Example
White with #A0F86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F86B; }
p { color: rgb(160,248,107); }
H1.HeaderClassName
{
color: #A0F86B;
}
.AnyTagClassName
{
color: #A0F86B;
}
</style>
background-color css
<style>
a { background-color: #A0F86B; }
a { background-color: rgb(160,248,107); }
div.DivClassName
{
background-color: #A0F86B;
}
.BgClassName
{
background-color: #A0F86B;
}
</style>
border-color css
<style>
span { border-color: #A0F86B; }
span { border-color: rgb(160,248,107); }
td.TdClassName
{
border-color: #A0F86B;
}
.TagClassName
{
border-color: #A0F86B;
}
</style>