Shades of Feijoa #A0EF7A
Tints of Feijoa #A0EF7A
RGB
CMYK
RGB Variations
Color information
#A0EF7A (or 0xA0EF7A) is known color: Feijoa. HEX triplet: A0, EF and 7A. RGB value is (160,239,122). Sum of RGB (Red+Green+Blue) = 160+239+122=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EF7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EF7A is #5F1085. Grayscale: #CACACA. Windows color (decimal): -6230150 or 8056736. OLE color: 8056736.
HSL color Cylindrical-coordinate representation of color #A0EF7A: hue angle of 100.51º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0EF7A is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 239 | 122 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.06 |
| HSL | 100.51º | 0.79% | 0.71% | - |
| HSV(B) | 100.51º | 0.49% | 0.94% | - |
| XYZ | 48.88 | 70.61 | 29.47 | - |
| YUV | 202.04 | 82.83 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 239 | 122 | 0.33 | 0 | 0.49 | 0.06 | 100.51 | 0.79 | 0.71 |
| Hex | A0 | EF | 7A | 21 | 0 | 31 | 6 | 65 | 4F | 47 |
| Octal | 240 | 357 | 172 | 41 | 0 | 61 | 6 | 145 | 117 | 107 |
| Binary | 10100000 | 11101111 | 1111010 | 100001 | 0 | 110001 | 110 | 1100101 | 1001111 | 1000111 |
Color Harmonies of #A0EF7A
Complementary color
Monochromatic Colors of #A0EF7A
Black with #A0EF7A
Text Example
Text Example
White with #A0EF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EF7A; }
p { color: rgb(160,239,122); }
H1.HeaderClassName
{
color: #A0EF7A;
}
.AnyTagClassName
{
color: #A0EF7A;
}
</style>
background-color css
<style>
a { background-color: #A0EF7A; }
a { background-color: rgb(160,239,122); }
div.DivClassName
{
background-color: #A0EF7A;
}
.BgClassName
{
background-color: #A0EF7A;
}
</style>
border-color css
<style>
span { border-color: #A0EF7A; }
span { border-color: rgb(160,239,122); }
td.TdClassName
{
border-color: #A0EF7A;
}
.TagClassName
{
border-color: #A0EF7A;
}
</style>