Shades of Feijoa #A8DA89
Tints of Feijoa #A8DA89
RGB
CMYK
RGB Variations
Color information
#A8DA89 (or 0xA8DA89) is known color: Feijoa. HEX triplet: A8, DA and 89. RGB value is (168,218,137). Sum of RGB (Red+Green+Blue) = 168+218+137=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 137 (53.91% from 255 or 26.20% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DA89 is #572576. Grayscale: #C2C2C2. Windows color (decimal): -5711223 or 9034408. OLE color: 9034408.
HSL color Cylindrical-coordinate representation of color #A8DA89: hue angle of 97.04º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8DA89 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 218 | 137 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.15 |
| HSL | 97.04º | 0.52% | 0.7% | - |
| HSV(B) | 97.04º | 0.37% | 0.85% | - |
| XYZ | 45.74 | 60.27 | 32.89 | - |
| YUV | 193.82 | 95.94 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 137 | 0.23 | 0 | 0.37 | 0.15 | 97.04 | 0.52 | 0.7 |
| Hex | A8 | DA | 89 | 17 | 0 | 25 | F | 61 | 34 | 46 |
| Octal | 250 | 332 | 211 | 27 | 0 | 45 | 17 | 141 | 64 | 106 |
| Binary | 10101000 | 11011010 | 10001001 | 10111 | 0 | 100101 | 1111 | 1100001 | 110100 | 1000110 |
Color Harmonies of #A8DA89
Complementary color
Monochromatic Colors of #A8DA89
Black with #A8DA89
Text Example
Text Example
White with #A8DA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DA89; }
p { color: rgb(168,218,137); }
H1.HeaderClassName
{
color: #A8DA89;
}
.AnyTagClassName
{
color: #A8DA89;
}
</style>
background-color css
<style>
a { background-color: #A8DA89; }
a { background-color: rgb(168,218,137); }
div.DivClassName
{
background-color: #A8DA89;
}
.BgClassName
{
background-color: #A8DA89;
}
</style>
border-color css
<style>
span { border-color: #A8DA89; }
span { border-color: rgb(168,218,137); }
td.TdClassName
{
border-color: #A8DA89;
}
.TagClassName
{
border-color: #A8DA89;
}
</style>