Shades of Feijoa #A0E579
Tints of Feijoa #A0E579
RGB
CMYK
RGB Variations
Color information
#A0E579 (or 0xA0E579) is known color: Feijoa. HEX triplet: A0, E5 and 79. RGB value is (160,229,121). Sum of RGB (Red+Green+Blue) = 160+229+121=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 229 (89.84% from 255 or 44.90% from 510); Blue value is 121 (47.66% from 255 or 23.73% from 510); Max value from RGB is 229 - color contains mainly: green. Hex color #A0E579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E579 is #5F1A86. Grayscale: #C4C4C4. Windows color (decimal): -6232711 or 7988640. OLE color: 7988640.
HSL color Cylindrical-coordinate representation of color #A0E579: hue angle of 98.33º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0E579 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 229 | 121 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.10 |
| HSL | 98.33º | 0.68% | 0.69% | - |
| HSV(B) | 98.33º | 0.47% | 0.9% | - |
| XYZ | 45.97 | 64.89 | 28.19 | - |
| YUV | 196.06 | 85.64 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 229 | 121 | 0.30 | 0 | 0.47 | 0.10 | 98.33 | 0.68 | 0.69 |
| Hex | A0 | E5 | 79 | 1E | 0 | 2F | A | 62 | 44 | 45 |
| Octal | 240 | 345 | 171 | 36 | 0 | 57 | 12 | 142 | 104 | 105 |
| Binary | 10100000 | 11100101 | 1111001 | 11110 | 0 | 101111 | 1010 | 1100010 | 1000100 | 1000101 |
Color Harmonies of #A0E579
Complementary color
Monochromatic Colors of #A0E579
Black with #A0E579
Text Example
Text Example
White with #A0E579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E579; }
p { color: rgb(160,229,121); }
H1.HeaderClassName
{
color: #A0E579;
}
.AnyTagClassName
{
color: #A0E579;
}
</style>
background-color css
<style>
a { background-color: #A0E579; }
a { background-color: rgb(160,229,121); }
div.DivClassName
{
background-color: #A0E579;
}
.BgClassName
{
background-color: #A0E579;
}
</style>
border-color css
<style>
span { border-color: #A0E579; }
span { border-color: rgb(160,229,121); }
td.TdClassName
{
border-color: #A0E579;
}
.TagClassName
{
border-color: #A0E579;
}
</style>