Shades of Feijoa #A0DA6E
Tints of Feijoa #A0DA6E
RGB
CMYK
RGB Variations
Color information
#A0DA6E (or 0xA0DA6E) is known color: Feijoa. HEX triplet: A0, DA and 6E. RGB value is (160,218,110). Sum of RGB (Red+Green+Blue) = 160+218+110=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DA6E is #5F2591. Grayscale: #BCBCBC. Windows color (decimal): -6235538 or 7264928. OLE color: 7264928.
HSL color Cylindrical-coordinate representation of color #A0DA6E: hue angle of 92.22º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0DA6E is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 110 | - |
| CMYK | 0.27 | 0 | 0.50 | 0.15 |
| HSL | 92.22º | 0.59% | 0.64% | - |
| HSV(B) | 92.22º | 0.5% | 0.85% | - |
| XYZ | 42.38 | 58.74 | 23.86 | - |
| YUV | 188.35 | 83.78 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 110 | 0.27 | 0 | 0.50 | 0.15 | 92.22 | 0.59 | 0.64 |
| Hex | A0 | DA | 6E | 1B | 0 | 32 | F | 5C | 3B | 40 |
| Octal | 240 | 332 | 156 | 33 | 0 | 62 | 17 | 134 | 73 | 100 |
| Binary | 10100000 | 11011010 | 1101110 | 11011 | 0 | 110010 | 1111 | 1011100 | 111011 | 1000000 |
Color Harmonies of #A0DA6E
Complementary color
Monochromatic Colors of #A0DA6E
Black with #A0DA6E
Text Example
Text Example
White with #A0DA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DA6E; }
p { color: rgb(160,218,110); }
H1.HeaderClassName
{
color: #A0DA6E;
}
.AnyTagClassName
{
color: #A0DA6E;
}
</style>
background-color css
<style>
a { background-color: #A0DA6E; }
a { background-color: rgb(160,218,110); }
div.DivClassName
{
background-color: #A0DA6E;
}
.BgClassName
{
background-color: #A0DA6E;
}
</style>
border-color css
<style>
span { border-color: #A0DA6E; }
span { border-color: rgb(160,218,110); }
td.TdClassName
{
border-color: #A0DA6E;
}
.TagClassName
{
border-color: #A0DA6E;
}
</style>