Shades of Feijoa #A0E56C
Tints of Feijoa #A0E56C
RGB
CMYK
RGB Variations
Color information
#A0E56C (or 0xA0E56C) is known color: Feijoa. HEX triplet: A0, E5 and 6C. RGB value is (160,229,108). Sum of RGB (Red+Green+Blue) = 160+229+108=497 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.19% from 497); Green value is 229 (89.84% from 255 or 46.08% from 497); Blue value is 108 (42.58% from 255 or 21.73% from 497); Max value from RGB is 229 - color contains mainly: green. Hex color #A0E56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E56C is #5F1A93. Grayscale: #C2C2C2. Windows color (decimal): -6232724 or 7136672. OLE color: 7136672.
HSL color Cylindrical-coordinate representation of color #A0E56C: hue angle of 94.21º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0E56C is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 229 | 108 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.10 |
| HSL | 94.21º | 0.7% | 0.66% | - |
| HSV(B) | 94.21º | 0.53% | 0.9% | - |
| XYZ | 45.22 | 64.59 | 24.27 | - |
| YUV | 194.58 | 79.14 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 229 | 108 | 0.30 | 0 | 0.53 | 0.10 | 94.21 | 0.7 | 0.66 |
| Hex | A0 | E5 | 6C | 1E | 0 | 35 | A | 5E | 46 | 42 |
| Octal | 240 | 345 | 154 | 36 | 0 | 65 | 12 | 136 | 106 | 102 |
| Binary | 10100000 | 11100101 | 1101100 | 11110 | 0 | 110101 | 1010 | 1011110 | 1000110 | 1000010 |
Color Harmonies of #A0E56C
Complementary color
Monochromatic Colors of #A0E56C
Black with #A0E56C
Text Example
Text Example
White with #A0E56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E56C; }
p { color: rgb(160,229,108); }
H1.HeaderClassName
{
color: #A0E56C;
}
.AnyTagClassName
{
color: #A0E56C;
}
</style>
background-color css
<style>
a { background-color: #A0E56C; }
a { background-color: rgb(160,229,108); }
div.DivClassName
{
background-color: #A0E56C;
}
.BgClassName
{
background-color: #A0E56C;
}
</style>
border-color css
<style>
span { border-color: #A0E56C; }
span { border-color: rgb(160,229,108); }
td.TdClassName
{
border-color: #A0E56C;
}
.TagClassName
{
border-color: #A0E56C;
}
</style>