Shades of Feijoa #AADB84
Tints of Feijoa #AADB84
RGB
CMYK
RGB Variations
Color information
#AADB84 (or 0xAADB84) is known color: Feijoa. HEX triplet: AA, DB and 84. RGB value is (170,219,132). Sum of RGB (Red+Green+Blue) = 170+219+132=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 132 (51.95% from 255 or 25.34% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADB84 is #55247B. Grayscale: #C2C2C2. Windows color (decimal): -5579900 or 8706986. OLE color: 8706986.
HSL color Cylindrical-coordinate representation of color #AADB84: hue angle of 93.79º 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 #AADB84 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 219 | 132 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.14 |
| HSL | 93.79º | 0.55% | 0.69% | - |
| HSV(B) | 93.79º | 0.4% | 0.86% | - |
| XYZ | 46.07 | 60.88 | 31.15 | - |
| YUV | 194.43 | 92.77 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 132 | 0.22 | 0 | 0.40 | 0.14 | 93.79 | 0.55 | 0.69 |
| Hex | AA | DB | 84 | 16 | 0 | 28 | E | 5E | 37 | 45 |
| Octal | 252 | 333 | 204 | 26 | 0 | 50 | 16 | 136 | 67 | 105 |
| Binary | 10101010 | 11011011 | 10000100 | 10110 | 0 | 101000 | 1110 | 1011110 | 110111 | 1000101 |
Color Harmonies of #AADB84
Complementary color
Monochromatic Colors of #AADB84
Black with #AADB84
Text Example
Text Example
White with #AADB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADB84; }
p { color: rgb(170,219,132); }
H1.HeaderClassName
{
color: #AADB84;
}
.AnyTagClassName
{
color: #AADB84;
}
</style>
background-color css
<style>
a { background-color: #AADB84; }
a { background-color: rgb(170,219,132); }
div.DivClassName
{
background-color: #AADB84;
}
.BgClassName
{
background-color: #AADB84;
}
</style>
border-color css
<style>
span { border-color: #AADB84; }
span { border-color: rgb(170,219,132); }
td.TdClassName
{
border-color: #AADB84;
}
.TagClassName
{
border-color: #AADB84;
}
</style>