Shades of Feijoa #A0E77A
Tints of Feijoa #A0E77A
RGB
CMYK
RGB Variations
Color information
#A0E77A (or 0xA0E77A) is known color: Feijoa. HEX triplet: A0, E7 and 7A. RGB value is (160,231,122). Sum of RGB (Red+Green+Blue) = 160+231+122=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 231 (90.62% from 255 or 45.03% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 231 - color contains mainly: green. Hex color #A0E77A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E77A is #5F1885. Grayscale: #C5C5C5. Windows color (decimal): -6232198 or 8054688. OLE color: 8054688.
HSL color Cylindrical-coordinate representation of color #A0E77A: hue angle of 99.08º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0E77A is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 231 | 122 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.09 |
| HSL | 99.08º | 0.69% | 0.69% | - |
| HSV(B) | 99.08º | 0.47% | 0.91% | - |
| XYZ | 46.59 | 66.03 | 28.7 | - |
| YUV | 197.35 | 85.48 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 231 | 122 | 0.31 | 0 | 0.47 | 0.09 | 99.08 | 0.69 | 0.69 |
| Hex | A0 | E7 | 7A | 1F | 0 | 2F | 9 | 63 | 45 | 45 |
| Octal | 240 | 347 | 172 | 37 | 0 | 57 | 11 | 143 | 105 | 105 |
| Binary | 10100000 | 11100111 | 1111010 | 11111 | 0 | 101111 | 1001 | 1100011 | 1000101 | 1000101 |
Color Harmonies of #A0E77A
Complementary color
Monochromatic Colors of #A0E77A
Black with #A0E77A
Text Example
Text Example
White with #A0E77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E77A; }
p { color: rgb(160,231,122); }
H1.HeaderClassName
{
color: #A0E77A;
}
.AnyTagClassName
{
color: #A0E77A;
}
</style>
background-color css
<style>
a { background-color: #A0E77A; }
a { background-color: rgb(160,231,122); }
div.DivClassName
{
background-color: #A0E77A;
}
.BgClassName
{
background-color: #A0E77A;
}
</style>
border-color css
<style>
span { border-color: #A0E77A; }
span { border-color: rgb(160,231,122); }
td.TdClassName
{
border-color: #A0E77A;
}
.TagClassName
{
border-color: #A0E77A;
}
</style>