Shades of Feijoa #AADC94
Tints of Feijoa #AADC94
RGB
CMYK
RGB Variations
Color information
#AADC94 (or 0xAADC94) is known color: Feijoa. HEX triplet: AA, DC and 94. RGB value is (170,220,148). Sum of RGB (Red+Green+Blue) = 170+220+148=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 148 (58.20% from 255 or 27.51% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADC94 is #55236B. Grayscale: #C5C5C5. Windows color (decimal): -5579628 or 9755818. OLE color: 9755818.
HSL color Cylindrical-coordinate representation of color #AADC94: hue angle of 101.67º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AADC94 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 148 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.14 |
| HSL | 101.67º | 0.51% | 0.72% | - |
| HSV(B) | 101.67º | 0.33% | 0.86% | - |
| XYZ | 47.52 | 61.87 | 37.45 | - |
| YUV | 196.84 | 100.44 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 148 | 0.23 | 0 | 0.33 | 0.14 | 101.67 | 0.51 | 0.72 |
| Hex | AA | DC | 94 | 17 | 0 | 21 | E | 66 | 33 | 48 |
| Octal | 252 | 334 | 224 | 27 | 0 | 41 | 16 | 146 | 63 | 110 |
| Binary | 10101010 | 11011100 | 10010100 | 10111 | 0 | 100001 | 1110 | 1100110 | 110011 | 1001000 |
Color Harmonies of #AADC94
Complementary color
Monochromatic Colors of #AADC94
Black with #AADC94
Text Example
Text Example
White with #AADC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC94; }
p { color: rgb(170,220,148); }
H1.HeaderClassName
{
color: #AADC94;
}
.AnyTagClassName
{
color: #AADC94;
}
</style>
background-color css
<style>
a { background-color: #AADC94; }
a { background-color: rgb(170,220,148); }
div.DivClassName
{
background-color: #AADC94;
}
.BgClassName
{
background-color: #AADC94;
}
</style>
border-color css
<style>
span { border-color: #AADC94; }
span { border-color: rgb(170,220,148); }
td.TdClassName
{
border-color: #AADC94;
}
.TagClassName
{
border-color: #AADC94;
}
</style>