Shades of Feijoa #A0E487
Tints of Feijoa #A0E487
RGB
CMYK
RGB Variations
Color information
#A0E487 (or 0xA0E487) is known color: Feijoa. HEX triplet: A0, E4 and 87. RGB value is (160,228,135). Sum of RGB (Red+Green+Blue) = 160+228+135=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 228 (89.45% from 255 or 43.59% from 523); Blue value is 135 (53.12% from 255 or 25.81% from 523); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E487 is #5F1B78. Grayscale: #C5C5C5. Windows color (decimal): -6232953 or 8905888. OLE color: 8905888.
HSL color Cylindrical-coordinate representation of color #A0E487: hue angle of 103.87º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0E487 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 228 | 135 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.11 |
| HSL | 103.87º | 0.63% | 0.71% | - |
| HSV(B) | 103.87º | 0.41% | 0.89% | - |
| XYZ | 46.61 | 64.71 | 32.96 | - |
| YUV | 197.07 | 92.97 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 228 | 135 | 0.30 | 0 | 0.41 | 0.11 | 103.87 | 0.63 | 0.71 |
| Hex | A0 | E4 | 87 | 1E | 0 | 29 | B | 68 | 3F | 47 |
| Octal | 240 | 344 | 207 | 36 | 0 | 51 | 13 | 150 | 77 | 107 |
| Binary | 10100000 | 11100100 | 10000111 | 11110 | 0 | 101001 | 1011 | 1101000 | 111111 | 1000111 |
Color Harmonies of #A0E487
Complementary color
Monochromatic Colors of #A0E487
Black with #A0E487
Text Example
Text Example
White with #A0E487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E487; }
p { color: rgb(160,228,135); }
H1.HeaderClassName
{
color: #A0E487;
}
.AnyTagClassName
{
color: #A0E487;
}
</style>
background-color css
<style>
a { background-color: #A0E487; }
a { background-color: rgb(160,228,135); }
div.DivClassName
{
background-color: #A0E487;
}
.BgClassName
{
background-color: #A0E487;
}
</style>
border-color css
<style>
span { border-color: #A0E487; }
span { border-color: rgb(160,228,135); }
td.TdClassName
{
border-color: #A0E487;
}
.TagClassName
{
border-color: #A0E487;
}
</style>