Shades of Feijoa #A0F96C
Tints of Feijoa #A0F96C
RGB
CMYK
RGB Variations
Color information
#A0F96C (or 0xA0F96C) is known color: Feijoa. HEX triplet: A0, F9 and 6C. RGB value is (160,249,108). Sum of RGB (Red+Green+Blue) = 160+249+108=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 249 (97.66% from 255 or 48.16% from 517); Blue value is 108 (42.58% from 255 or 20.89% from 517); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F96C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F96C is #5F0693. Grayscale: #CECECE. Windows color (decimal): -6227604 or 7141792. OLE color: 7141792.
HSL color Cylindrical-coordinate representation of color #A0F96C: hue angle of 97.87º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0F96C is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 249 | 108 | - |
| CMYK | 0.36 | 0 | 0.57 | 0.02 |
| HSL | 97.87º | 0.92% | 0.7% | - |
| HSV(B) | 97.87º | 0.57% | 0.98% | - |
| XYZ | 51.08 | 76.31 | 26.22 | - |
| YUV | 206.32 | 72.51 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 249 | 108 | 0.36 | 0 | 0.57 | 0.02 | 97.87 | 0.92 | 0.7 |
| Hex | A0 | F9 | 6C | 24 | 0 | 39 | 2 | 62 | 5C | 46 |
| Octal | 240 | 371 | 154 | 44 | 0 | 71 | 2 | 142 | 134 | 106 |
| Binary | 10100000 | 11111001 | 1101100 | 100100 | 0 | 111001 | 10 | 1100010 | 1011100 | 1000110 |
Color Harmonies of #A0F96C
Complementary color
Monochromatic Colors of #A0F96C
Black with #A0F96C
Text Example
Text Example
White with #A0F96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F96C; }
p { color: rgb(160,249,108); }
H1.HeaderClassName
{
color: #A0F96C;
}
.AnyTagClassName
{
color: #A0F96C;
}
</style>
background-color css
<style>
a { background-color: #A0F96C; }
a { background-color: rgb(160,249,108); }
div.DivClassName
{
background-color: #A0F96C;
}
.BgClassName
{
background-color: #A0F96C;
}
</style>
border-color css
<style>
span { border-color: #A0F96C; }
span { border-color: rgb(160,249,108); }
td.TdClassName
{
border-color: #A0F96C;
}
.TagClassName
{
border-color: #A0F96C;
}
</style>