Shades of Feijoa #A0E167
Tints of Feijoa #A0E167
RGB
CMYK
RGB Variations
Color information
#A0E167 (or 0xA0E167) is known color: Feijoa. HEX triplet: A0, E1 and 67. RGB value is (160,225,103). Sum of RGB (Red+Green+Blue) = 160+225+103=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 103 (40.62% from 255 or 21.11% from 488); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E167 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E167 is #5F1E98. Grayscale: #C0C0C0. Windows color (decimal): -6233753 or 6807968. OLE color: 6807968.
HSL color Cylindrical-coordinate representation of color #A0E167: hue angle of 91.97º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0E167 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 225 | 103 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.12 |
| HSL | 91.97º | 0.67% | 0.64% | - |
| HSV(B) | 91.97º | 0.54% | 0.88% | - |
| XYZ | 43.87 | 62.3 | 22.55 | - |
| YUV | 191.66 | 77.97 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 225 | 103 | 0.29 | 0 | 0.54 | 0.12 | 91.97 | 0.67 | 0.64 |
| Hex | A0 | E1 | 67 | 1D | 0 | 36 | C | 5C | 43 | 40 |
| Octal | 240 | 341 | 147 | 35 | 0 | 66 | 14 | 134 | 103 | 100 |
| Binary | 10100000 | 11100001 | 1100111 | 11101 | 0 | 110110 | 1100 | 1011100 | 1000011 | 1000000 |
Color Harmonies of #A0E167
Complementary color
Monochromatic Colors of #A0E167
Black with #A0E167
Text Example
Text Example
White with #A0E167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E167; }
p { color: rgb(160,225,103); }
H1.HeaderClassName
{
color: #A0E167;
}
.AnyTagClassName
{
color: #A0E167;
}
</style>
background-color css
<style>
a { background-color: #A0E167; }
a { background-color: rgb(160,225,103); }
div.DivClassName
{
background-color: #A0E167;
}
.BgClassName
{
background-color: #A0E167;
}
</style>
border-color css
<style>
span { border-color: #A0E167; }
span { border-color: rgb(160,225,103); }
td.TdClassName
{
border-color: #A0E167;
}
.TagClassName
{
border-color: #A0E167;
}
</style>