Shades of Feijoa #A2D86C
Tints of Feijoa #A2D86C
RGB
CMYK
RGB Variations
Color information
#A2D86C (or 0xA2D86C) is known color: Feijoa. HEX triplet: A2, D8 and 6C. RGB value is (162,216,108). Sum of RGB (Red+Green+Blue) = 162+216+108=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 216 (84.77% from 255 or 44.44% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D86C is #5D2793. Grayscale: #BBBBBB. Windows color (decimal): -6104980 or 7133346. OLE color: 7133346.
HSL color Cylindrical-coordinate representation of color #A2D86C: hue angle of 90º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2D86C is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 216 | 108 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.15 |
| HSL | 90º | 0.58% | 0.64% | - |
| HSV(B) | 90º | 0.5% | 0.85% | - |
| XYZ | 42.16 | 57.88 | 23.14 | - |
| YUV | 187.54 | 83.11 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 216 | 108 | 0.25 | 0 | 0.50 | 0.15 | 90 | 0.58 | 0.64 |
| Hex | A2 | D8 | 6C | 19 | 0 | 32 | F | 5A | 3A | 40 |
| Octal | 242 | 330 | 154 | 31 | 0 | 62 | 17 | 132 | 72 | 100 |
| Binary | 10100010 | 11011000 | 1101100 | 11001 | 0 | 110010 | 1111 | 1011010 | 111010 | 1000000 |
Color Harmonies of #A2D86C
Complementary color
Monochromatic Colors of #A2D86C
Black with #A2D86C
Text Example
Text Example
White with #A2D86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D86C; }
p { color: rgb(162,216,108); }
H1.HeaderClassName
{
color: #A2D86C;
}
.AnyTagClassName
{
color: #A2D86C;
}
</style>
background-color css
<style>
a { background-color: #A2D86C; }
a { background-color: rgb(162,216,108); }
div.DivClassName
{
background-color: #A2D86C;
}
.BgClassName
{
background-color: #A2D86C;
}
</style>
border-color css
<style>
span { border-color: #A2D86C; }
span { border-color: rgb(162,216,108); }
td.TdClassName
{
border-color: #A2D86C;
}
.TagClassName
{
border-color: #A2D86C;
}
</style>