Shades of Feijoa #A0E279
Tints of Feijoa #A0E279
RGB
CMYK
RGB Variations
Color information
#A0E279 (or 0xA0E279) is known color: Feijoa. HEX triplet: A0, E2 and 79. RGB value is (160,226,121). Sum of RGB (Red+Green+Blue) = 160+226+121=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 226 (88.67% from 255 or 44.58% from 507); Blue value is 121 (47.66% from 255 or 23.87% from 507); Max value from RGB is 226 - color contains mainly: green. Hex color #A0E279 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E279 is #5F1D86. Grayscale: #C2C2C2. Windows color (decimal): -6233479 or 7987872. OLE color: 7987872.
HSL color Cylindrical-coordinate representation of color #A0E279: hue angle of 97.71º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0E279 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 226 | 121 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.11 |
| HSL | 97.71º | 0.64% | 0.68% | - |
| HSV(B) | 97.71º | 0.46% | 0.89% | - |
| XYZ | 45.14 | 63.25 | 27.92 | - |
| YUV | 194.3 | 86.63 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 226 | 121 | 0.29 | 0 | 0.46 | 0.11 | 97.71 | 0.64 | 0.68 |
| Hex | A0 | E2 | 79 | 1D | 0 | 2E | B | 62 | 40 | 44 |
| Octal | 240 | 342 | 171 | 35 | 0 | 56 | 13 | 142 | 100 | 104 |
| Binary | 10100000 | 11100010 | 1111001 | 11101 | 0 | 101110 | 1011 | 1100010 | 1000000 | 1000100 |
Color Harmonies of #A0E279
Complementary color
Monochromatic Colors of #A0E279
Black with #A0E279
Text Example
Text Example
White with #A0E279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E279; }
p { color: rgb(160,226,121); }
H1.HeaderClassName
{
color: #A0E279;
}
.AnyTagClassName
{
color: #A0E279;
}
</style>
background-color css
<style>
a { background-color: #A0E279; }
a { background-color: rgb(160,226,121); }
div.DivClassName
{
background-color: #A0E279;
}
.BgClassName
{
background-color: #A0E279;
}
</style>
border-color css
<style>
span { border-color: #A0E279; }
span { border-color: rgb(160,226,121); }
td.TdClassName
{
border-color: #A0E279;
}
.TagClassName
{
border-color: #A0E279;
}
</style>