Shades of Feijoa #A0E07E
Tints of Feijoa #A0E07E
RGB
CMYK
RGB Variations
Color information
#A0E07E (or 0xA0E07E) is known color: Feijoa. HEX triplet: A0, E0 and 7E. RGB value is (160,224,126). Sum of RGB (Red+Green+Blue) = 160+224+126=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 224 (87.89% from 255 or 43.92% from 510); Blue value is 126 (49.61% from 255 or 24.71% from 510); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E07E is #5F1F81. Grayscale: #C2C2C2. Windows color (decimal): -6233986 or 8315040. OLE color: 8315040.
HSL color Cylindrical-coordinate representation of color #A0E07E: hue angle of 99.18º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0E07E is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 224 | 126 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.12 |
| HSL | 99.18º | 0.61% | 0.69% | - |
| HSV(B) | 99.18º | 0.44% | 0.88% | - |
| XYZ | 44.92 | 62.29 | 29.39 | - |
| YUV | 193.69 | 89.8 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 224 | 126 | 0.29 | 0 | 0.44 | 0.12 | 99.18 | 0.61 | 0.69 |
| Hex | A0 | E0 | 7E | 1D | 0 | 2C | C | 63 | 3D | 45 |
| Octal | 240 | 340 | 176 | 35 | 0 | 54 | 14 | 143 | 75 | 105 |
| Binary | 10100000 | 11100000 | 1111110 | 11101 | 0 | 101100 | 1100 | 1100011 | 111101 | 1000101 |
Color Harmonies of #A0E07E
Complementary color
Monochromatic Colors of #A0E07E
Black with #A0E07E
Text Example
Text Example
White with #A0E07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E07E; }
p { color: rgb(160,224,126); }
H1.HeaderClassName
{
color: #A0E07E;
}
.AnyTagClassName
{
color: #A0E07E;
}
</style>
background-color css
<style>
a { background-color: #A0E07E; }
a { background-color: rgb(160,224,126); }
div.DivClassName
{
background-color: #A0E07E;
}
.BgClassName
{
background-color: #A0E07E;
}
</style>
border-color css
<style>
span { border-color: #A0E07E; }
span { border-color: rgb(160,224,126); }
td.TdClassName
{
border-color: #A0E07E;
}
.TagClassName
{
border-color: #A0E07E;
}
</style>