Shades of Feijoa #AADC86
Tints of Feijoa #AADC86
RGB
CMYK
RGB Variations
Color information
#AADC86 (or 0xAADC86) is known color: Feijoa. HEX triplet: AA, DC and 86. RGB value is (170,220,134). Sum of RGB (Red+Green+Blue) = 170+220+134=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 134 (52.73% from 255 or 25.57% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADC86 is #552379. Grayscale: #C3C3C3. Windows color (decimal): -5579642 or 8838314. OLE color: 8838314.
HSL color Cylindrical-coordinate representation of color #AADC86: hue angle of 94.88º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AADC86 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 134 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.14 |
| HSL | 94.88º | 0.55% | 0.69% | - |
| HSV(B) | 94.88º | 0.39% | 0.86% | - |
| XYZ | 46.47 | 61.45 | 31.97 | - |
| YUV | 195.25 | 93.44 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 134 | 0.23 | 0 | 0.39 | 0.14 | 94.88 | 0.55 | 0.69 |
| Hex | AA | DC | 86 | 17 | 0 | 27 | E | 5F | 37 | 45 |
| Octal | 252 | 334 | 206 | 27 | 0 | 47 | 16 | 137 | 67 | 105 |
| Binary | 10101010 | 11011100 | 10000110 | 10111 | 0 | 100111 | 1110 | 1011111 | 110111 | 1000101 |
Color Harmonies of #AADC86
Complementary color
Monochromatic Colors of #AADC86
Black with #AADC86
Text Example
Text Example
White with #AADC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC86; }
p { color: rgb(170,220,134); }
H1.HeaderClassName
{
color: #AADC86;
}
.AnyTagClassName
{
color: #AADC86;
}
</style>
background-color css
<style>
a { background-color: #AADC86; }
a { background-color: rgb(170,220,134); }
div.DivClassName
{
background-color: #AADC86;
}
.BgClassName
{
background-color: #AADC86;
}
</style>
border-color css
<style>
span { border-color: #AADC86; }
span { border-color: rgb(170,220,134); }
td.TdClassName
{
border-color: #AADC86;
}
.TagClassName
{
border-color: #AADC86;
}
</style>