Shades of Feijoa #A2DA86
Tints of Feijoa #A2DA86
RGB
CMYK
RGB Variations
Color information
#A2DA86 (or 0xA2DA86) is known color: Feijoa. HEX triplet: A2, DA and 86. RGB value is (162,218,134). Sum of RGB (Red+Green+Blue) = 162+218+134=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 134 (52.73% from 255 or 26.07% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DA86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DA86 is #5D2579. Grayscale: #BFBFBF. Windows color (decimal): -6104442 or 8837794. OLE color: 8837794.
HSL color Cylindrical-coordinate representation of color #A2DA86: hue angle of 100º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A2DA86 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 218 | 134 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.15 |
| HSL | 100º | 0.53% | 0.69% | - |
| HSV(B) | 100º | 0.39% | 0.85% | - |
| XYZ | 44.27 | 59.55 | 31.71 | - |
| YUV | 191.68 | 95.45 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 218 | 134 | 0.26 | 0 | 0.39 | 0.15 | 100 | 0.53 | 0.69 |
| Hex | A2 | DA | 86 | 1A | 0 | 27 | F | 64 | 35 | 45 |
| Octal | 242 | 332 | 206 | 32 | 0 | 47 | 17 | 144 | 65 | 105 |
| Binary | 10100010 | 11011010 | 10000110 | 11010 | 0 | 100111 | 1111 | 1100100 | 110101 | 1000101 |
Color Harmonies of #A2DA86
Complementary color
Monochromatic Colors of #A2DA86
Black with #A2DA86
Text Example
Text Example
White with #A2DA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DA86; }
p { color: rgb(162,218,134); }
H1.HeaderClassName
{
color: #A2DA86;
}
.AnyTagClassName
{
color: #A2DA86;
}
</style>
background-color css
<style>
a { background-color: #A2DA86; }
a { background-color: rgb(162,218,134); }
div.DivClassName
{
background-color: #A2DA86;
}
.BgClassName
{
background-color: #A2DA86;
}
</style>
border-color css
<style>
span { border-color: #A2DA86; }
span { border-color: rgb(162,218,134); }
td.TdClassName
{
border-color: #A2DA86;
}
.TagClassName
{
border-color: #A2DA86;
}
</style>