Shades of Feijoa #A2DA6C
Tints of Feijoa #A2DA6C
RGB
CMYK
RGB Variations
Color information
#A2DA6C (or 0xA2DA6C) is known color: Feijoa. HEX triplet: A2, DA and 6C. RGB value is (162,218,108). Sum of RGB (Red+Green+Blue) = 162+218+108=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DA6C is #5D2593. Grayscale: #BDBDBD. Windows color (decimal): -6104468 or 7133858. OLE color: 7133858.
HSL color Cylindrical-coordinate representation of color #A2DA6C: hue angle of 90.55º degrees, saturation: 0.6, 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 #A2DA6C is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 218 | 108 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.15 |
| HSL | 90.55º | 0.6% | 0.64% | - |
| HSV(B) | 90.55º | 0.5% | 0.85% | - |
| XYZ | 42.68 | 58.91 | 23.31 | - |
| YUV | 188.72 | 82.45 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 218 | 108 | 0.26 | 0 | 0.50 | 0.15 | 90.55 | 0.6 | 0.64 |
| Hex | A2 | DA | 6C | 1A | 0 | 32 | F | 5B | 3C | 40 |
| Octal | 242 | 332 | 154 | 32 | 0 | 62 | 17 | 133 | 74 | 100 |
| Binary | 10100010 | 11011010 | 1101100 | 11010 | 0 | 110010 | 1111 | 1011011 | 111100 | 1000000 |
Color Harmonies of #A2DA6C
Complementary color
Monochromatic Colors of #A2DA6C
Black with #A2DA6C
Text Example
Text Example
White with #A2DA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DA6C; }
p { color: rgb(162,218,108); }
H1.HeaderClassName
{
color: #A2DA6C;
}
.AnyTagClassName
{
color: #A2DA6C;
}
</style>
background-color css
<style>
a { background-color: #A2DA6C; }
a { background-color: rgb(162,218,108); }
div.DivClassName
{
background-color: #A2DA6C;
}
.BgClassName
{
background-color: #A2DA6C;
}
</style>
border-color css
<style>
span { border-color: #A2DA6C; }
span { border-color: rgb(162,218,108); }
td.TdClassName
{
border-color: #A2DA6C;
}
.TagClassName
{
border-color: #A2DA6C;
}
</style>