Shades of Feijoa #A0E47E
Tints of Feijoa #A0E47E
RGB
CMYK
RGB Variations
Color information
#A0E47E (or 0xA0E47E) is known color: Feijoa. HEX triplet: A0, E4 and 7E. RGB value is (160,228,126). Sum of RGB (Red+Green+Blue) = 160+228+126=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 228 (89.45% from 255 or 44.36% from 514); Blue value is 126 (49.61% from 255 or 24.51% from 514); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E47E is #5F1B81. Grayscale: #C4C4C4. Windows color (decimal): -6232962 or 8316064. OLE color: 8316064.
HSL color Cylindrical-coordinate representation of color #A0E47E: hue angle of 100º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0E47E is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 228 | 126 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.11 |
| HSL | 100º | 0.65% | 0.69% | - |
| HSV(B) | 100º | 0.45% | 0.89% | - |
| XYZ | 46.01 | 64.47 | 29.76 | - |
| YUV | 196.04 | 88.47 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 228 | 126 | 0.30 | 0 | 0.45 | 0.11 | 100 | 0.65 | 0.69 |
| Hex | A0 | E4 | 7E | 1E | 0 | 2D | B | 64 | 41 | 45 |
| Octal | 240 | 344 | 176 | 36 | 0 | 55 | 13 | 144 | 101 | 105 |
| Binary | 10100000 | 11100100 | 1111110 | 11110 | 0 | 101101 | 1011 | 1100100 | 1000001 | 1000101 |
Color Harmonies of #A0E47E
Complementary color
Monochromatic Colors of #A0E47E
Black with #A0E47E
Text Example
Text Example
White with #A0E47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E47E; }
p { color: rgb(160,228,126); }
H1.HeaderClassName
{
color: #A0E47E;
}
.AnyTagClassName
{
color: #A0E47E;
}
</style>
background-color css
<style>
a { background-color: #A0E47E; }
a { background-color: rgb(160,228,126); }
div.DivClassName
{
background-color: #A0E47E;
}
.BgClassName
{
background-color: #A0E47E;
}
</style>
border-color css
<style>
span { border-color: #A0E47E; }
span { border-color: rgb(160,228,126); }
td.TdClassName
{
border-color: #A0E47E;
}
.TagClassName
{
border-color: #A0E47E;
}
</style>