Shades of Feijoa #A0F96B
Tints of Feijoa #A0F96B
RGB
CMYK
RGB Variations
Color information
#A0F96B (or 0xA0F96B) is known color: Feijoa. HEX triplet: A0, F9 and 6B. RGB value is (160,249,107). Sum of RGB (Red+Green+Blue) = 160+249+107=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 249 (97.66% from 255 or 48.26% from 516); Blue value is 107 (42.19% from 255 or 20.74% from 516); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F96B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F96B is #5F0694. Grayscale: #CECECE. Windows color (decimal): -6227605 or 7076256. OLE color: 7076256.
HSL color Cylindrical-coordinate representation of color #A0F96B: hue angle of 97.61º 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 #A0F96B is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 249 | 107 | - |
| CMYK | 0.36 | 0 | 0.57 | 0.02 |
| HSL | 97.61º | 0.92% | 0.7% | - |
| HSV(B) | 97.61º | 0.57% | 0.98% | - |
| XYZ | 51.03 | 76.29 | 25.95 | - |
| YUV | 206.2 | 72.01 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 249 | 107 | 0.36 | 0 | 0.57 | 0.02 | 97.61 | 0.92 | 0.7 |
| Hex | A0 | F9 | 6B | 24 | 0 | 39 | 2 | 62 | 5C | 46 |
| Octal | 240 | 371 | 153 | 44 | 0 | 71 | 2 | 142 | 134 | 106 |
| Binary | 10100000 | 11111001 | 1101011 | 100100 | 0 | 111001 | 10 | 1100010 | 1011100 | 1000110 |
Color Harmonies of #A0F96B
Complementary color
Monochromatic Colors of #A0F96B
Black with #A0F96B
Text Example
Text Example
White with #A0F96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F96B; }
p { color: rgb(160,249,107); }
H1.HeaderClassName
{
color: #A0F96B;
}
.AnyTagClassName
{
color: #A0F96B;
}
</style>
background-color css
<style>
a { background-color: #A0F96B; }
a { background-color: rgb(160,249,107); }
div.DivClassName
{
background-color: #A0F96B;
}
.BgClassName
{
background-color: #A0F96B;
}
</style>
border-color css
<style>
span { border-color: #A0F96B; }
span { border-color: rgb(160,249,107); }
td.TdClassName
{
border-color: #A0F96B;
}
.TagClassName
{
border-color: #A0F96B;
}
</style>