Shades of Feijoa #A0FB70
Tints of Feijoa #A0FB70
RGB
CMYK
RGB Variations
Color information
#A0FB70 (or 0xA0FB70) is known color: Feijoa. HEX triplet: A0, FB and 70. RGB value is (160,251,112). Sum of RGB (Red+Green+Blue) = 160+251+112=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 251 (98.44% from 255 or 47.99% from 523); Blue value is 112 (44.14% from 255 or 21.41% from 523); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FB70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FB70 is #5F048F. Grayscale: #D0D0D0. Windows color (decimal): -6227088 or 7404448. OLE color: 7404448.
HSL color Cylindrical-coordinate representation of color #A0FB70: hue angle of 99.28º 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 #A0FB70 is Cyan = 0.36, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 251 | 112 | - |
| CMYK | 0.36 | 0 | 0.55 | 0.02 |
| HSL | 99.28º | 0.95% | 0.71% | - |
| HSV(B) | 99.28º | 0.55% | 0.98% | - |
| XYZ | 51.92 | 77.64 | 27.58 | - |
| YUV | 207.95 | 73.85 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 251 | 112 | 0.36 | 0 | 0.55 | 0.02 | 99.28 | 0.95 | 0.71 |
| Hex | A0 | FB | 70 | 24 | 0 | 37 | 2 | 63 | 5F | 47 |
| Octal | 240 | 373 | 160 | 44 | 0 | 67 | 2 | 143 | 137 | 107 |
| Binary | 10100000 | 11111011 | 1110000 | 100100 | 0 | 110111 | 10 | 1100011 | 1011111 | 1000111 |
Color Harmonies of #A0FB70
Complementary color
Monochromatic Colors of #A0FB70
Black with #A0FB70
Text Example
Text Example
White with #A0FB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FB70; }
p { color: rgb(160,251,112); }
H1.HeaderClassName
{
color: #A0FB70;
}
.AnyTagClassName
{
color: #A0FB70;
}
</style>
background-color css
<style>
a { background-color: #A0FB70; }
a { background-color: rgb(160,251,112); }
div.DivClassName
{
background-color: #A0FB70;
}
.BgClassName
{
background-color: #A0FB70;
}
</style>
border-color css
<style>
span { border-color: #A0FB70; }
span { border-color: rgb(160,251,112); }
td.TdClassName
{
border-color: #A0FB70;
}
.TagClassName
{
border-color: #A0FB70;
}
</style>