Shades of Feijoa #A2DA6A
Tints of Feijoa #A2DA6A
RGB
CMYK
RGB Variations
Color information
#A2DA6A (or 0xA2DA6A) is known color: Feijoa. HEX triplet: A2, DA and 6A. RGB value is (162,218,106). Sum of RGB (Red+Green+Blue) = 162+218+106=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 106 (41.80% from 255 or 21.81% from 486); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DA6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DA6A is #5D2595. Grayscale: #BCBCBC. Windows color (decimal): -6104470 or 7002786. OLE color: 7002786.
HSL color Cylindrical-coordinate representation of color #A2DA6A: hue angle of 90º degrees, saturation: 0.6, 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 #A2DA6A is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 218 | 106 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.15 |
| HSL | 90º | 0.6% | 0.64% | - |
| HSV(B) | 90º | 0.51% | 0.85% | - |
| XYZ | 42.57 | 58.86 | 22.75 | - |
| YUV | 188.49 | 81.45 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 218 | 106 | 0.26 | 0 | 0.51 | 0.15 | 90 | 0.6 | 0.64 |
| Hex | A2 | DA | 6A | 1A | 0 | 33 | F | 5A | 3C | 40 |
| Octal | 242 | 332 | 152 | 32 | 0 | 63 | 17 | 132 | 74 | 100 |
| Binary | 10100010 | 11011010 | 1101010 | 11010 | 0 | 110011 | 1111 | 1011010 | 111100 | 1000000 |
Color Harmonies of #A2DA6A
Complementary color
Monochromatic Colors of #A2DA6A
Black with #A2DA6A
Text Example
Text Example
White with #A2DA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DA6A; }
p { color: rgb(162,218,106); }
H1.HeaderClassName
{
color: #A2DA6A;
}
.AnyTagClassName
{
color: #A2DA6A;
}
</style>
background-color css
<style>
a { background-color: #A2DA6A; }
a { background-color: rgb(162,218,106); }
div.DivClassName
{
background-color: #A2DA6A;
}
.BgClassName
{
background-color: #A2DA6A;
}
</style>
border-color css
<style>
span { border-color: #A2DA6A; }
span { border-color: rgb(162,218,106); }
td.TdClassName
{
border-color: #A2DA6A;
}
.TagClassName
{
border-color: #A2DA6A;
}
</style>