Shades of Feijoa #A2DD84
Tints of Feijoa #A2DD84
RGB
CMYK
RGB Variations
Color information
#A2DD84 (or 0xA2DD84) is known color: Feijoa. HEX triplet: A2, DD and 84. RGB value is (162,221,132). Sum of RGB (Red+Green+Blue) = 162+221+132=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 132 (51.95% from 255 or 25.63% from 515); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DD84 is #5D227B. Grayscale: #C1C1C1. Windows color (decimal): -6103676 or 8707490. OLE color: 8707490.
HSL color Cylindrical-coordinate representation of color #A2DD84: hue angle of 99.78º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2DD84 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 221 | 132 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.13 |
| HSL | 99.78º | 0.57% | 0.69% | - |
| HSV(B) | 99.78º | 0.4% | 0.87% | - |
| XYZ | 44.92 | 61.06 | 31.25 | - |
| YUV | 193.21 | 93.45 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 221 | 132 | 0.27 | 0 | 0.40 | 0.13 | 99.78 | 0.57 | 0.69 |
| Hex | A2 | DD | 84 | 1B | 0 | 28 | D | 64 | 39 | 45 |
| Octal | 242 | 335 | 204 | 33 | 0 | 50 | 15 | 144 | 71 | 105 |
| Binary | 10100010 | 11011101 | 10000100 | 11011 | 0 | 101000 | 1101 | 1100100 | 111001 | 1000101 |
Color Harmonies of #A2DD84
Complementary color
Monochromatic Colors of #A2DD84
Black with #A2DD84
Text Example
Text Example
White with #A2DD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DD84; }
p { color: rgb(162,221,132); }
H1.HeaderClassName
{
color: #A2DD84;
}
.AnyTagClassName
{
color: #A2DD84;
}
</style>
background-color css
<style>
a { background-color: #A2DD84; }
a { background-color: rgb(162,221,132); }
div.DivClassName
{
background-color: #A2DD84;
}
.BgClassName
{
background-color: #A2DD84;
}
</style>
border-color css
<style>
span { border-color: #A2DD84; }
span { border-color: rgb(162,221,132); }
td.TdClassName
{
border-color: #A2DD84;
}
.TagClassName
{
border-color: #A2DD84;
}
</style>