Shades of Feijoa #A0E185
Tints of Feijoa #A0E185
RGB
CMYK
RGB Variations
Color information
#A0E185 (or 0xA0E185) is known color: Feijoa. HEX triplet: A0, E1 and 85. RGB value is (160,225,133). Sum of RGB (Red+Green+Blue) = 160+225+133=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 225 (88.28% from 255 or 43.44% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E185 is #5F1E7A. Grayscale: #C3C3C3. Windows color (decimal): -6233723 or 8774048. OLE color: 8774048.
HSL color Cylindrical-coordinate representation of color #A0E185: hue angle of 102.39º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0E185 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 225 | 133 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.12 |
| HSL | 102.39º | 0.61% | 0.7% | - |
| HSV(B) | 102.39º | 0.41% | 0.88% | - |
| XYZ | 45.66 | 63.02 | 31.95 | - |
| YUV | 195.08 | 92.97 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 225 | 133 | 0.29 | 0 | 0.41 | 0.12 | 102.39 | 0.61 | 0.7 |
| Hex | A0 | E1 | 85 | 1D | 0 | 29 | C | 66 | 3D | 46 |
| Octal | 240 | 341 | 205 | 35 | 0 | 51 | 14 | 146 | 75 | 106 |
| Binary | 10100000 | 11100001 | 10000101 | 11101 | 0 | 101001 | 1100 | 1100110 | 111101 | 1000110 |
Color Harmonies of #A0E185
Complementary color
Monochromatic Colors of #A0E185
Black with #A0E185
Text Example
Text Example
White with #A0E185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E185; }
p { color: rgb(160,225,133); }
H1.HeaderClassName
{
color: #A0E185;
}
.AnyTagClassName
{
color: #A0E185;
}
</style>
background-color css
<style>
a { background-color: #A0E185; }
a { background-color: rgb(160,225,133); }
div.DivClassName
{
background-color: #A0E185;
}
.BgClassName
{
background-color: #A0E185;
}
</style>
border-color css
<style>
span { border-color: #A0E185; }
span { border-color: rgb(160,225,133); }
td.TdClassName
{
border-color: #A0E185;
}
.TagClassName
{
border-color: #A0E185;
}
</style>