Shades of Feijoa #A2DD89
Tints of Feijoa #A2DD89
RGB
CMYK
RGB Variations
Color information
#A2DD89 (or 0xA2DD89) is known color: Feijoa. HEX triplet: A2, DD and 89. RGB value is (162,221,137). Sum of RGB (Red+Green+Blue) = 162+221+137=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 137 (53.91% from 255 or 26.35% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DD89 is #5D2276. Grayscale: #C2C2C2. Windows color (decimal): -6103671 or 9035170. OLE color: 9035170.
HSL color Cylindrical-coordinate representation of color #A2DD89: hue angle of 102.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2DD89 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 221 | 137 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.13 |
| HSL | 102.14º | 0.55% | 0.7% | - |
| HSV(B) | 102.14º | 0.38% | 0.87% | - |
| XYZ | 45.27 | 61.2 | 33.09 | - |
| YUV | 193.78 | 95.95 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 221 | 137 | 0.27 | 0 | 0.38 | 0.13 | 102.14 | 0.55 | 0.7 |
| Hex | A2 | DD | 89 | 1B | 0 | 26 | D | 66 | 37 | 46 |
| Octal | 242 | 335 | 211 | 33 | 0 | 46 | 15 | 146 | 67 | 106 |
| Binary | 10100010 | 11011101 | 10001001 | 11011 | 0 | 100110 | 1101 | 1100110 | 110111 | 1000110 |
Color Harmonies of #A2DD89
Complementary color
Monochromatic Colors of #A2DD89
Black with #A2DD89
Text Example
Text Example
White with #A2DD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DD89; }
p { color: rgb(162,221,137); }
H1.HeaderClassName
{
color: #A2DD89;
}
.AnyTagClassName
{
color: #A2DD89;
}
</style>
background-color css
<style>
a { background-color: #A2DD89; }
a { background-color: rgb(162,221,137); }
div.DivClassName
{
background-color: #A2DD89;
}
.BgClassName
{
background-color: #A2DD89;
}
</style>
border-color css
<style>
span { border-color: #A2DD89; }
span { border-color: rgb(162,221,137); }
td.TdClassName
{
border-color: #A2DD89;
}
.TagClassName
{
border-color: #A2DD89;
}
</style>