Shades of Feijoa #A0FB6B
Tints of Feijoa #A0FB6B
RGB
CMYK
RGB Variations
Color information
#A0FB6B (or 0xA0FB6B) is known color: Feijoa. HEX triplet: A0, FB and 6B. RGB value is (160,251,107). Sum of RGB (Red+Green+Blue) = 160+251+107=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 251 (98.44% from 255 or 48.46% from 518); Blue value is 107 (42.19% from 255 or 20.66% from 518); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FB6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FB6B is #5F0494. Grayscale: #CFCFCF. Windows color (decimal): -6227093 or 7076768. OLE color: 7076768.
HSL color Cylindrical-coordinate representation of color #A0FB6B: hue angle of 97.92º degrees, saturation: 0.95, 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 #A0FB6B is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 251 | 107 | - |
| CMYK | 0.36 | 0 | 0.57 | 0.02 |
| HSL | 97.92º | 0.95% | 0.7% | - |
| HSV(B) | 97.92º | 0.57% | 0.98% | - |
| XYZ | 51.65 | 77.53 | 26.15 | - |
| YUV | 207.38 | 71.35 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 251 | 107 | 0.36 | 0 | 0.57 | 0.02 | 97.92 | 0.95 | 0.7 |
| Hex | A0 | FB | 6B | 24 | 0 | 39 | 2 | 62 | 5F | 46 |
| Octal | 240 | 373 | 153 | 44 | 0 | 71 | 2 | 142 | 137 | 106 |
| Binary | 10100000 | 11111011 | 1101011 | 100100 | 0 | 111001 | 10 | 1100010 | 1011111 | 1000110 |
Color Harmonies of #A0FB6B
Complementary color
Monochromatic Colors of #A0FB6B
Black with #A0FB6B
Text Example
Text Example
White with #A0FB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FB6B; }
p { color: rgb(160,251,107); }
H1.HeaderClassName
{
color: #A0FB6B;
}
.AnyTagClassName
{
color: #A0FB6B;
}
</style>
background-color css
<style>
a { background-color: #A0FB6B; }
a { background-color: rgb(160,251,107); }
div.DivClassName
{
background-color: #A0FB6B;
}
.BgClassName
{
background-color: #A0FB6B;
}
</style>
border-color css
<style>
span { border-color: #A0FB6B; }
span { border-color: rgb(160,251,107); }
td.TdClassName
{
border-color: #A0FB6B;
}
.TagClassName
{
border-color: #A0FB6B;
}
</style>