Shades of Feijoa #A2DA81
Tints of Feijoa #A2DA81
RGB
CMYK
RGB Variations
Color information
#A2DA81 (or 0xA2DA81) is known color: Feijoa. HEX triplet: A2, DA and 81. RGB value is (162,218,129). Sum of RGB (Red+Green+Blue) = 162+218+129=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 129 (50.78% from 255 or 25.34% from 509); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DA81 is #5D257E. Grayscale: #BFBFBF. Windows color (decimal): -6104447 or 8510114. OLE color: 8510114.
HSL color Cylindrical-coordinate representation of color #A2DA81: hue angle of 97.75º 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 #A2DA81 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 218 | 129 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.15 |
| HSL | 97.75º | 0.55% | 0.68% | - |
| HSV(B) | 97.75º | 0.41% | 0.85% | - |
| XYZ | 43.93 | 59.41 | 29.92 | - |
| YUV | 191.11 | 92.95 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 218 | 129 | 0.26 | 0 | 0.41 | 0.15 | 97.75 | 0.55 | 0.68 |
| Hex | A2 | DA | 81 | 1A | 0 | 29 | F | 62 | 37 | 44 |
| Octal | 242 | 332 | 201 | 32 | 0 | 51 | 17 | 142 | 67 | 104 |
| Binary | 10100010 | 11011010 | 10000001 | 11010 | 0 | 101001 | 1111 | 1100010 | 110111 | 1000100 |
Color Harmonies of #A2DA81
Complementary color
Monochromatic Colors of #A2DA81
Black with #A2DA81
Text Example
Text Example
White with #A2DA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DA81; }
p { color: rgb(162,218,129); }
H1.HeaderClassName
{
color: #A2DA81;
}
.AnyTagClassName
{
color: #A2DA81;
}
</style>
background-color css
<style>
a { background-color: #A2DA81; }
a { background-color: rgb(162,218,129); }
div.DivClassName
{
background-color: #A2DA81;
}
.BgClassName
{
background-color: #A2DA81;
}
</style>
border-color css
<style>
span { border-color: #A2DA81; }
span { border-color: rgb(162,218,129); }
td.TdClassName
{
border-color: #A2DA81;
}
.TagClassName
{
border-color: #A2DA81;
}
</style>