Shades of Feijoa #A0E36D
Tints of Feijoa #A0E36D
RGB
CMYK
RGB Variations
Color information
#A0E36D (or 0xA0E36D) is known color: Feijoa. HEX triplet: A0, E3 and 6D. RGB value is (160,227,109). Sum of RGB (Red+Green+Blue) = 160+227+109=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 227 (89.06% from 255 or 45.77% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E36D is #5F1C92. Grayscale: #C1C1C1. Windows color (decimal): -6233235 or 7201696. OLE color: 7201696.
HSL color Cylindrical-coordinate representation of color #A0E36D: hue angle of 94.07º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0E36D is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 227 | 109 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.11 |
| HSL | 94.07º | 0.68% | 0.66% | - |
| HSV(B) | 94.07º | 0.52% | 0.89% | - |
| XYZ | 44.73 | 63.52 | 24.37 | - |
| YUV | 193.52 | 80.3 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 227 | 109 | 0.30 | 0 | 0.52 | 0.11 | 94.07 | 0.68 | 0.66 |
| Hex | A0 | E3 | 6D | 1E | 0 | 34 | B | 5E | 44 | 42 |
| Octal | 240 | 343 | 155 | 36 | 0 | 64 | 13 | 136 | 104 | 102 |
| Binary | 10100000 | 11100011 | 1101101 | 11110 | 0 | 110100 | 1011 | 1011110 | 1000100 | 1000010 |
Color Harmonies of #A0E36D
Complementary color
Monochromatic Colors of #A0E36D
Black with #A0E36D
Text Example
Text Example
White with #A0E36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E36D; }
p { color: rgb(160,227,109); }
H1.HeaderClassName
{
color: #A0E36D;
}
.AnyTagClassName
{
color: #A0E36D;
}
</style>
background-color css
<style>
a { background-color: #A0E36D; }
a { background-color: rgb(160,227,109); }
div.DivClassName
{
background-color: #A0E36D;
}
.BgClassName
{
background-color: #A0E36D;
}
</style>
border-color css
<style>
span { border-color: #A0E36D; }
span { border-color: rgb(160,227,109); }
td.TdClassName
{
border-color: #A0E36D;
}
.TagClassName
{
border-color: #A0E36D;
}
</style>