Shades of Feijoa #A0FB71
Tints of Feijoa #A0FB71
RGB
CMYK
RGB Variations
Color information
#A0FB71 (or 0xA0FB71) is known color: Feijoa. HEX triplet: A0, FB and 71. RGB value is (160,251,113). Sum of RGB (Red+Green+Blue) = 160+251+113=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 251 (98.44% from 255 or 47.90% from 524); Blue value is 113 (44.53% from 255 or 21.56% from 524); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FB71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FB71 is #5F048E. Grayscale: #D0D0D0. Windows color (decimal): -6227087 or 7469984. OLE color: 7469984.
HSL color Cylindrical-coordinate representation of color #A0FB71: hue angle of 99.57º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0FB71 is Cyan = 0.36, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 251 | 113 | - |
| CMYK | 0.36 | 0 | 0.55 | 0.02 |
| HSL | 99.57º | 0.95% | 0.71% | - |
| HSV(B) | 99.57º | 0.55% | 0.98% | - |
| XYZ | 51.98 | 77.66 | 27.87 | - |
| YUV | 208.06 | 74.35 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 251 | 113 | 0.36 | 0 | 0.55 | 0.02 | 99.57 | 0.95 | 0.71 |
| Hex | A0 | FB | 71 | 24 | 0 | 37 | 2 | 64 | 5F | 47 |
| Octal | 240 | 373 | 161 | 44 | 0 | 67 | 2 | 144 | 137 | 107 |
| Binary | 10100000 | 11111011 | 1110001 | 100100 | 0 | 110111 | 10 | 1100100 | 1011111 | 1000111 |
Color Harmonies of #A0FB71
Complementary color
Monochromatic Colors of #A0FB71
Black with #A0FB71
Text Example
Text Example
White with #A0FB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FB71; }
p { color: rgb(160,251,113); }
H1.HeaderClassName
{
color: #A0FB71;
}
.AnyTagClassName
{
color: #A0FB71;
}
</style>
background-color css
<style>
a { background-color: #A0FB71; }
a { background-color: rgb(160,251,113); }
div.DivClassName
{
background-color: #A0FB71;
}
.BgClassName
{
background-color: #A0FB71;
}
</style>
border-color css
<style>
span { border-color: #A0FB71; }
span { border-color: rgb(160,251,113); }
td.TdClassName
{
border-color: #A0FB71;
}
.TagClassName
{
border-color: #A0FB71;
}
</style>