Shades of Feijoa #A0DA76
Tints of Feijoa #A0DA76
RGB
CMYK
RGB Variations
Color information
#A0DA76 (or 0xA0DA76) is known color: Feijoa. HEX triplet: A0, DA and 76. RGB value is (160,218,118). Sum of RGB (Red+Green+Blue) = 160+218+118=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 118 (46.48% from 255 or 23.79% from 496); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DA76 is #5F2589. Grayscale: #BDBDBD. Windows color (decimal): -6235530 or 7789216. OLE color: 7789216.
HSL color Cylindrical-coordinate representation of color #A0DA76: hue angle of 94.8º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0DA76 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 118 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.15 |
| HSL | 94.8º | 0.57% | 0.66% | - |
| HSV(B) | 94.8º | 0.46% | 0.85% | - |
| XYZ | 42.84 | 58.92 | 26.26 | - |
| YUV | 189.26 | 87.78 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 118 | 0.27 | 0 | 0.46 | 0.15 | 94.8 | 0.57 | 0.66 |
| Hex | A0 | DA | 76 | 1B | 0 | 2E | F | 5F | 39 | 42 |
| Octal | 240 | 332 | 166 | 33 | 0 | 56 | 17 | 137 | 71 | 102 |
| Binary | 10100000 | 11011010 | 1110110 | 11011 | 0 | 101110 | 1111 | 1011111 | 111001 | 1000010 |
Color Harmonies of #A0DA76
Complementary color
Monochromatic Colors of #A0DA76
Black with #A0DA76
Text Example
Text Example
White with #A0DA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DA76; }
p { color: rgb(160,218,118); }
H1.HeaderClassName
{
color: #A0DA76;
}
.AnyTagClassName
{
color: #A0DA76;
}
</style>
background-color css
<style>
a { background-color: #A0DA76; }
a { background-color: rgb(160,218,118); }
div.DivClassName
{
background-color: #A0DA76;
}
.BgClassName
{
background-color: #A0DA76;
}
</style>
border-color css
<style>
span { border-color: #A0DA76; }
span { border-color: rgb(160,218,118); }
td.TdClassName
{
border-color: #A0DA76;
}
.TagClassName
{
border-color: #A0DA76;
}
</style>