Shades of Feijoa #A2DA83
Tints of Feijoa #A2DA83
RGB
CMYK
RGB Variations
Color information
#A2DA83 (or 0xA2DA83) is known color: Feijoa. HEX triplet: A2, DA and 83. RGB value is (162,218,131). Sum of RGB (Red+Green+Blue) = 162+218+131=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 131 (51.56% from 255 or 25.64% from 511); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DA83 is #5D257C. Grayscale: #BFBFBF. Windows color (decimal): -6104445 or 8641186. OLE color: 8641186.
HSL color Cylindrical-coordinate representation of color #A2DA83: hue angle of 98.62º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2DA83 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 218 | 131 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.15 |
| HSL | 98.62º | 0.54% | 0.68% | - |
| HSV(B) | 98.62º | 0.4% | 0.85% | - |
| XYZ | 44.07 | 59.46 | 30.63 | - |
| YUV | 191.34 | 93.95 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 218 | 131 | 0.26 | 0 | 0.40 | 0.15 | 98.62 | 0.54 | 0.68 |
| Hex | A2 | DA | 83 | 1A | 0 | 28 | F | 63 | 36 | 44 |
| Octal | 242 | 332 | 203 | 32 | 0 | 50 | 17 | 143 | 66 | 104 |
| Binary | 10100010 | 11011010 | 10000011 | 11010 | 0 | 101000 | 1111 | 1100011 | 110110 | 1000100 |
Color Harmonies of #A2DA83
Complementary color
Monochromatic Colors of #A2DA83
Black with #A2DA83
Text Example
Text Example
White with #A2DA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DA83; }
p { color: rgb(162,218,131); }
H1.HeaderClassName
{
color: #A2DA83;
}
.AnyTagClassName
{
color: #A2DA83;
}
</style>
background-color css
<style>
a { background-color: #A2DA83; }
a { background-color: rgb(162,218,131); }
div.DivClassName
{
background-color: #A2DA83;
}
.BgClassName
{
background-color: #A2DA83;
}
</style>
border-color css
<style>
span { border-color: #A2DA83; }
span { border-color: rgb(162,218,131); }
td.TdClassName
{
border-color: #A2DA83;
}
.TagClassName
{
border-color: #A2DA83;
}
</style>