Shades of Feijoa #A0EE7E
Tints of Feijoa #A0EE7E
RGB
CMYK
RGB Variations
Color information
#A0EE7E (or 0xA0EE7E) is known color: Feijoa. HEX triplet: A0, EE and 7E. RGB value is (160,238,126). Sum of RGB (Red+Green+Blue) = 160+238+126=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 238 (93.36% from 255 or 45.42% from 524); Blue value is 126 (49.61% from 255 or 24.05% from 524); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EE7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EE7E is #5F1181. Grayscale: #CACACA. Windows color (decimal): -6230402 or 8318624. OLE color: 8318624.
HSL color Cylindrical-coordinate representation of color #A0EE7E: hue angle of 101.79º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0EE7E is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 126 | - |
| CMYK | 0.33 | 0 | 0.47 | 0.07 |
| HSL | 101.79º | 0.77% | 0.71% | - |
| HSV(B) | 101.79º | 0.47% | 0.93% | - |
| XYZ | 48.84 | 70.13 | 30.7 | - |
| YUV | 201.91 | 85.16 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 126 | 0.33 | 0 | 0.47 | 0.07 | 101.79 | 0.77 | 0.71 |
| Hex | A0 | EE | 7E | 21 | 0 | 2F | 7 | 66 | 4D | 47 |
| Octal | 240 | 356 | 176 | 41 | 0 | 57 | 7 | 146 | 115 | 107 |
| Binary | 10100000 | 11101110 | 1111110 | 100001 | 0 | 101111 | 111 | 1100110 | 1001101 | 1000111 |
Color Harmonies of #A0EE7E
Complementary color
Monochromatic Colors of #A0EE7E
Black with #A0EE7E
Text Example
Text Example
White with #A0EE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EE7E; }
p { color: rgb(160,238,126); }
H1.HeaderClassName
{
color: #A0EE7E;
}
.AnyTagClassName
{
color: #A0EE7E;
}
</style>
background-color css
<style>
a { background-color: #A0EE7E; }
a { background-color: rgb(160,238,126); }
div.DivClassName
{
background-color: #A0EE7E;
}
.BgClassName
{
background-color: #A0EE7E;
}
</style>
border-color css
<style>
span { border-color: #A0EE7E; }
span { border-color: rgb(160,238,126); }
td.TdClassName
{
border-color: #A0EE7E;
}
.TagClassName
{
border-color: #A0EE7E;
}
</style>