Shades of Feijoa #A0FD70
Tints of Feijoa #A0FD70
RGB
CMYK
RGB Variations
Color information
#A0FD70 (or 0xA0FD70) is known color: Feijoa. HEX triplet: A0, FD and 70. RGB value is (160,253,112). Sum of RGB (Red+Green+Blue) = 160+253+112=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 253 (99.22% from 255 or 48.19% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FD70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FD70 is #5F028F. Grayscale: #D1D1D1. Windows color (decimal): -6226576 or 7404960. OLE color: 7404960.
HSL color Cylindrical-coordinate representation of color #A0FD70: hue angle of 99.57º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0FD70 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 253 | 112 | - |
| CMYK | 0.37 | 0 | 0.56 | 0.01 |
| HSL | 99.57º | 0.97% | 0.72% | - |
| HSV(B) | 99.57º | 0.56% | 0.99% | - |
| XYZ | 52.55 | 78.89 | 27.79 | - |
| YUV | 209.12 | 73.19 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 253 | 112 | 0.37 | 0 | 0.56 | 0.01 | 99.57 | 0.97 | 0.72 |
| Hex | A0 | FD | 70 | 25 | 0 | 38 | 1 | 64 | 61 | 48 |
| Octal | 240 | 375 | 160 | 45 | 0 | 70 | 1 | 144 | 141 | 110 |
| Binary | 10100000 | 11111101 | 1110000 | 100101 | 0 | 111000 | 1 | 1100100 | 1100001 | 1001000 |
Color Harmonies of #A0FD70
Complementary color
Monochromatic Colors of #A0FD70
Black with #A0FD70
Text Example
Text Example
White with #A0FD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FD70; }
p { color: rgb(160,253,112); }
H1.HeaderClassName
{
color: #A0FD70;
}
.AnyTagClassName
{
color: #A0FD70;
}
</style>
background-color css
<style>
a { background-color: #A0FD70; }
a { background-color: rgb(160,253,112); }
div.DivClassName
{
background-color: #A0FD70;
}
.BgClassName
{
background-color: #A0FD70;
}
</style>
border-color css
<style>
span { border-color: #A0FD70; }
span { border-color: rgb(160,253,112); }
td.TdClassName
{
border-color: #A0FD70;
}
.TagClassName
{
border-color: #A0FD70;
}
</style>