Shades of Feijoa #A0E06D
Tints of Feijoa #A0E06D
RGB
CMYK
RGB Variations
Color information
#A0E06D (or 0xA0E06D) is known color: Feijoa. HEX triplet: A0, E0 and 6D. RGB value is (160,224,109). Sum of RGB (Red+Green+Blue) = 160+224+109=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 224 (87.89% from 255 or 45.44% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E06D is #5F1F92. Grayscale: #C0C0C0. Windows color (decimal): -6234003 or 7200928. OLE color: 7200928.
HSL color Cylindrical-coordinate representation of color #A0E06D: hue angle of 93.39º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0E06D is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 224 | 109 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.12 |
| HSL | 93.39º | 0.65% | 0.65% | - |
| HSV(B) | 93.39º | 0.51% | 0.88% | - |
| XYZ | 43.91 | 61.89 | 24.1 | - |
| YUV | 191.75 | 81.3 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 224 | 109 | 0.29 | 0 | 0.51 | 0.12 | 93.39 | 0.65 | 0.65 |
| Hex | A0 | E0 | 6D | 1D | 0 | 33 | C | 5D | 41 | 41 |
| Octal | 240 | 340 | 155 | 35 | 0 | 63 | 14 | 135 | 101 | 101 |
| Binary | 10100000 | 11100000 | 1101101 | 11101 | 0 | 110011 | 1100 | 1011101 | 1000001 | 1000001 |
Color Harmonies of #A0E06D
Complementary color
Monochromatic Colors of #A0E06D
Black with #A0E06D
Text Example
Text Example
White with #A0E06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E06D; }
p { color: rgb(160,224,109); }
H1.HeaderClassName
{
color: #A0E06D;
}
.AnyTagClassName
{
color: #A0E06D;
}
</style>
background-color css
<style>
a { background-color: #A0E06D; }
a { background-color: rgb(160,224,109); }
div.DivClassName
{
background-color: #A0E06D;
}
.BgClassName
{
background-color: #A0E06D;
}
</style>
border-color css
<style>
span { border-color: #A0E06D; }
span { border-color: rgb(160,224,109); }
td.TdClassName
{
border-color: #A0E06D;
}
.TagClassName
{
border-color: #A0E06D;
}
</style>