Shades of Feijoa #A0EA73
Tints of Feijoa #A0EA73
RGB
CMYK
RGB Variations
Color information
#A0EA73 (or 0xA0EA73) is known color: Feijoa. HEX triplet: A0, EA and 73. RGB value is (160,234,115). Sum of RGB (Red+Green+Blue) = 160+234+115=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 234 (91.80% from 255 or 45.97% from 509); Blue value is 115 (45.31% from 255 or 22.59% from 509); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EA73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EA73 is #5F158C. Grayscale: #C6C6C6. Windows color (decimal): -6231437 or 7596704. OLE color: 7596704.
HSL color Cylindrical-coordinate representation of color #A0EA73: hue angle of 97.31º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0EA73 is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 234 | 115 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.08 |
| HSL | 97.31º | 0.74% | 0.68% | - |
| HSV(B) | 97.31º | 0.51% | 0.92% | - |
| XYZ | 47.01 | 67.56 | 26.78 | - |
| YUV | 198.31 | 80.98 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 234 | 115 | 0.32 | 0 | 0.51 | 0.08 | 97.31 | 0.74 | 0.68 |
| Hex | A0 | EA | 73 | 20 | 0 | 33 | 8 | 61 | 4A | 44 |
| Octal | 240 | 352 | 163 | 40 | 0 | 63 | 10 | 141 | 112 | 104 |
| Binary | 10100000 | 11101010 | 1110011 | 100000 | 0 | 110011 | 1000 | 1100001 | 1001010 | 1000100 |
Color Harmonies of #A0EA73
Complementary color
Monochromatic Colors of #A0EA73
Black with #A0EA73
Text Example
Text Example
White with #A0EA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EA73; }
p { color: rgb(160,234,115); }
H1.HeaderClassName
{
color: #A0EA73;
}
.AnyTagClassName
{
color: #A0EA73;
}
</style>
background-color css
<style>
a { background-color: #A0EA73; }
a { background-color: rgb(160,234,115); }
div.DivClassName
{
background-color: #A0EA73;
}
.BgClassName
{
background-color: #A0EA73;
}
</style>
border-color css
<style>
span { border-color: #A0EA73; }
span { border-color: rgb(160,234,115); }
td.TdClassName
{
border-color: #A0EA73;
}
.TagClassName
{
border-color: #A0EA73;
}
</style>