Shades of Feijoa #A0EC7B
Tints of Feijoa #A0EC7B
RGB
CMYK
RGB Variations
Color information
#A0EC7B (or 0xA0EC7B) is known color: Feijoa. HEX triplet: A0, EC and 7B. RGB value is (160,236,123). Sum of RGB (Red+Green+Blue) = 160+236+123=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 123 (48.44% from 255 or 23.70% from 519); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EC7B is #5F1384. Grayscale: #C8C8C8. Windows color (decimal): -6230917 or 8121504. OLE color: 8121504.
HSL color Cylindrical-coordinate representation of color #A0EC7B: hue angle of 100.35º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0EC7B is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 236 | 123 | - |
| CMYK | 0.32 | 0 | 0.48 | 0.07 |
| HSL | 100.35º | 0.75% | 0.7% | - |
| HSV(B) | 100.35º | 0.48% | 0.93% | - |
| XYZ | 48.07 | 68.89 | 29.5 | - |
| YUV | 200.39 | 84.32 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 123 | 0.32 | 0 | 0.48 | 0.07 | 100.35 | 0.75 | 0.7 |
| Hex | A0 | EC | 7B | 20 | 0 | 30 | 7 | 64 | 4B | 46 |
| Octal | 240 | 354 | 173 | 40 | 0 | 60 | 7 | 144 | 113 | 106 |
| Binary | 10100000 | 11101100 | 1111011 | 100000 | 0 | 110000 | 111 | 1100100 | 1001011 | 1000110 |
Color Harmonies of #A0EC7B
Complementary color
Monochromatic Colors of #A0EC7B
Black with #A0EC7B
Text Example
Text Example
White with #A0EC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EC7B; }
p { color: rgb(160,236,123); }
H1.HeaderClassName
{
color: #A0EC7B;
}
.AnyTagClassName
{
color: #A0EC7B;
}
</style>
background-color css
<style>
a { background-color: #A0EC7B; }
a { background-color: rgb(160,236,123); }
div.DivClassName
{
background-color: #A0EC7B;
}
.BgClassName
{
background-color: #A0EC7B;
}
</style>
border-color css
<style>
span { border-color: #A0EC7B; }
span { border-color: rgb(160,236,123); }
td.TdClassName
{
border-color: #A0EC7B;
}
.TagClassName
{
border-color: #A0EC7B;
}
</style>