Shades of Feijoa #A0DE7A
Tints of Feijoa #A0DE7A
RGB
CMYK
RGB Variations
Color information
#A0DE7A (or 0xA0DE7A) is known color: Feijoa. HEX triplet: A0, DE and 7A. RGB value is (160,222,122). Sum of RGB (Red+Green+Blue) = 160+222+122=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #A0DE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DE7A is #5F2185. Grayscale: #C0C0C0. Windows color (decimal): -6234502 or 8052384. OLE color: 8052384.
HSL color Cylindrical-coordinate representation of color #A0DE7A: hue angle of 97.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0DE7A is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 222 | 122 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.13 |
| HSL | 97.2º | 0.6% | 0.67% | - |
| HSV(B) | 97.2º | 0.45% | 0.87% | - |
| XYZ | 44.13 | 61.12 | 27.88 | - |
| YUV | 192.06 | 88.46 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 222 | 122 | 0.28 | 0 | 0.45 | 0.13 | 97.2 | 0.6 | 0.67 |
| Hex | A0 | DE | 7A | 1C | 0 | 2D | D | 61 | 3C | 43 |
| Octal | 240 | 336 | 172 | 34 | 0 | 55 | 15 | 141 | 74 | 103 |
| Binary | 10100000 | 11011110 | 1111010 | 11100 | 0 | 101101 | 1101 | 1100001 | 111100 | 1000011 |
Color Harmonies of #A0DE7A
Complementary color
Monochromatic Colors of #A0DE7A
Black with #A0DE7A
Text Example
Text Example
White with #A0DE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DE7A; }
p { color: rgb(160,222,122); }
H1.HeaderClassName
{
color: #A0DE7A;
}
.AnyTagClassName
{
color: #A0DE7A;
}
</style>
background-color css
<style>
a { background-color: #A0DE7A; }
a { background-color: rgb(160,222,122); }
div.DivClassName
{
background-color: #A0DE7A;
}
.BgClassName
{
background-color: #A0DE7A;
}
</style>
border-color css
<style>
span { border-color: #A0DE7A; }
span { border-color: rgb(160,222,122); }
td.TdClassName
{
border-color: #A0DE7A;
}
.TagClassName
{
border-color: #A0DE7A;
}
</style>