Shades of Feijoa #AADA89
Tints of Feijoa #AADA89
RGB
CMYK
RGB Variations
Color information
#AADA89 (or 0xAADA89) is known color: Feijoa. HEX triplet: AA, DA and 89. RGB value is (170,218,137). Sum of RGB (Red+Green+Blue) = 170+218+137=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 137 (53.91% from 255 or 26.10% from 525); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADA89 is #552576. Grayscale: #C2C2C2. Windows color (decimal): -5580151 or 9034410. OLE color: 9034410.
HSL color Cylindrical-coordinate representation of color #AADA89: hue angle of 95.56º 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 #AADA89 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 218 | 137 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.15 |
| HSL | 95.56º | 0.52% | 0.7% | - |
| HSV(B) | 95.56º | 0.37% | 0.85% | - |
| XYZ | 46.16 | 60.5 | 32.91 | - |
| YUV | 194.41 | 95.6 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 218 | 137 | 0.22 | 0 | 0.37 | 0.15 | 95.56 | 0.52 | 0.7 |
| Hex | AA | DA | 89 | 16 | 0 | 25 | F | 60 | 34 | 46 |
| Octal | 252 | 332 | 211 | 26 | 0 | 45 | 17 | 140 | 64 | 106 |
| Binary | 10101010 | 11011010 | 10001001 | 10110 | 0 | 100101 | 1111 | 1100000 | 110100 | 1000110 |
Color Harmonies of #AADA89
Complementary color
Monochromatic Colors of #AADA89
Black with #AADA89
Text Example
Text Example
White with #AADA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADA89; }
p { color: rgb(170,218,137); }
H1.HeaderClassName
{
color: #AADA89;
}
.AnyTagClassName
{
color: #AADA89;
}
</style>
background-color css
<style>
a { background-color: #AADA89; }
a { background-color: rgb(170,218,137); }
div.DivClassName
{
background-color: #AADA89;
}
.BgClassName
{
background-color: #AADA89;
}
</style>
border-color css
<style>
span { border-color: #AADA89; }
span { border-color: rgb(170,218,137); }
td.TdClassName
{
border-color: #AADA89;
}
.TagClassName
{
border-color: #AADA89;
}
</style>