Shades of Feijoa #AADA85
Tints of Feijoa #AADA85
RGB
CMYK
RGB Variations
Color information
#AADA85 (or 0xAADA85) is known color: Feijoa. HEX triplet: AA, DA and 85. RGB value is (170,218,133). Sum of RGB (Red+Green+Blue) = 170+218+133=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADA85 is #55257A. Grayscale: #C2C2C2. Windows color (decimal): -5580155 or 8772266. OLE color: 8772266.
HSL color Cylindrical-coordinate representation of color #AADA85: hue angle of 93.88º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AADA85 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 218 | 133 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.15 |
| HSL | 93.88º | 0.53% | 0.69% | - |
| HSV(B) | 93.88º | 0.39% | 0.85% | - |
| XYZ | 45.88 | 60.38 | 31.43 | - |
| YUV | 193.96 | 93.6 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 218 | 133 | 0.22 | 0 | 0.39 | 0.15 | 93.88 | 0.53 | 0.69 |
| Hex | AA | DA | 85 | 16 | 0 | 27 | F | 5E | 35 | 45 |
| Octal | 252 | 332 | 205 | 26 | 0 | 47 | 17 | 136 | 65 | 105 |
| Binary | 10101010 | 11011010 | 10000101 | 10110 | 0 | 100111 | 1111 | 1011110 | 110101 | 1000101 |
Color Harmonies of #AADA85
Complementary color
Monochromatic Colors of #AADA85
Black with #AADA85
Text Example
Text Example
White with #AADA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADA85; }
p { color: rgb(170,218,133); }
H1.HeaderClassName
{
color: #AADA85;
}
.AnyTagClassName
{
color: #AADA85;
}
</style>
background-color css
<style>
a { background-color: #AADA85; }
a { background-color: rgb(170,218,133); }
div.DivClassName
{
background-color: #AADA85;
}
.BgClassName
{
background-color: #AADA85;
}
</style>
border-color css
<style>
span { border-color: #AADA85; }
span { border-color: rgb(170,218,133); }
td.TdClassName
{
border-color: #AADA85;
}
.TagClassName
{
border-color: #AADA85;
}
</style>