Shades of Feijoa #A0DE6D
Tints of Feijoa #A0DE6D
RGB
CMYK
RGB Variations
Color information
#A0DE6D (or 0xA0DE6D) is known color: Feijoa. HEX triplet: A0, DE and 6D. RGB value is (160,222,109). Sum of RGB (Red+Green+Blue) = 160+222+109=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 222 (87.11% from 255 or 45.21% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 222 - color contains mainly: green. Hex color #A0DE6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DE6D is #5F2192. Grayscale: #BEBEBE. Windows color (decimal): -6234515 or 7200416. OLE color: 7200416.
HSL color Cylindrical-coordinate representation of color #A0DE6D: hue angle of 92.92º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0DE6D is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 222 | 109 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.13 |
| HSL | 92.92º | 0.63% | 0.65% | - |
| HSV(B) | 92.92º | 0.51% | 0.87% | - |
| XYZ | 43.38 | 60.82 | 23.92 | - |
| YUV | 190.58 | 81.96 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 222 | 109 | 0.28 | 0 | 0.51 | 0.13 | 92.92 | 0.63 | 0.65 |
| Hex | A0 | DE | 6D | 1C | 0 | 33 | D | 5D | 3F | 41 |
| Octal | 240 | 336 | 155 | 34 | 0 | 63 | 15 | 135 | 77 | 101 |
| Binary | 10100000 | 11011110 | 1101101 | 11100 | 0 | 110011 | 1101 | 1011101 | 111111 | 1000001 |
Color Harmonies of #A0DE6D
Complementary color
Monochromatic Colors of #A0DE6D
Black with #A0DE6D
Text Example
Text Example
White with #A0DE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DE6D; }
p { color: rgb(160,222,109); }
H1.HeaderClassName
{
color: #A0DE6D;
}
.AnyTagClassName
{
color: #A0DE6D;
}
</style>
background-color css
<style>
a { background-color: #A0DE6D; }
a { background-color: rgb(160,222,109); }
div.DivClassName
{
background-color: #A0DE6D;
}
.BgClassName
{
background-color: #A0DE6D;
}
</style>
border-color css
<style>
span { border-color: #A0DE6D; }
span { border-color: rgb(160,222,109); }
td.TdClassName
{
border-color: #A0DE6D;
}
.TagClassName
{
border-color: #A0DE6D;
}
</style>