Shades of Feijoa #A0DB77
Tints of Feijoa #A0DB77
RGB
CMYK
RGB Variations
Color information
#A0DB77 (or 0xA0DB77) is known color: Feijoa. HEX triplet: A0, DB and 77. RGB value is (160,219,119). Sum of RGB (Red+Green+Blue) = 160+219+119=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 119 (46.88% from 255 or 23.90% from 498); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DB77 is #5F2488. Grayscale: #BEBEBE. Windows color (decimal): -6235273 or 7855008. OLE color: 7855008.
HSL color Cylindrical-coordinate representation of color #A0DB77: hue angle of 95.4º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0DB77 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 219 | 119 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.14 |
| HSL | 95.4º | 0.58% | 0.66% | - |
| HSV(B) | 95.4º | 0.46% | 0.86% | - |
| XYZ | 43.16 | 59.47 | 26.66 | - |
| YUV | 189.96 | 87.95 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 119 | 0.27 | 0 | 0.46 | 0.14 | 95.4 | 0.58 | 0.66 |
| Hex | A0 | DB | 77 | 1B | 0 | 2E | E | 5F | 3A | 42 |
| Octal | 240 | 333 | 167 | 33 | 0 | 56 | 16 | 137 | 72 | 102 |
| Binary | 10100000 | 11011011 | 1110111 | 11011 | 0 | 101110 | 1110 | 1011111 | 111010 | 1000010 |
Color Harmonies of #A0DB77
Complementary color
Monochromatic Colors of #A0DB77
Black with #A0DB77
Text Example
Text Example
White with #A0DB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DB77; }
p { color: rgb(160,219,119); }
H1.HeaderClassName
{
color: #A0DB77;
}
.AnyTagClassName
{
color: #A0DB77;
}
</style>
background-color css
<style>
a { background-color: #A0DB77; }
a { background-color: rgb(160,219,119); }
div.DivClassName
{
background-color: #A0DB77;
}
.BgClassName
{
background-color: #A0DB77;
}
</style>
border-color css
<style>
span { border-color: #A0DB77; }
span { border-color: rgb(160,219,119); }
td.TdClassName
{
border-color: #A0DB77;
}
.TagClassName
{
border-color: #A0DB77;
}
</style>