Shades of Feijoa #A0E16E
Tints of Feijoa #A0E16E
RGB
CMYK
RGB Variations
Color information
#A0E16E (or 0xA0E16E) is known color: Feijoa. HEX triplet: A0, E1 and 6E. RGB value is (160,225,110). Sum of RGB (Red+Green+Blue) = 160+225+110=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E16E is #5F1E91. Grayscale: #C0C0C0. Windows color (decimal): -6233746 or 7266720. OLE color: 7266720.
HSL color Cylindrical-coordinate representation of color #A0E16E: hue angle of 93.91º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0E16E is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 225 | 110 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.12 |
| HSL | 93.91º | 0.66% | 0.66% | - |
| HSV(B) | 93.91º | 0.51% | 0.88% | - |
| XYZ | 44.24 | 62.45 | 24.47 | - |
| YUV | 192.46 | 81.47 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 225 | 110 | 0.29 | 0 | 0.51 | 0.12 | 93.91 | 0.66 | 0.66 |
| Hex | A0 | E1 | 6E | 1D | 0 | 33 | C | 5E | 42 | 42 |
| Octal | 240 | 341 | 156 | 35 | 0 | 63 | 14 | 136 | 102 | 102 |
| Binary | 10100000 | 11100001 | 1101110 | 11101 | 0 | 110011 | 1100 | 1011110 | 1000010 | 1000010 |
Color Harmonies of #A0E16E
Complementary color
Monochromatic Colors of #A0E16E
Black with #A0E16E
Text Example
Text Example
White with #A0E16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E16E; }
p { color: rgb(160,225,110); }
H1.HeaderClassName
{
color: #A0E16E;
}
.AnyTagClassName
{
color: #A0E16E;
}
</style>
background-color css
<style>
a { background-color: #A0E16E; }
a { background-color: rgb(160,225,110); }
div.DivClassName
{
background-color: #A0E16E;
}
.BgClassName
{
background-color: #A0E16E;
}
</style>
border-color css
<style>
span { border-color: #A0E16E; }
span { border-color: rgb(160,225,110); }
td.TdClassName
{
border-color: #A0E16E;
}
.TagClassName
{
border-color: #A0E16E;
}
</style>