Shades of Feijoa #A0E380
Tints of Feijoa #A0E380
RGB
CMYK
RGB Variations
Color information
#A0E380 (or 0xA0E380) is known color: Feijoa. HEX triplet: A0, E3 and 80. RGB value is (160,227,128). Sum of RGB (Red+Green+Blue) = 160+227+128=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 227 (89.06% from 255 or 44.08% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E380 is #5F1C7F. Grayscale: #C4C4C4. Windows color (decimal): -6233216 or 8446880. OLE color: 8446880.
HSL color Cylindrical-coordinate representation of color #A0E380: hue angle of 100.61º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0E380 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 227 | 128 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.11 |
| HSL | 100.61º | 0.64% | 0.7% | - |
| HSV(B) | 100.61º | 0.44% | 0.89% | - |
| XYZ | 45.86 | 63.97 | 30.35 | - |
| YUV | 195.68 | 89.8 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 227 | 128 | 0.30 | 0 | 0.44 | 0.11 | 100.61 | 0.64 | 0.7 |
| Hex | A0 | E3 | 80 | 1E | 0 | 2C | B | 65 | 40 | 46 |
| Octal | 240 | 343 | 200 | 36 | 0 | 54 | 13 | 145 | 100 | 106 |
| Binary | 10100000 | 11100011 | 10000000 | 11110 | 0 | 101100 | 1011 | 1100101 | 1000000 | 1000110 |
Color Harmonies of #A0E380
Complementary color
Monochromatic Colors of #A0E380
Black with #A0E380
Text Example
Text Example
White with #A0E380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E380; }
p { color: rgb(160,227,128); }
H1.HeaderClassName
{
color: #A0E380;
}
.AnyTagClassName
{
color: #A0E380;
}
</style>
background-color css
<style>
a { background-color: #A0E380; }
a { background-color: rgb(160,227,128); }
div.DivClassName
{
background-color: #A0E380;
}
.BgClassName
{
background-color: #A0E380;
}
</style>
border-color css
<style>
span { border-color: #A0E380; }
span { border-color: rgb(160,227,128); }
td.TdClassName
{
border-color: #A0E380;
}
.TagClassName
{
border-color: #A0E380;
}
</style>