Shades of Feijoa #A2DA84
Tints of Feijoa #A2DA84
RGB
CMYK
RGB Variations
Color information
#A2DA84 (or 0xA2DA84) is known color: Feijoa. HEX triplet: A2, DA and 84. RGB value is (162,218,132). Sum of RGB (Red+Green+Blue) = 162+218+132=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 132 (51.95% from 255 or 25.78% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DA84 is #5D257B. Grayscale: #BFBFBF. Windows color (decimal): -6104444 or 8706722. OLE color: 8706722.
HSL color Cylindrical-coordinate representation of color #A2DA84: hue angle of 99.07º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A2DA84 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 218 | 132 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.15 |
| HSL | 99.07º | 0.54% | 0.69% | - |
| HSV(B) | 99.07º | 0.39% | 0.85% | - |
| XYZ | 44.14 | 59.49 | 30.99 | - |
| YUV | 191.45 | 94.45 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 218 | 132 | 0.26 | 0 | 0.39 | 0.15 | 99.07 | 0.54 | 0.69 |
| Hex | A2 | DA | 84 | 1A | 0 | 27 | F | 63 | 36 | 45 |
| Octal | 242 | 332 | 204 | 32 | 0 | 47 | 17 | 143 | 66 | 105 |
| Binary | 10100010 | 11011010 | 10000100 | 11010 | 0 | 100111 | 1111 | 1100011 | 110110 | 1000101 |
Color Harmonies of #A2DA84
Complementary color
Monochromatic Colors of #A2DA84
Black with #A2DA84
Text Example
Text Example
White with #A2DA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DA84; }
p { color: rgb(162,218,132); }
H1.HeaderClassName
{
color: #A2DA84;
}
.AnyTagClassName
{
color: #A2DA84;
}
</style>
background-color css
<style>
a { background-color: #A2DA84; }
a { background-color: rgb(162,218,132); }
div.DivClassName
{
background-color: #A2DA84;
}
.BgClassName
{
background-color: #A2DA84;
}
</style>
border-color css
<style>
span { border-color: #A2DA84; }
span { border-color: rgb(162,218,132); }
td.TdClassName
{
border-color: #A2DA84;
}
.TagClassName
{
border-color: #A2DA84;
}
</style>