Shades of Feijoa #A0F86C
Tints of Feijoa #A0F86C
RGB
CMYK
RGB Variations
Color information
#A0F86C (or 0xA0F86C) is known color: Feijoa. HEX triplet: A0, F8 and 6C. RGB value is (160,248,108). Sum of RGB (Red+Green+Blue) = 160+248+108=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 248 (97.27% from 255 or 48.06% from 516); Blue value is 108 (42.58% from 255 or 20.93% from 516); Max value from RGB is 248 - color contains mainly: green. Hex color #A0F86C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F86C is #5F0793. Grayscale: #CECECE. Windows color (decimal): -6227860 or 7141536. OLE color: 7141536.
HSL color Cylindrical-coordinate representation of color #A0F86C: hue angle of 97.71º degrees, saturation: 0.91, 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 #A0F86C is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 248 | 108 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.03 |
| HSL | 97.71º | 0.91% | 0.7% | - |
| HSV(B) | 97.71º | 0.56% | 0.97% | - |
| XYZ | 50.77 | 75.69 | 26.12 | - |
| YUV | 205.73 | 72.85 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 248 | 108 | 0.35 | 0 | 0.56 | 0.03 | 97.71 | 0.91 | 0.7 |
| Hex | A0 | F8 | 6C | 23 | 0 | 38 | 3 | 62 | 5B | 46 |
| Octal | 240 | 370 | 154 | 43 | 0 | 70 | 3 | 142 | 133 | 106 |
| Binary | 10100000 | 11111000 | 1101100 | 100011 | 0 | 111000 | 11 | 1100010 | 1011011 | 1000110 |
Color Harmonies of #A0F86C
Complementary color
Monochromatic Colors of #A0F86C
Black with #A0F86C
Text Example
Text Example
White with #A0F86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F86C; }
p { color: rgb(160,248,108); }
H1.HeaderClassName
{
color: #A0F86C;
}
.AnyTagClassName
{
color: #A0F86C;
}
</style>
background-color css
<style>
a { background-color: #A0F86C; }
a { background-color: rgb(160,248,108); }
div.DivClassName
{
background-color: #A0F86C;
}
.BgClassName
{
background-color: #A0F86C;
}
</style>
border-color css
<style>
span { border-color: #A0F86C; }
span { border-color: rgb(160,248,108); }
td.TdClassName
{
border-color: #A0F86C;
}
.TagClassName
{
border-color: #A0F86C;
}
</style>