Shades of Feijoa #AADA6D
Tints of Feijoa #AADA6D
RGB
CMYK
RGB Variations
Color information
#AADA6D (or 0xAADA6D) is known color: Feijoa. HEX triplet: AA, DA and 6D. RGB value is (170,218,109). Sum of RGB (Red+Green+Blue) = 170+218+109=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 109 (42.97% from 255 or 21.93% from 497); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADA6D is #552592. Grayscale: #BFBFBF. Windows color (decimal): -5580179 or 7199402. OLE color: 7199402.
HSL color Cylindrical-coordinate representation of color #AADA6D: hue angle of 86.42º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AADA6D is Cyan = 0.22, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 218 | 109 | - |
| CMYK | 0.22 | 0 | 0.5 | 0.15 |
| HSL | 86.42º | 0.6% | 0.64% | - |
| HSV(B) | 86.42º | 0.5% | 0.85% | - |
| XYZ | 44.41 | 59.79 | 23.67 | - |
| YUV | 191.22 | 81.6 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 218 | 109 | 0.22 | 0 | 0.5 | 0.15 | 86.42 | 0.6 | 0.64 |
| Hex | AA | DA | 6D | 16 | 0 | 32 | F | 56 | 3C | 40 |
| Octal | 252 | 332 | 155 | 26 | 0 | 62 | 17 | 126 | 74 | 100 |
| Binary | 10101010 | 11011010 | 1101101 | 10110 | 0 | 110010 | 1111 | 1010110 | 111100 | 1000000 |
Color Harmonies of #AADA6D
Complementary color
Monochromatic Colors of #AADA6D
Black with #AADA6D
Text Example
Text Example
White with #AADA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADA6D; }
p { color: rgb(170,218,109); }
H1.HeaderClassName
{
color: #AADA6D;
}
.AnyTagClassName
{
color: #AADA6D;
}
</style>
background-color css
<style>
a { background-color: #AADA6D; }
a { background-color: rgb(170,218,109); }
div.DivClassName
{
background-color: #AADA6D;
}
.BgClassName
{
background-color: #AADA6D;
}
</style>
border-color css
<style>
span { border-color: #AADA6D; }
span { border-color: rgb(170,218,109); }
td.TdClassName
{
border-color: #AADA6D;
}
.TagClassName
{
border-color: #AADA6D;
}
</style>