Shades of Feijoa #AAD785
Tints of Feijoa #AAD785
RGB
CMYK
RGB Variations
Color information
#AAD785 (or 0xAAD785) is known color: Feijoa. HEX triplet: AA, D7 and 85. RGB value is (170,215,133). Sum of RGB (Red+Green+Blue) = 170+215+133=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 215 (84.38% from 255 or 41.51% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD785 is #55287A. Grayscale: #C0C0C0. Windows color (decimal): -5580923 or 8771498. OLE color: 8771498.
HSL color Cylindrical-coordinate representation of color #AAD785: hue angle of 92.93º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAD785 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 215 | 133 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.16 |
| HSL | 92.93º | 0.51% | 0.68% | - |
| HSV(B) | 92.93º | 0.38% | 0.84% | - |
| XYZ | 45.11 | 58.84 | 31.17 | - |
| YUV | 192.2 | 94.59 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 215 | 133 | 0.21 | 0 | 0.38 | 0.16 | 92.93 | 0.51 | 0.68 |
| Hex | AA | D7 | 85 | 15 | 0 | 26 | 10 | 5D | 33 | 44 |
| Octal | 252 | 327 | 205 | 25 | 0 | 46 | 20 | 135 | 63 | 104 |
| Binary | 10101010 | 11010111 | 10000101 | 10101 | 0 | 100110 | 10000 | 1011101 | 110011 | 1000100 |
Color Harmonies of #AAD785
Complementary color
Monochromatic Colors of #AAD785
Black with #AAD785
Text Example
Text Example
White with #AAD785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD785; }
p { color: rgb(170,215,133); }
H1.HeaderClassName
{
color: #AAD785;
}
.AnyTagClassName
{
color: #AAD785;
}
</style>
background-color css
<style>
a { background-color: #AAD785; }
a { background-color: rgb(170,215,133); }
div.DivClassName
{
background-color: #AAD785;
}
.BgClassName
{
background-color: #AAD785;
}
</style>
border-color css
<style>
span { border-color: #AAD785; }
span { border-color: rgb(170,215,133); }
td.TdClassName
{
border-color: #AAD785;
}
.TagClassName
{
border-color: #AAD785;
}
</style>