Shades of Feijoa #A0DB6B
Tints of Feijoa #A0DB6B
RGB
CMYK
RGB Variations
Color information
#A0DB6B (or 0xA0DB6B) is known color: Feijoa. HEX triplet: A0, DB and 6B. RGB value is (160,219,107). Sum of RGB (Red+Green+Blue) = 160+219+107=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 107 (42.19% from 255 or 22.02% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DB6B is #5F2494. Grayscale: #BCBCBC. Windows color (decimal): -6235285 or 7068576. OLE color: 7068576.
HSL color Cylindrical-coordinate representation of color #A0DB6B: hue angle of 91.61º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0DB6B is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 219 | 107 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.14 |
| HSL | 91.61º | 0.61% | 0.64% | - |
| HSV(B) | 91.61º | 0.51% | 0.86% | - |
| XYZ | 42.48 | 59.2 | 23.1 | - |
| YUV | 188.59 | 81.95 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 107 | 0.27 | 0 | 0.51 | 0.14 | 91.61 | 0.61 | 0.64 |
| Hex | A0 | DB | 6B | 1B | 0 | 33 | E | 5C | 3D | 40 |
| Octal | 240 | 333 | 153 | 33 | 0 | 63 | 16 | 134 | 75 | 100 |
| Binary | 10100000 | 11011011 | 1101011 | 11011 | 0 | 110011 | 1110 | 1011100 | 111101 | 1000000 |
Color Harmonies of #A0DB6B
Complementary color
Monochromatic Colors of #A0DB6B
Black with #A0DB6B
Text Example
Text Example
White with #A0DB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DB6B; }
p { color: rgb(160,219,107); }
H1.HeaderClassName
{
color: #A0DB6B;
}
.AnyTagClassName
{
color: #A0DB6B;
}
</style>
background-color css
<style>
a { background-color: #A0DB6B; }
a { background-color: rgb(160,219,107); }
div.DivClassName
{
background-color: #A0DB6B;
}
.BgClassName
{
background-color: #A0DB6B;
}
</style>
border-color css
<style>
span { border-color: #A0DB6B; }
span { border-color: rgb(160,219,107); }
td.TdClassName
{
border-color: #A0DB6B;
}
.TagClassName
{
border-color: #A0DB6B;
}
</style>