Shades of Feijoa #A2DA70
Tints of Feijoa #A2DA70
RGB
CMYK
RGB Variations
Color information
#A2DA70 (or 0xA2DA70) is known color: Feijoa. HEX triplet: A2, DA and 70. RGB value is (162,218,112). Sum of RGB (Red+Green+Blue) = 162+218+112=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DA70 is #5D258F. Grayscale: #BDBDBD. Windows color (decimal): -6104464 or 7396002. OLE color: 7396002.
HSL color Cylindrical-coordinate representation of color #A2DA70: hue angle of 91.7º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A2DA70 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 218 | 112 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.15 |
| HSL | 91.7º | 0.59% | 0.65% | - |
| HSV(B) | 91.7º | 0.49% | 0.85% | - |
| XYZ | 42.9 | 58.99 | 24.46 | - |
| YUV | 189.17 | 84.45 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 218 | 112 | 0.26 | 0 | 0.49 | 0.15 | 91.7 | 0.59 | 0.65 |
| Hex | A2 | DA | 70 | 1A | 0 | 31 | F | 5C | 3B | 41 |
| Octal | 242 | 332 | 160 | 32 | 0 | 61 | 17 | 134 | 73 | 101 |
| Binary | 10100010 | 11011010 | 1110000 | 11010 | 0 | 110001 | 1111 | 1011100 | 111011 | 1000001 |
Color Harmonies of #A2DA70
Complementary color
Monochromatic Colors of #A2DA70
Black with #A2DA70
Text Example
Text Example
White with #A2DA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DA70; }
p { color: rgb(162,218,112); }
H1.HeaderClassName
{
color: #A2DA70;
}
.AnyTagClassName
{
color: #A2DA70;
}
</style>
background-color css
<style>
a { background-color: #A2DA70; }
a { background-color: rgb(162,218,112); }
div.DivClassName
{
background-color: #A2DA70;
}
.BgClassName
{
background-color: #A2DA70;
}
</style>
border-color css
<style>
span { border-color: #A2DA70; }
span { border-color: rgb(162,218,112); }
td.TdClassName
{
border-color: #A2DA70;
}
.TagClassName
{
border-color: #A2DA70;
}
</style>