Shades of Feijoa #A0DA72
Tints of Feijoa #A0DA72
RGB
CMYK
RGB Variations
Color information
#A0DA72 (or 0xA0DA72) is known color: Feijoa. HEX triplet: A0, DA and 72. RGB value is (160,218,114). Sum of RGB (Red+Green+Blue) = 160+218+114=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DA72 is #5F258D. Grayscale: #BDBDBD. Windows color (decimal): -6235534 or 7527072. OLE color: 7527072.
HSL color Cylindrical-coordinate representation of color #A0DA72: hue angle of 93.46º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0DA72 is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 114 | - |
| CMYK | 0.27 | 0 | 0.48 | 0.15 |
| HSL | 93.46º | 0.58% | 0.65% | - |
| HSV(B) | 93.46º | 0.48% | 0.85% | - |
| XYZ | 42.61 | 58.83 | 25.03 | - |
| YUV | 188.8 | 85.78 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 114 | 0.27 | 0 | 0.48 | 0.15 | 93.46 | 0.58 | 0.65 |
| Hex | A0 | DA | 72 | 1B | 0 | 30 | F | 5D | 3A | 41 |
| Octal | 240 | 332 | 162 | 33 | 0 | 60 | 17 | 135 | 72 | 101 |
| Binary | 10100000 | 11011010 | 1110010 | 11011 | 0 | 110000 | 1111 | 1011101 | 111010 | 1000001 |
Color Harmonies of #A0DA72
Complementary color
Monochromatic Colors of #A0DA72
Black with #A0DA72
Text Example
Text Example
White with #A0DA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DA72; }
p { color: rgb(160,218,114); }
H1.HeaderClassName
{
color: #A0DA72;
}
.AnyTagClassName
{
color: #A0DA72;
}
</style>
background-color css
<style>
a { background-color: #A0DA72; }
a { background-color: rgb(160,218,114); }
div.DivClassName
{
background-color: #A0DA72;
}
.BgClassName
{
background-color: #A0DA72;
}
</style>
border-color css
<style>
span { border-color: #A0DA72; }
span { border-color: rgb(160,218,114); }
td.TdClassName
{
border-color: #A0DA72;
}
.TagClassName
{
border-color: #A0DA72;
}
</style>