Shades of Feijoa #A0FE73
Tints of Feijoa #A0FE73
RGB
CMYK
RGB Variations
Color information
#A0FE73 (or 0xA0FE73) is known color: Feijoa. HEX triplet: A0, FE and 73. RGB value is (160,254,115). Sum of RGB (Red+Green+Blue) = 160+254+115=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 254 (99.61% from 255 or 48.02% from 529); Blue value is 115 (45.31% from 255 or 21.74% from 529); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FE73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FE73 is #5F018C. Grayscale: #D2D2D2. Windows color (decimal): -6226317 or 7601824. OLE color: 7601824.
HSL color Cylindrical-coordinate representation of color #A0FE73: hue angle of 100.58º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0FE73 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 254 | 115 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.00 |
| HSL | 100.58º | 0.99% | 0.72% | - |
| HSV(B) | 100.58º | 0.55% | 1% | - |
| XYZ | 53.03 | 79.6 | 28.79 | - |
| YUV | 210.05 | 74.36 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 254 | 115 | 0.37 | 0 | 0.55 | 0.00 | 100.58 | 0.99 | 0.72 |
| Hex | A0 | FE | 73 | 25 | 0 | 37 | 0 | 65 | 63 | 48 |
| Octal | 240 | 376 | 163 | 45 | 0 | 67 | 0 | 145 | 143 | 110 |
| Binary | 10100000 | 11111110 | 1110011 | 100101 | 0 | 110111 | 0 | 1100101 | 1100011 | 1001000 |
Color Harmonies of #A0FE73
Complementary color
Monochromatic Colors of #A0FE73
Black with #A0FE73
Text Example
Text Example
White with #A0FE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FE73; }
p { color: rgb(160,254,115); }
H1.HeaderClassName
{
color: #A0FE73;
}
.AnyTagClassName
{
color: #A0FE73;
}
</style>
background-color css
<style>
a { background-color: #A0FE73; }
a { background-color: rgb(160,254,115); }
div.DivClassName
{
background-color: #A0FE73;
}
.BgClassName
{
background-color: #A0FE73;
}
</style>
border-color css
<style>
span { border-color: #A0FE73; }
span { border-color: rgb(160,254,115); }
td.TdClassName
{
border-color: #A0FE73;
}
.TagClassName
{
border-color: #A0FE73;
}
</style>