Shades of Feijoa #AADC8D
Tints of Feijoa #AADC8D
RGB
CMYK
RGB Variations
Color information
#AADC8D (or 0xAADC8D) is known color: Feijoa. HEX triplet: AA, DC and 8D. RGB value is (170,220,141). Sum of RGB (Red+Green+Blue) = 170+220+141=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 141 (55.47% from 255 or 26.55% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADC8D is #552372. Grayscale: #C4C4C4. Windows color (decimal): -5579635 or 9297066. OLE color: 9297066.
HSL color Cylindrical-coordinate representation of color #AADC8D: hue angle of 97.97º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AADC8D is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 141 | - |
| CMYK | 0.23 | 0 | 0.36 | 0.14 |
| HSL | 97.97º | 0.53% | 0.71% | - |
| HSV(B) | 97.97º | 0.36% | 0.86% | - |
| XYZ | 46.98 | 61.66 | 34.62 | - |
| YUV | 196.04 | 96.94 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 141 | 0.23 | 0 | 0.36 | 0.14 | 97.97 | 0.53 | 0.71 |
| Hex | AA | DC | 8D | 17 | 0 | 24 | E | 62 | 35 | 47 |
| Octal | 252 | 334 | 215 | 27 | 0 | 44 | 16 | 142 | 65 | 107 |
| Binary | 10101010 | 11011100 | 10001101 | 10111 | 0 | 100100 | 1110 | 1100010 | 110101 | 1000111 |
Color Harmonies of #AADC8D
Complementary color
Monochromatic Colors of #AADC8D
Black with #AADC8D
Text Example
Text Example
White with #AADC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC8D; }
p { color: rgb(170,220,141); }
H1.HeaderClassName
{
color: #AADC8D;
}
.AnyTagClassName
{
color: #AADC8D;
}
</style>
background-color css
<style>
a { background-color: #AADC8D; }
a { background-color: rgb(170,220,141); }
div.DivClassName
{
background-color: #AADC8D;
}
.BgClassName
{
background-color: #AADC8D;
}
</style>
border-color css
<style>
span { border-color: #AADC8D; }
span { border-color: rgb(170,220,141); }
td.TdClassName
{
border-color: #AADC8D;
}
.TagClassName
{
border-color: #AADC8D;
}
</style>