Shades of Feijoa #AADC7C
Tints of Feijoa #AADC7C
RGB
CMYK
RGB Variations
Color information
#AADC7C (or 0xAADC7C) is known color: Feijoa. HEX triplet: AA, DC and 7C. RGB value is (170,220,124). Sum of RGB (Red+Green+Blue) = 170+220+124=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 124 (48.83% from 255 or 24.12% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADC7C is #552383. Grayscale: #C2C2C2. Windows color (decimal): -5579652 or 8182954. OLE color: 8182954.
HSL color Cylindrical-coordinate representation of color #AADC7C: hue angle of 91.25º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AADC7C is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 124 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.14 |
| HSL | 91.25º | 0.58% | 0.67% | - |
| HSV(B) | 91.25º | 0.44% | 0.86% | - |
| XYZ | 45.81 | 61.19 | 28.46 | - |
| YUV | 194.11 | 88.44 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 124 | 0.23 | 0 | 0.44 | 0.14 | 91.25 | 0.58 | 0.67 |
| Hex | AA | DC | 7C | 17 | 0 | 2C | E | 5B | 3A | 43 |
| Octal | 252 | 334 | 174 | 27 | 0 | 54 | 16 | 133 | 72 | 103 |
| Binary | 10101010 | 11011100 | 1111100 | 10111 | 0 | 101100 | 1110 | 1011011 | 111010 | 1000011 |
Color Harmonies of #AADC7C
Complementary color
Monochromatic Colors of #AADC7C
Black with #AADC7C
Text Example
Text Example
White with #AADC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC7C; }
p { color: rgb(170,220,124); }
H1.HeaderClassName
{
color: #AADC7C;
}
.AnyTagClassName
{
color: #AADC7C;
}
</style>
background-color css
<style>
a { background-color: #AADC7C; }
a { background-color: rgb(170,220,124); }
div.DivClassName
{
background-color: #AADC7C;
}
.BgClassName
{
background-color: #AADC7C;
}
</style>
border-color css
<style>
span { border-color: #AADC7C; }
span { border-color: rgb(170,220,124); }
td.TdClassName
{
border-color: #AADC7C;
}
.TagClassName
{
border-color: #AADC7C;
}
</style>