Shades of Feijoa #AADC92
Tints of Feijoa #AADC92
RGB
CMYK
RGB Variations
Color information
#AADC92 (or 0xAADC92) is known color: Feijoa. HEX triplet: AA, DC and 92. RGB value is (170,220,146). Sum of RGB (Red+Green+Blue) = 170+220+146=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 146 (57.42% from 255 or 27.24% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADC92 is #55236D. Grayscale: #C4C4C4. Windows color (decimal): -5579630 or 9624746. OLE color: 9624746.
HSL color Cylindrical-coordinate representation of color #AADC92: hue angle of 100.54º degrees, saturation: 0.51, 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 #AADC92 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 146 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.14 |
| HSL | 100.54º | 0.51% | 0.72% | - |
| HSV(B) | 100.54º | 0.34% | 0.86% | - |
| XYZ | 47.36 | 61.81 | 36.63 | - |
| YUV | 196.61 | 99.44 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 146 | 0.23 | 0 | 0.34 | 0.14 | 100.54 | 0.51 | 0.72 |
| Hex | AA | DC | 92 | 17 | 0 | 22 | E | 65 | 33 | 48 |
| Octal | 252 | 334 | 222 | 27 | 0 | 42 | 16 | 145 | 63 | 110 |
| Binary | 10101010 | 11011100 | 10010010 | 10111 | 0 | 100010 | 1110 | 1100101 | 110011 | 1001000 |
Color Harmonies of #AADC92
Complementary color
Monochromatic Colors of #AADC92
Black with #AADC92
Text Example
Text Example
White with #AADC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC92; }
p { color: rgb(170,220,146); }
H1.HeaderClassName
{
color: #AADC92;
}
.AnyTagClassName
{
color: #AADC92;
}
</style>
background-color css
<style>
a { background-color: #AADC92; }
a { background-color: rgb(170,220,146); }
div.DivClassName
{
background-color: #AADC92;
}
.BgClassName
{
background-color: #AADC92;
}
</style>
border-color css
<style>
span { border-color: #AADC92; }
span { border-color: rgb(170,220,146); }
td.TdClassName
{
border-color: #AADC92;
}
.TagClassName
{
border-color: #AADC92;
}
</style>