Shades of Feijoa #A2D96B
Tints of Feijoa #A2D96B
RGB
CMYK
RGB Variations
Color information
#A2D96B (or 0xA2D96B) is known color: Feijoa. HEX triplet: A2, D9 and 6B. RGB value is (162,217,107). Sum of RGB (Red+Green+Blue) = 162+217+107=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 107 (42.19% from 255 or 22.02% from 486); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D96B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D96B is #5D2694. Grayscale: #BCBCBC. Windows color (decimal): -6104725 or 7068066. OLE color: 7068066.
HSL color Cylindrical-coordinate representation of color #A2D96B: hue angle of 90º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2D96B is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 217 | 107 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.15 |
| HSL | 90º | 0.59% | 0.64% | - |
| HSV(B) | 90º | 0.51% | 0.85% | - |
| XYZ | 42.37 | 58.37 | 22.94 | - |
| YUV | 188.02 | 82.28 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 217 | 107 | 0.25 | 0 | 0.51 | 0.15 | 90 | 0.59 | 0.64 |
| Hex | A2 | D9 | 6B | 19 | 0 | 33 | F | 5A | 3B | 40 |
| Octal | 242 | 331 | 153 | 31 | 0 | 63 | 17 | 132 | 73 | 100 |
| Binary | 10100010 | 11011001 | 1101011 | 11001 | 0 | 110011 | 1111 | 1011010 | 111011 | 1000000 |
Color Harmonies of #A2D96B
Complementary color
Monochromatic Colors of #A2D96B
Black with #A2D96B
Text Example
Text Example
White with #A2D96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D96B; }
p { color: rgb(162,217,107); }
H1.HeaderClassName
{
color: #A2D96B;
}
.AnyTagClassName
{
color: #A2D96B;
}
</style>
background-color css
<style>
a { background-color: #A2D96B; }
a { background-color: rgb(162,217,107); }
div.DivClassName
{
background-color: #A2D96B;
}
.BgClassName
{
background-color: #A2D96B;
}
</style>
border-color css
<style>
span { border-color: #A2D96B; }
span { border-color: rgb(162,217,107); }
td.TdClassName
{
border-color: #A2D96B;
}
.TagClassName
{
border-color: #A2D96B;
}
</style>