Shades of Feijoa #A0DA73
Tints of Feijoa #A0DA73
RGB
CMYK
RGB Variations
Color information
#A0DA73 (or 0xA0DA73) is known color: Feijoa. HEX triplet: A0, DA and 73. RGB value is (160,218,115). Sum of RGB (Red+Green+Blue) = 160+218+115=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 115 (45.31% from 255 or 23.33% from 493); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DA73 is #5F258C. Grayscale: #BDBDBD. Windows color (decimal): -6235533 or 7592608. OLE color: 7592608.
HSL color Cylindrical-coordinate representation of color #A0DA73: hue angle of 93.79º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0DA73 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 115 | - |
| CMYK | 0.27 | 0 | 0.47 | 0.15 |
| HSL | 93.79º | 0.58% | 0.65% | - |
| HSV(B) | 93.79º | 0.47% | 0.85% | - |
| XYZ | 42.66 | 58.85 | 25.33 | - |
| YUV | 188.92 | 86.28 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 115 | 0.27 | 0 | 0.47 | 0.15 | 93.79 | 0.58 | 0.65 |
| Hex | A0 | DA | 73 | 1B | 0 | 2F | F | 5E | 3A | 41 |
| Octal | 240 | 332 | 163 | 33 | 0 | 57 | 17 | 136 | 72 | 101 |
| Binary | 10100000 | 11011010 | 1110011 | 11011 | 0 | 101111 | 1111 | 1011110 | 111010 | 1000001 |
Color Harmonies of #A0DA73
Complementary color
Monochromatic Colors of #A0DA73
Black with #A0DA73
Text Example
Text Example
White with #A0DA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DA73; }
p { color: rgb(160,218,115); }
H1.HeaderClassName
{
color: #A0DA73;
}
.AnyTagClassName
{
color: #A0DA73;
}
</style>
background-color css
<style>
a { background-color: #A0DA73; }
a { background-color: rgb(160,218,115); }
div.DivClassName
{
background-color: #A0DA73;
}
.BgClassName
{
background-color: #A0DA73;
}
</style>
border-color css
<style>
span { border-color: #A0DA73; }
span { border-color: rgb(160,218,115); }
td.TdClassName
{
border-color: #A0DA73;
}
.TagClassName
{
border-color: #A0DA73;
}
</style>