Shades of Feijoa #A2DA80
Tints of Feijoa #A2DA80
RGB
CMYK
RGB Variations
Color information
#A2DA80 (or 0xA2DA80) is known color: Feijoa. HEX triplet: A2, DA and 80. RGB value is (162,218,128). Sum of RGB (Red+Green+Blue) = 162+218+128=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DA80 is #5D257F. Grayscale: #BFBFBF. Windows color (decimal): -6104448 or 8444578. OLE color: 8444578.
HSL color Cylindrical-coordinate representation of color #A2DA80: hue angle of 97.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2DA80 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 218 | 128 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.15 |
| HSL | 97.33º | 0.55% | 0.68% | - |
| HSV(B) | 97.33º | 0.41% | 0.85% | - |
| XYZ | 43.87 | 59.38 | 29.57 | - |
| YUV | 191 | 92.45 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 218 | 128 | 0.26 | 0 | 0.41 | 0.15 | 97.33 | 0.55 | 0.68 |
| Hex | A2 | DA | 80 | 1A | 0 | 29 | F | 61 | 37 | 44 |
| Octal | 242 | 332 | 200 | 32 | 0 | 51 | 17 | 141 | 67 | 104 |
| Binary | 10100010 | 11011010 | 10000000 | 11010 | 0 | 101001 | 1111 | 1100001 | 110111 | 1000100 |
Color Harmonies of #A2DA80
Complementary color
Monochromatic Colors of #A2DA80
Black with #A2DA80
Text Example
Text Example
White with #A2DA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DA80; }
p { color: rgb(162,218,128); }
H1.HeaderClassName
{
color: #A2DA80;
}
.AnyTagClassName
{
color: #A2DA80;
}
</style>
background-color css
<style>
a { background-color: #A2DA80; }
a { background-color: rgb(162,218,128); }
div.DivClassName
{
background-color: #A2DA80;
}
.BgClassName
{
background-color: #A2DA80;
}
</style>
border-color css
<style>
span { border-color: #A2DA80; }
span { border-color: rgb(162,218,128); }
td.TdClassName
{
border-color: #A2DA80;
}
.TagClassName
{
border-color: #A2DA80;
}
</style>