Shades of Feijoa #A0DB82
Tints of Feijoa #A0DB82
RGB
CMYK
RGB Variations
Color information
#A0DB82 (or 0xA0DB82) is known color: Feijoa. HEX triplet: A0, DB and 82. RGB value is (160,219,130). Sum of RGB (Red+Green+Blue) = 160+219+130=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 130 (51.17% from 255 or 25.54% from 509); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DB82 is #5F247D. Grayscale: #BFBFBF. Windows color (decimal): -6235262 or 8575904. OLE color: 8575904.
HSL color Cylindrical-coordinate representation of color #A0DB82: hue angle of 99.78º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0DB82 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 219 | 130 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.14 |
| HSL | 99.78º | 0.55% | 0.68% | - |
| HSV(B) | 99.78º | 0.41% | 0.86% | - |
| XYZ | 43.86 | 59.75 | 30.34 | - |
| YUV | 191.21 | 93.45 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 130 | 0.27 | 0 | 0.41 | 0.14 | 99.78 | 0.55 | 0.68 |
| Hex | A0 | DB | 82 | 1B | 0 | 29 | E | 64 | 37 | 44 |
| Octal | 240 | 333 | 202 | 33 | 0 | 51 | 16 | 144 | 67 | 104 |
| Binary | 10100000 | 11011011 | 10000010 | 11011 | 0 | 101001 | 1110 | 1100100 | 110111 | 1000100 |
Color Harmonies of #A0DB82
Complementary color
Monochromatic Colors of #A0DB82
Black with #A0DB82
Text Example
Text Example
White with #A0DB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DB82; }
p { color: rgb(160,219,130); }
H1.HeaderClassName
{
color: #A0DB82;
}
.AnyTagClassName
{
color: #A0DB82;
}
</style>
background-color css
<style>
a { background-color: #A0DB82; }
a { background-color: rgb(160,219,130); }
div.DivClassName
{
background-color: #A0DB82;
}
.BgClassName
{
background-color: #A0DB82;
}
</style>
border-color css
<style>
span { border-color: #A0DB82; }
span { border-color: rgb(160,219,130); }
td.TdClassName
{
border-color: #A0DB82;
}
.TagClassName
{
border-color: #A0DB82;
}
</style>