Shades of Feijoa #A0D86A
Tints of Feijoa #A0D86A
RGB
CMYK
RGB Variations
Color information
#A0D86A (or 0xA0D86A) is known color: Feijoa. HEX triplet: A0, D8 and 6A. RGB value is (160,216,106). Sum of RGB (Red+Green+Blue) = 160+216+106=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D86A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D86A is #5F2795. Grayscale: #BBBBBB. Windows color (decimal): -6236054 or 7002272. OLE color: 7002272.
HSL color Cylindrical-coordinate representation of color #A0D86A: hue angle of 90.55º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0D86A is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 216 | 106 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.15 |
| HSL | 90.55º | 0.59% | 0.63% | - |
| HSV(B) | 90.55º | 0.51% | 0.85% | - |
| XYZ | 41.65 | 57.63 | 22.56 | - |
| YUV | 186.72 | 82.45 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 216 | 106 | 0.26 | 0 | 0.51 | 0.15 | 90.55 | 0.59 | 0.63 |
| Hex | A0 | D8 | 6A | 1A | 0 | 33 | F | 5B | 3B | 3F |
| Octal | 240 | 330 | 152 | 32 | 0 | 63 | 17 | 133 | 73 | 77 |
| Binary | 10100000 | 11011000 | 1101010 | 11010 | 0 | 110011 | 1111 | 1011011 | 111011 | 111111 |
Color Harmonies of #A0D86A
Complementary color
Monochromatic Colors of #A0D86A
Black with #A0D86A
Text Example
Text Example
White with #A0D86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D86A; }
p { color: rgb(160,216,106); }
H1.HeaderClassName
{
color: #A0D86A;
}
.AnyTagClassName
{
color: #A0D86A;
}
</style>
background-color css
<style>
a { background-color: #A0D86A; }
a { background-color: rgb(160,216,106); }
div.DivClassName
{
background-color: #A0D86A;
}
.BgClassName
{
background-color: #A0D86A;
}
</style>
border-color css
<style>
span { border-color: #A0D86A; }
span { border-color: rgb(160,216,106); }
td.TdClassName
{
border-color: #A0D86A;
}
.TagClassName
{
border-color: #A0D86A;
}
</style>