Shades of Feijoa #A0FF70
Tints of Feijoa #A0FF70
RGB
CMYK
RGB Variations
Color information
#A0FF70 (or 0xA0FF70) is known color: Feijoa. HEX triplet: A0, FF and 70. RGB value is (160,255,112). Sum of RGB (Red+Green+Blue) = 160+255+112=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FF70 is #5F008F. Grayscale: #D2D2D2. Windows color (decimal): -6226064 or 7405472. OLE color: 7405472.
HSL color Cylindrical-coordinate representation of color #A0FF70: hue angle of 99.86º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0FF70 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 112 | - |
| CMYK | 0.37 | 0 | 0.56 | 0 |
| HSL | 99.86º | 1% | 0.72% | - |
| HSV(B) | 99.86º | 0.56% | 1% | - |
| XYZ | 53.18 | 80.16 | 28 | - |
| YUV | 210.29 | 72.53 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 112 | 0.37 | 0 | 0.56 | 0 | 99.86 | 1 | 0.72 |
| Hex | A0 | FF | 70 | 25 | 0 | 38 | 0 | 64 | 64 | 48 |
| Octal | 240 | 377 | 160 | 45 | 0 | 70 | 0 | 144 | 144 | 110 |
| Binary | 10100000 | 11111111 | 1110000 | 100101 | 0 | 111000 | 0 | 1100100 | 1100100 | 1001000 |
Color Harmonies of #A0FF70
Complementary color
Monochromatic Colors of #A0FF70
Black with #A0FF70
Text Example
Text Example
White with #A0FF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FF70; }
p { color: rgb(160,255,112); }
H1.HeaderClassName
{
color: #A0FF70;
}
.AnyTagClassName
{
color: #A0FF70;
}
</style>
background-color css
<style>
a { background-color: #A0FF70; }
a { background-color: rgb(160,255,112); }
div.DivClassName
{
background-color: #A0FF70;
}
.BgClassName
{
background-color: #A0FF70;
}
</style>
border-color css
<style>
span { border-color: #A0FF70; }
span { border-color: rgb(160,255,112); }
td.TdClassName
{
border-color: #A0FF70;
}
.TagClassName
{
border-color: #A0FF70;
}
</style>