Shades of Feijoa #AADC90
Tints of Feijoa #AADC90
RGB
CMYK
RGB Variations
Color information
#AADC90 (or 0xAADC90) is known color: Feijoa. HEX triplet: AA, DC and 90. RGB value is (170,220,144). Sum of RGB (Red+Green+Blue) = 170+220+144=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 144 (56.64% from 255 or 26.97% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADC90 is #55236F. Grayscale: #C4C4C4. Windows color (decimal): -5579632 or 9493674. OLE color: 9493674.
HSL color Cylindrical-coordinate representation of color #AADC90: hue angle of 99.47º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AADC90 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 144 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.14 |
| HSL | 99.47º | 0.52% | 0.71% | - |
| HSV(B) | 99.47º | 0.35% | 0.86% | - |
| XYZ | 47.2 | 61.75 | 35.82 | - |
| YUV | 196.39 | 98.44 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 144 | 0.23 | 0 | 0.35 | 0.14 | 99.47 | 0.52 | 0.71 |
| Hex | AA | DC | 90 | 17 | 0 | 23 | E | 63 | 34 | 47 |
| Octal | 252 | 334 | 220 | 27 | 0 | 43 | 16 | 143 | 64 | 107 |
| Binary | 10101010 | 11011100 | 10010000 | 10111 | 0 | 100011 | 1110 | 1100011 | 110100 | 1000111 |
Color Harmonies of #AADC90
Complementary color
Monochromatic Colors of #AADC90
Black with #AADC90
Text Example
Text Example
White with #AADC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC90; }
p { color: rgb(170,220,144); }
H1.HeaderClassName
{
color: #AADC90;
}
.AnyTagClassName
{
color: #AADC90;
}
</style>
background-color css
<style>
a { background-color: #AADC90; }
a { background-color: rgb(170,220,144); }
div.DivClassName
{
background-color: #AADC90;
}
.BgClassName
{
background-color: #AADC90;
}
</style>
border-color css
<style>
span { border-color: #AADC90; }
span { border-color: rgb(170,220,144); }
td.TdClassName
{
border-color: #AADC90;
}
.TagClassName
{
border-color: #AADC90;
}
</style>