Shades of Feijoa #AADC7A
Tints of Feijoa #AADC7A
RGB
CMYK
RGB Variations
Color information
#AADC7A (or 0xAADC7A) is known color: Feijoa. HEX triplet: AA, DC and 7A. RGB value is (170,220,122). Sum of RGB (Red+Green+Blue) = 170+220+122=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 122 (48.05% from 255 or 23.83% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADC7A is #552385. Grayscale: #C2C2C2. Windows color (decimal): -5579654 or 8051882. OLE color: 8051882.
HSL color Cylindrical-coordinate representation of color #AADC7A: hue angle of 90.61º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AADC7A is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 122 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.14 |
| HSL | 90.61º | 0.58% | 0.67% | - |
| HSV(B) | 90.61º | 0.45% | 0.86% | - |
| XYZ | 45.68 | 61.14 | 27.81 | - |
| YUV | 193.88 | 87.44 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 122 | 0.23 | 0 | 0.45 | 0.14 | 90.61 | 0.58 | 0.67 |
| Hex | AA | DC | 7A | 17 | 0 | 2D | E | 5B | 3A | 43 |
| Octal | 252 | 334 | 172 | 27 | 0 | 55 | 16 | 133 | 72 | 103 |
| Binary | 10101010 | 11011100 | 1111010 | 10111 | 0 | 101101 | 1110 | 1011011 | 111010 | 1000011 |
Color Harmonies of #AADC7A
Complementary color
Monochromatic Colors of #AADC7A
Black with #AADC7A
Text Example
Text Example
White with #AADC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC7A; }
p { color: rgb(170,220,122); }
H1.HeaderClassName
{
color: #AADC7A;
}
.AnyTagClassName
{
color: #AADC7A;
}
</style>
background-color css
<style>
a { background-color: #AADC7A; }
a { background-color: rgb(170,220,122); }
div.DivClassName
{
background-color: #AADC7A;
}
.BgClassName
{
background-color: #AADC7A;
}
</style>
border-color css
<style>
span { border-color: #AADC7A; }
span { border-color: rgb(170,220,122); }
td.TdClassName
{
border-color: #AADC7A;
}
.TagClassName
{
border-color: #AADC7A;
}
</style>