Shades of Feijoa #A0DA6D
Tints of Feijoa #A0DA6D
RGB
CMYK
RGB Variations
Color information
#A0DA6D (or 0xA0DA6D) is known color: Feijoa. HEX triplet: A0, DA and 6D. RGB value is (160,218,109). Sum of RGB (Red+Green+Blue) = 160+218+109=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DA6D is #5F2592. Grayscale: #BCBCBC. Windows color (decimal): -6235539 or 7199392. OLE color: 7199392.
HSL color Cylindrical-coordinate representation of color #A0DA6D: hue angle of 91.93º degrees, saturation: 0.6, 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 #A0DA6D is Cyan = 0.27, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 109 | - |
| CMYK | 0.27 | 0 | 0.5 | 0.15 |
| HSL | 91.93º | 0.6% | 0.64% | - |
| HSV(B) | 91.93º | 0.5% | 0.85% | - |
| XYZ | 42.33 | 58.72 | 23.57 | - |
| YUV | 188.23 | 83.28 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 109 | 0.27 | 0 | 0.5 | 0.15 | 91.93 | 0.6 | 0.64 |
| Hex | A0 | DA | 6D | 1B | 0 | 32 | F | 5C | 3C | 40 |
| Octal | 240 | 332 | 155 | 33 | 0 | 62 | 17 | 134 | 74 | 100 |
| Binary | 10100000 | 11011010 | 1101101 | 11011 | 0 | 110010 | 1111 | 1011100 | 111100 | 1000000 |
Color Harmonies of #A0DA6D
Complementary color
Monochromatic Colors of #A0DA6D
Black with #A0DA6D
Text Example
Text Example
White with #A0DA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DA6D; }
p { color: rgb(160,218,109); }
H1.HeaderClassName
{
color: #A0DA6D;
}
.AnyTagClassName
{
color: #A0DA6D;
}
</style>
background-color css
<style>
a { background-color: #A0DA6D; }
a { background-color: rgb(160,218,109); }
div.DivClassName
{
background-color: #A0DA6D;
}
.BgClassName
{
background-color: #A0DA6D;
}
</style>
border-color css
<style>
span { border-color: #A0DA6D; }
span { border-color: rgb(160,218,109); }
td.TdClassName
{
border-color: #A0DA6D;
}
.TagClassName
{
border-color: #A0DA6D;
}
</style>