Shades of Feijoa #A0DB79
Tints of Feijoa #A0DB79
RGB
CMYK
RGB Variations
Color information
#A0DB79 (or 0xA0DB79) is known color: Feijoa. HEX triplet: A0, DB and 79. RGB value is (160,219,121). Sum of RGB (Red+Green+Blue) = 160+219+121=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 121 (47.66% from 255 or 24.2% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DB79 is #5F2486. Grayscale: #BEBEBE. Windows color (decimal): -6235271 or 7986080. OLE color: 7986080.
HSL color Cylindrical-coordinate representation of color #A0DB79: hue angle of 96.12º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0DB79 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 219 | 121 | - |
| CMYK | 0.27 | 0 | 0.45 | 0.14 |
| HSL | 96.12º | 0.58% | 0.67% | - |
| HSV(B) | 96.12º | 0.45% | 0.86% | - |
| XYZ | 43.28 | 59.52 | 27.3 | - |
| YUV | 190.19 | 88.95 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 121 | 0.27 | 0 | 0.45 | 0.14 | 96.12 | 0.58 | 0.67 |
| Hex | A0 | DB | 79 | 1B | 0 | 2D | E | 60 | 3A | 43 |
| Octal | 240 | 333 | 171 | 33 | 0 | 55 | 16 | 140 | 72 | 103 |
| Binary | 10100000 | 11011011 | 1111001 | 11011 | 0 | 101101 | 1110 | 1100000 | 111010 | 1000011 |
Color Harmonies of #A0DB79
Complementary color
Monochromatic Colors of #A0DB79
Black with #A0DB79
Text Example
Text Example
White with #A0DB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DB79; }
p { color: rgb(160,219,121); }
H1.HeaderClassName
{
color: #A0DB79;
}
.AnyTagClassName
{
color: #A0DB79;
}
</style>
background-color css
<style>
a { background-color: #A0DB79; }
a { background-color: rgb(160,219,121); }
div.DivClassName
{
background-color: #A0DB79;
}
.BgClassName
{
background-color: #A0DB79;
}
</style>
border-color css
<style>
span { border-color: #A0DB79; }
span { border-color: rgb(160,219,121); }
td.TdClassName
{
border-color: #A0DB79;
}
.TagClassName
{
border-color: #A0DB79;
}
</style>