Shades of Feijoa #A2DC89
Tints of Feijoa #A2DC89
RGB
CMYK
RGB Variations
Color information
#A2DC89 (or 0xA2DC89) is known color: Feijoa. HEX triplet: A2, DC and 89. RGB value is (162,220,137). Sum of RGB (Red+Green+Blue) = 162+220+137=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 137 (53.91% from 255 or 26.40% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DC89 is #5D2376. Grayscale: #C1C1C1. Windows color (decimal): -6103927 or 9034914. OLE color: 9034914.
HSL color Cylindrical-coordinate representation of color #A2DC89: hue angle of 101.93º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2DC89 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 220 | 137 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.14 |
| HSL | 101.93º | 0.54% | 0.7% | - |
| HSV(B) | 101.93º | 0.38% | 0.86% | - |
| XYZ | 45.01 | 60.67 | 33.01 | - |
| YUV | 193.2 | 96.28 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 220 | 137 | 0.26 | 0 | 0.38 | 0.14 | 101.93 | 0.54 | 0.7 |
| Hex | A2 | DC | 89 | 1A | 0 | 26 | E | 66 | 36 | 46 |
| Octal | 242 | 334 | 211 | 32 | 0 | 46 | 16 | 146 | 66 | 106 |
| Binary | 10100010 | 11011100 | 10001001 | 11010 | 0 | 100110 | 1110 | 1100110 | 110110 | 1000110 |
Color Harmonies of #A2DC89
Complementary color
Monochromatic Colors of #A2DC89
Black with #A2DC89
Text Example
Text Example
White with #A2DC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DC89; }
p { color: rgb(162,220,137); }
H1.HeaderClassName
{
color: #A2DC89;
}
.AnyTagClassName
{
color: #A2DC89;
}
</style>
background-color css
<style>
a { background-color: #A2DC89; }
a { background-color: rgb(162,220,137); }
div.DivClassName
{
background-color: #A2DC89;
}
.BgClassName
{
background-color: #A2DC89;
}
</style>
border-color css
<style>
span { border-color: #A2DC89; }
span { border-color: rgb(162,220,137); }
td.TdClassName
{
border-color: #A2DC89;
}
.TagClassName
{
border-color: #A2DC89;
}
</style>