Shades of Feijoa #AADB90
Tints of Feijoa #AADB90
RGB
CMYK
RGB Variations
Color information
#AADB90 (or 0xAADB90) is known color: Feijoa. HEX triplet: AA, DB and 90. RGB value is (170,219,144). Sum of RGB (Red+Green+Blue) = 170+219+144=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 144 (56.64% from 255 or 27.02% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADB90 is #55246F. Grayscale: #C4C4C4. Windows color (decimal): -5579888 or 9493418. OLE color: 9493418.
HSL color Cylindrical-coordinate representation of color #AADB90: hue angle of 99.2º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AADB90 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 219 | 144 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.14 |
| HSL | 99.2º | 0.51% | 0.71% | - |
| HSV(B) | 99.2º | 0.34% | 0.86% | - |
| XYZ | 46.94 | 61.22 | 35.73 | - |
| YUV | 195.8 | 98.77 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 144 | 0.22 | 0 | 0.34 | 0.14 | 99.2 | 0.51 | 0.71 |
| Hex | AA | DB | 90 | 16 | 0 | 22 | E | 63 | 33 | 47 |
| Octal | 252 | 333 | 220 | 26 | 0 | 42 | 16 | 143 | 63 | 107 |
| Binary | 10101010 | 11011011 | 10010000 | 10110 | 0 | 100010 | 1110 | 1100011 | 110011 | 1000111 |
Color Harmonies of #AADB90
Complementary color
Monochromatic Colors of #AADB90
Black with #AADB90
Text Example
Text Example
White with #AADB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADB90; }
p { color: rgb(170,219,144); }
H1.HeaderClassName
{
color: #AADB90;
}
.AnyTagClassName
{
color: #AADB90;
}
</style>
background-color css
<style>
a { background-color: #AADB90; }
a { background-color: rgb(170,219,144); }
div.DivClassName
{
background-color: #AADB90;
}
.BgClassName
{
background-color: #AADB90;
}
</style>
border-color css
<style>
span { border-color: #AADB90; }
span { border-color: rgb(170,219,144); }
td.TdClassName
{
border-color: #AADB90;
}
.TagClassName
{
border-color: #AADB90;
}
</style>