Shades of Feijoa #A0E87A
Tints of Feijoa #A0E87A
RGB
CMYK
RGB Variations
Color information
#A0E87A (or 0xA0E87A) is known color: Feijoa. HEX triplet: A0, E8 and 7A. RGB value is (160,232,122). Sum of RGB (Red+Green+Blue) = 160+232+122=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 232 (91.02% from 255 or 45.14% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 232 - color contains mainly: green. Hex color #A0E87A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E87A is #5F1785. Grayscale: #C6C6C6. Windows color (decimal): -6231942 or 8054944. OLE color: 8054944.
HSL color Cylindrical-coordinate representation of color #A0E87A: hue angle of 99.27º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0E87A is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 232 | 122 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.09 |
| HSL | 99.27º | 0.71% | 0.69% | - |
| HSV(B) | 99.27º | 0.47% | 0.91% | - |
| XYZ | 46.87 | 66.59 | 28.8 | - |
| YUV | 197.93 | 85.15 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 232 | 122 | 0.31 | 0 | 0.47 | 0.09 | 99.27 | 0.71 | 0.69 |
| Hex | A0 | E8 | 7A | 1F | 0 | 2F | 9 | 63 | 47 | 45 |
| Octal | 240 | 350 | 172 | 37 | 0 | 57 | 11 | 143 | 107 | 105 |
| Binary | 10100000 | 11101000 | 1111010 | 11111 | 0 | 101111 | 1001 | 1100011 | 1000111 | 1000101 |
Color Harmonies of #A0E87A
Complementary color
Monochromatic Colors of #A0E87A
Black with #A0E87A
Text Example
Text Example
White with #A0E87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E87A; }
p { color: rgb(160,232,122); }
H1.HeaderClassName
{
color: #A0E87A;
}
.AnyTagClassName
{
color: #A0E87A;
}
</style>
background-color css
<style>
a { background-color: #A0E87A; }
a { background-color: rgb(160,232,122); }
div.DivClassName
{
background-color: #A0E87A;
}
.BgClassName
{
background-color: #A0E87A;
}
</style>
border-color css
<style>
span { border-color: #A0E87A; }
span { border-color: rgb(160,232,122); }
td.TdClassName
{
border-color: #A0E87A;
}
.TagClassName
{
border-color: #A0E87A;
}
</style>