Shades of Feijoa #A0E480
Tints of Feijoa #A0E480
RGB
CMYK
RGB Variations
Color information
#A0E480 (or 0xA0E480) is known color: Feijoa. HEX triplet: A0, E4 and 80. RGB value is (160,228,128). Sum of RGB (Red+Green+Blue) = 160+228+128=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 228 (89.45% from 255 or 44.19% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E480 is #5F1B7F. Grayscale: #C4C4C4. Windows color (decimal): -6232960 or 8447136. OLE color: 8447136.
HSL color Cylindrical-coordinate representation of color #A0E480: hue angle of 100.8º degrees, saturation: 0.65, 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 #A0E480 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 228 | 128 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.11 |
| HSL | 100.8º | 0.65% | 0.7% | - |
| HSV(B) | 100.8º | 0.44% | 0.89% | - |
| XYZ | 46.14 | 64.52 | 30.44 | - |
| YUV | 196.27 | 89.47 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 228 | 128 | 0.30 | 0 | 0.44 | 0.11 | 100.8 | 0.65 | 0.7 |
| Hex | A0 | E4 | 80 | 1E | 0 | 2C | B | 65 | 41 | 46 |
| Octal | 240 | 344 | 200 | 36 | 0 | 54 | 13 | 145 | 101 | 106 |
| Binary | 10100000 | 11100100 | 10000000 | 11110 | 0 | 101100 | 1011 | 1100101 | 1000001 | 1000110 |
Color Harmonies of #A0E480
Complementary color
Monochromatic Colors of #A0E480
Black with #A0E480
Text Example
Text Example
White with #A0E480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E480; }
p { color: rgb(160,228,128); }
H1.HeaderClassName
{
color: #A0E480;
}
.AnyTagClassName
{
color: #A0E480;
}
</style>
background-color css
<style>
a { background-color: #A0E480; }
a { background-color: rgb(160,228,128); }
div.DivClassName
{
background-color: #A0E480;
}
.BgClassName
{
background-color: #A0E480;
}
</style>
border-color css
<style>
span { border-color: #A0E480; }
span { border-color: rgb(160,228,128); }
td.TdClassName
{
border-color: #A0E480;
}
.TagClassName
{
border-color: #A0E480;
}
</style>