Shades of Feijoa #A0E76C
Tints of Feijoa #A0E76C
RGB
CMYK
RGB Variations
Color information
#A0E76C (or 0xA0E76C) is known color: Feijoa. HEX triplet: A0, E7 and 6C. RGB value is (160,231,108). Sum of RGB (Red+Green+Blue) = 160+231+108=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 231 (90.62% from 255 or 46.29% from 499); Blue value is 108 (42.58% from 255 or 21.64% from 499); Max value from RGB is 231 - color contains mainly: green. Hex color #A0E76C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E76C is #5F1893. Grayscale: #C4C4C4. Windows color (decimal): -6232212 or 7137184. OLE color: 7137184.
HSL color Cylindrical-coordinate representation of color #A0E76C: hue angle of 94.63º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0E76C is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 231 | 108 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.09 |
| HSL | 94.63º | 0.72% | 0.66% | - |
| HSV(B) | 94.63º | 0.53% | 0.91% | - |
| XYZ | 45.78 | 65.71 | 24.46 | - |
| YUV | 195.75 | 78.48 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 231 | 108 | 0.31 | 0 | 0.53 | 0.09 | 94.63 | 0.72 | 0.66 |
| Hex | A0 | E7 | 6C | 1F | 0 | 35 | 9 | 5F | 48 | 42 |
| Octal | 240 | 347 | 154 | 37 | 0 | 65 | 11 | 137 | 110 | 102 |
| Binary | 10100000 | 11100111 | 1101100 | 11111 | 0 | 110101 | 1001 | 1011111 | 1001000 | 1000010 |
Color Harmonies of #A0E76C
Complementary color
Monochromatic Colors of #A0E76C
Black with #A0E76C
Text Example
Text Example
White with #A0E76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E76C; }
p { color: rgb(160,231,108); }
H1.HeaderClassName
{
color: #A0E76C;
}
.AnyTagClassName
{
color: #A0E76C;
}
</style>
background-color css
<style>
a { background-color: #A0E76C; }
a { background-color: rgb(160,231,108); }
div.DivClassName
{
background-color: #A0E76C;
}
.BgClassName
{
background-color: #A0E76C;
}
</style>
border-color css
<style>
span { border-color: #A0E76C; }
span { border-color: rgb(160,231,108); }
td.TdClassName
{
border-color: #A0E76C;
}
.TagClassName
{
border-color: #A0E76C;
}
</style>