Shades of Feijoa #A8DC89
Tints of Feijoa #A8DC89
RGB
CMYK
RGB Variations
Color information
#A8DC89 (or 0xA8DC89) is known color: Feijoa. HEX triplet: A8, DC and 89. RGB value is (168,220,137). Sum of RGB (Red+Green+Blue) = 168+220+137=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 137 (53.91% from 255 or 26.10% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DC89 is #572376. Grayscale: #C3C3C3. Windows color (decimal): -5710711 or 9034920. OLE color: 9034920.
HSL color Cylindrical-coordinate representation of color #A8DC89: hue angle of 97.59º 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 #A8DC89 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 137 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.14 |
| HSL | 97.59º | 0.54% | 0.7% | - |
| HSV(B) | 97.59º | 0.38% | 0.86% | - |
| XYZ | 46.26 | 61.32 | 33.06 | - |
| YUV | 194.99 | 95.27 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 137 | 0.24 | 0 | 0.38 | 0.14 | 97.59 | 0.54 | 0.7 |
| Hex | A8 | DC | 89 | 18 | 0 | 26 | E | 62 | 36 | 46 |
| Octal | 250 | 334 | 211 | 30 | 0 | 46 | 16 | 142 | 66 | 106 |
| Binary | 10101000 | 11011100 | 10001001 | 11000 | 0 | 100110 | 1110 | 1100010 | 110110 | 1000110 |
Color Harmonies of #A8DC89
Complementary color
Monochromatic Colors of #A8DC89
Black with #A8DC89
Text Example
Text Example
White with #A8DC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DC89; }
p { color: rgb(168,220,137); }
H1.HeaderClassName
{
color: #A8DC89;
}
.AnyTagClassName
{
color: #A8DC89;
}
</style>
background-color css
<style>
a { background-color: #A8DC89; }
a { background-color: rgb(168,220,137); }
div.DivClassName
{
background-color: #A8DC89;
}
.BgClassName
{
background-color: #A8DC89;
}
</style>
border-color css
<style>
span { border-color: #A8DC89; }
span { border-color: rgb(168,220,137); }
td.TdClassName
{
border-color: #A8DC89;
}
.TagClassName
{
border-color: #A8DC89;
}
</style>