Shades of Feijoa #AADC7E
Tints of Feijoa #AADC7E
RGB
CMYK
RGB Variations
Color information
#AADC7E (or 0xAADC7E) is known color: Feijoa. HEX triplet: AA, DC and 7E. RGB value is (170,220,126). Sum of RGB (Red+Green+Blue) = 170+220+126=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 126 (49.61% from 255 or 24.42% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADC7E is #552381. Grayscale: #C2C2C2. Windows color (decimal): -5579650 or 8314026. OLE color: 8314026.
HSL color Cylindrical-coordinate representation of color #AADC7E: hue angle of 91.91º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AADC7E is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 126 | - |
| CMYK | 0.23 | 0 | 0.43 | 0.14 |
| HSL | 91.91º | 0.57% | 0.68% | - |
| HSV(B) | 91.91º | 0.43% | 0.86% | - |
| XYZ | 45.94 | 61.24 | 29.14 | - |
| YUV | 194.33 | 89.44 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 126 | 0.23 | 0 | 0.43 | 0.14 | 91.91 | 0.57 | 0.68 |
| Hex | AA | DC | 7E | 17 | 0 | 2B | E | 5C | 39 | 44 |
| Octal | 252 | 334 | 176 | 27 | 0 | 53 | 16 | 134 | 71 | 104 |
| Binary | 10101010 | 11011100 | 1111110 | 10111 | 0 | 101011 | 1110 | 1011100 | 111001 | 1000100 |
Color Harmonies of #AADC7E
Complementary color
Monochromatic Colors of #AADC7E
Black with #AADC7E
Text Example
Text Example
White with #AADC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC7E; }
p { color: rgb(170,220,126); }
H1.HeaderClassName
{
color: #AADC7E;
}
.AnyTagClassName
{
color: #AADC7E;
}
</style>
background-color css
<style>
a { background-color: #AADC7E; }
a { background-color: rgb(170,220,126); }
div.DivClassName
{
background-color: #AADC7E;
}
.BgClassName
{
background-color: #AADC7E;
}
</style>
border-color css
<style>
span { border-color: #AADC7E; }
span { border-color: rgb(170,220,126); }
td.TdClassName
{
border-color: #AADC7E;
}
.TagClassName
{
border-color: #AADC7E;
}
</style>