Shades of Feijoa #AADA8C
Tints of Feijoa #AADA8C
RGB
CMYK
RGB Variations
Color information
#AADA8C (or 0xAADA8C) is known color: Feijoa. HEX triplet: AA, DA and 8C. RGB value is (170,218,140). Sum of RGB (Red+Green+Blue) = 170+218+140=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADA8C is #552573. Grayscale: #C3C3C3. Windows color (decimal): -5580148 or 9231018. OLE color: 9231018.
HSL color Cylindrical-coordinate representation of color #AADA8C: hue angle of 96.92º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AADA8C is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 218 | 140 | - |
| CMYK | 0.22 | 0 | 0.36 | 0.15 |
| HSL | 96.92º | 0.51% | 0.7% | - |
| HSV(B) | 96.92º | 0.36% | 0.85% | - |
| XYZ | 46.38 | 60.58 | 34.06 | - |
| YUV | 194.76 | 97.1 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 218 | 140 | 0.22 | 0 | 0.36 | 0.15 | 96.92 | 0.51 | 0.7 |
| Hex | AA | DA | 8C | 16 | 0 | 24 | F | 61 | 33 | 46 |
| Octal | 252 | 332 | 214 | 26 | 0 | 44 | 17 | 141 | 63 | 106 |
| Binary | 10101010 | 11011010 | 10001100 | 10110 | 0 | 100100 | 1111 | 1100001 | 110011 | 1000110 |
Color Harmonies of #AADA8C
Complementary color
Monochromatic Colors of #AADA8C
Black with #AADA8C
Text Example
Text Example
White with #AADA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADA8C; }
p { color: rgb(170,218,140); }
H1.HeaderClassName
{
color: #AADA8C;
}
.AnyTagClassName
{
color: #AADA8C;
}
</style>
background-color css
<style>
a { background-color: #AADA8C; }
a { background-color: rgb(170,218,140); }
div.DivClassName
{
background-color: #AADA8C;
}
.BgClassName
{
background-color: #AADA8C;
}
</style>
border-color css
<style>
span { border-color: #AADA8C; }
span { border-color: rgb(170,218,140); }
td.TdClassName
{
border-color: #AADA8C;
}
.TagClassName
{
border-color: #AADA8C;
}
</style>