Shades of Feijoa #A6DC89
Tints of Feijoa #A6DC89
RGB
CMYK
RGB Variations
Color information
#A6DC89 (or 0xA6DC89) is known color: Feijoa. HEX triplet: A6, DC and 89. RGB value is (166,220,137). Sum of RGB (Red+Green+Blue) = 166+220+137=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 137 (53.91% from 255 or 26.20% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DC89 is #592376. Grayscale: #C2C2C2. Windows color (decimal): -5841783 or 9034918. OLE color: 9034918.
HSL color Cylindrical-coordinate representation of color #A6DC89: hue angle of 99.04º 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 #A6DC89 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 220 | 137 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.14 |
| HSL | 99.04º | 0.54% | 0.7% | - |
| HSV(B) | 99.04º | 0.38% | 0.86% | - |
| XYZ | 45.83 | 61.1 | 33.04 | - |
| YUV | 194.39 | 95.61 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 220 | 137 | 0.25 | 0 | 0.38 | 0.14 | 99.04 | 0.54 | 0.7 |
| Hex | A6 | DC | 89 | 19 | 0 | 26 | E | 63 | 36 | 46 |
| Octal | 246 | 334 | 211 | 31 | 0 | 46 | 16 | 143 | 66 | 106 |
| Binary | 10100110 | 11011100 | 10001001 | 11001 | 0 | 100110 | 1110 | 1100011 | 110110 | 1000110 |
Color Harmonies of #A6DC89
Complementary color
Monochromatic Colors of #A6DC89
Black with #A6DC89
Text Example
Text Example
White with #A6DC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DC89; }
p { color: rgb(166,220,137); }
H1.HeaderClassName
{
color: #A6DC89;
}
.AnyTagClassName
{
color: #A6DC89;
}
</style>
background-color css
<style>
a { background-color: #A6DC89; }
a { background-color: rgb(166,220,137); }
div.DivClassName
{
background-color: #A6DC89;
}
.BgClassName
{
background-color: #A6DC89;
}
</style>
border-color css
<style>
span { border-color: #A6DC89; }
span { border-color: rgb(166,220,137); }
td.TdClassName
{
border-color: #A6DC89;
}
.TagClassName
{
border-color: #A6DC89;
}
</style>