Shades of Feijoa #AADC84
Tints of Feijoa #AADC84
RGB
CMYK
RGB Variations
Color information
#AADC84 (or 0xAADC84) is known color: Feijoa. HEX triplet: AA, DC and 84. RGB value is (170,220,132). Sum of RGB (Red+Green+Blue) = 170+220+132=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 132 (51.95% from 255 or 25.29% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADC84 is #55237B. Grayscale: #C3C3C3. Windows color (decimal): -5579644 or 8707242. OLE color: 8707242.
HSL color Cylindrical-coordinate representation of color #AADC84: hue angle of 94.09º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AADC84 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 132 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.14 |
| HSL | 94.09º | 0.56% | 0.69% | - |
| HSV(B) | 94.09º | 0.4% | 0.86% | - |
| XYZ | 46.34 | 61.4 | 31.24 | - |
| YUV | 195.02 | 92.44 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 132 | 0.23 | 0 | 0.40 | 0.14 | 94.09 | 0.56 | 0.69 |
| Hex | AA | DC | 84 | 17 | 0 | 28 | E | 5E | 38 | 45 |
| Octal | 252 | 334 | 204 | 27 | 0 | 50 | 16 | 136 | 70 | 105 |
| Binary | 10101010 | 11011100 | 10000100 | 10111 | 0 | 101000 | 1110 | 1011110 | 111000 | 1000101 |
Color Harmonies of #AADC84
Complementary color
Monochromatic Colors of #AADC84
Black with #AADC84
Text Example
Text Example
White with #AADC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC84; }
p { color: rgb(170,220,132); }
H1.HeaderClassName
{
color: #AADC84;
}
.AnyTagClassName
{
color: #AADC84;
}
</style>
background-color css
<style>
a { background-color: #AADC84; }
a { background-color: rgb(170,220,132); }
div.DivClassName
{
background-color: #AADC84;
}
.BgClassName
{
background-color: #AADC84;
}
</style>
border-color css
<style>
span { border-color: #AADC84; }
span { border-color: rgb(170,220,132); }
td.TdClassName
{
border-color: #AADC84;
}
.TagClassName
{
border-color: #AADC84;
}
</style>