Shades of Feijoa #AADC91
Tints of Feijoa #AADC91
RGB
CMYK
RGB Variations
Color information
#AADC91 (or 0xAADC91) is known color: Feijoa. HEX triplet: AA, DC and 91. RGB value is (170,220,145). Sum of RGB (Red+Green+Blue) = 170+220+145=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 145 (57.03% from 255 or 27.10% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADC91 is #55236E. Grayscale: #C4C4C4. Windows color (decimal): -5579631 or 9559210. OLE color: 9559210.
HSL color Cylindrical-coordinate representation of color #AADC91: hue angle of 100º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AADC91 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 145 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.14 |
| HSL | 100º | 0.52% | 0.72% | - |
| HSV(B) | 100º | 0.34% | 0.86% | - |
| XYZ | 47.28 | 61.78 | 36.22 | - |
| YUV | 196.5 | 98.94 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 145 | 0.23 | 0 | 0.34 | 0.14 | 100 | 0.52 | 0.72 |
| Hex | AA | DC | 91 | 17 | 0 | 22 | E | 64 | 34 | 48 |
| Octal | 252 | 334 | 221 | 27 | 0 | 42 | 16 | 144 | 64 | 110 |
| Binary | 10101010 | 11011100 | 10010001 | 10111 | 0 | 100010 | 1110 | 1100100 | 110100 | 1001000 |
Color Harmonies of #AADC91
Complementary color
Monochromatic Colors of #AADC91
Black with #AADC91
Text Example
Text Example
White with #AADC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC91; }
p { color: rgb(170,220,145); }
H1.HeaderClassName
{
color: #AADC91;
}
.AnyTagClassName
{
color: #AADC91;
}
</style>
background-color css
<style>
a { background-color: #AADC91; }
a { background-color: rgb(170,220,145); }
div.DivClassName
{
background-color: #AADC91;
}
.BgClassName
{
background-color: #AADC91;
}
</style>
border-color css
<style>
span { border-color: #AADC91; }
span { border-color: rgb(170,220,145); }
td.TdClassName
{
border-color: #AADC91;
}
.TagClassName
{
border-color: #AADC91;
}
</style>