Shades of Feijoa #AADA7A
Tints of Feijoa #AADA7A
RGB
CMYK
RGB Variations
Color information
#AADA7A (or 0xAADA7A) is known color: Feijoa. HEX triplet: AA, DA and 7A. RGB value is (170,218,122). Sum of RGB (Red+Green+Blue) = 170+218+122=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADA7A is #552585. Grayscale: #C1C1C1. Windows color (decimal): -5580166 or 8051370. OLE color: 8051370.
HSL color Cylindrical-coordinate representation of color #AADA7A: hue angle of 90º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AADA7A is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 218 | 122 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.15 |
| HSL | 90º | 0.56% | 0.67% | - |
| HSV(B) | 90º | 0.44% | 0.85% | - |
| XYZ | 45.16 | 60.09 | 27.63 | - |
| YUV | 192.7 | 88.1 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 218 | 122 | 0.22 | 0 | 0.44 | 0.15 | 90 | 0.56 | 0.67 |
| Hex | AA | DA | 7A | 16 | 0 | 2C | F | 5A | 38 | 43 |
| Octal | 252 | 332 | 172 | 26 | 0 | 54 | 17 | 132 | 70 | 103 |
| Binary | 10101010 | 11011010 | 1111010 | 10110 | 0 | 101100 | 1111 | 1011010 | 111000 | 1000011 |
Color Harmonies of #AADA7A
Complementary color
Monochromatic Colors of #AADA7A
Black with #AADA7A
Text Example
Text Example
White with #AADA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADA7A; }
p { color: rgb(170,218,122); }
H1.HeaderClassName
{
color: #AADA7A;
}
.AnyTagClassName
{
color: #AADA7A;
}
</style>
background-color css
<style>
a { background-color: #AADA7A; }
a { background-color: rgb(170,218,122); }
div.DivClassName
{
background-color: #AADA7A;
}
.BgClassName
{
background-color: #AADA7A;
}
</style>
border-color css
<style>
span { border-color: #AADA7A; }
span { border-color: rgb(170,218,122); }
td.TdClassName
{
border-color: #AADA7A;
}
.TagClassName
{
border-color: #AADA7A;
}
</style>