Shades of Feijoa #AADC85
Tints of Feijoa #AADC85
RGB
CMYK
RGB Variations
Color information
#AADC85 (or 0xAADC85) is known color: Feijoa. HEX triplet: AA, DC and 85. RGB value is (170,220,133). Sum of RGB (Red+Green+Blue) = 170+220+133=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 133 (52.34% from 255 or 25.43% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADC85 is #55237A. Grayscale: #C3C3C3. Windows color (decimal): -5579643 or 8772778. OLE color: 8772778.
HSL color Cylindrical-coordinate representation of color #AADC85: hue angle of 94.48º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AADC85 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 133 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.14 |
| HSL | 94.48º | 0.55% | 0.69% | - |
| HSV(B) | 94.48º | 0.4% | 0.86% | - |
| XYZ | 46.4 | 61.43 | 31.6 | - |
| YUV | 195.13 | 92.94 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 133 | 0.23 | 0 | 0.40 | 0.14 | 94.48 | 0.55 | 0.69 |
| Hex | AA | DC | 85 | 17 | 0 | 28 | E | 5E | 37 | 45 |
| Octal | 252 | 334 | 205 | 27 | 0 | 50 | 16 | 136 | 67 | 105 |
| Binary | 10101010 | 11011100 | 10000101 | 10111 | 0 | 101000 | 1110 | 1011110 | 110111 | 1000101 |
Color Harmonies of #AADC85
Complementary color
Monochromatic Colors of #AADC85
Black with #AADC85
Text Example
Text Example
White with #AADC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC85; }
p { color: rgb(170,220,133); }
H1.HeaderClassName
{
color: #AADC85;
}
.AnyTagClassName
{
color: #AADC85;
}
</style>
background-color css
<style>
a { background-color: #AADC85; }
a { background-color: rgb(170,220,133); }
div.DivClassName
{
background-color: #AADC85;
}
.BgClassName
{
background-color: #AADC85;
}
</style>
border-color css
<style>
span { border-color: #AADC85; }
span { border-color: rgb(170,220,133); }
td.TdClassName
{
border-color: #AADC85;
}
.TagClassName
{
border-color: #AADC85;
}
</style>