Shades of Feijoa #A0E86D
Tints of Feijoa #A0E86D
RGB
CMYK
RGB Variations
Color information
#A0E86D (or 0xA0E86D) is known color: Feijoa. HEX triplet: A0, E8 and 6D. RGB value is (160,232,109). Sum of RGB (Red+Green+Blue) = 160+232+109=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 232 (91.02% from 255 or 46.31% from 501); Blue value is 109 (42.97% from 255 or 21.76% from 501); Max value from RGB is 232 - color contains mainly: green. Hex color #A0E86D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E86D is #5F1792. Grayscale: #C4C4C4. Windows color (decimal): -6231955 or 7202976. OLE color: 7202976.
HSL color Cylindrical-coordinate representation of color #A0E86D: hue angle of 95.12º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0E86D is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 232 | 109 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.09 |
| HSL | 95.12º | 0.73% | 0.67% | - |
| HSV(B) | 95.12º | 0.53% | 0.91% | - |
| XYZ | 46.11 | 66.29 | 24.83 | - |
| YUV | 196.45 | 78.65 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 232 | 109 | 0.31 | 0 | 0.53 | 0.09 | 95.12 | 0.73 | 0.67 |
| Hex | A0 | E8 | 6D | 1F | 0 | 35 | 9 | 5F | 49 | 43 |
| Octal | 240 | 350 | 155 | 37 | 0 | 65 | 11 | 137 | 111 | 103 |
| Binary | 10100000 | 11101000 | 1101101 | 11111 | 0 | 110101 | 1001 | 1011111 | 1001001 | 1000011 |
Color Harmonies of #A0E86D
Complementary color
Monochromatic Colors of #A0E86D
Black with #A0E86D
Text Example
Text Example
White with #A0E86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E86D; }
p { color: rgb(160,232,109); }
H1.HeaderClassName
{
color: #A0E86D;
}
.AnyTagClassName
{
color: #A0E86D;
}
</style>
background-color css
<style>
a { background-color: #A0E86D; }
a { background-color: rgb(160,232,109); }
div.DivClassName
{
background-color: #A0E86D;
}
.BgClassName
{
background-color: #A0E86D;
}
</style>
border-color css
<style>
span { border-color: #A0E86D; }
span { border-color: rgb(160,232,109); }
td.TdClassName
{
border-color: #A0E86D;
}
.TagClassName
{
border-color: #A0E86D;
}
</style>