Shades of Feijoa #AADE90
Tints of Feijoa #AADE90
RGB
CMYK
RGB Variations
Color information
#AADE90 (or 0xAADE90) is known color: Feijoa. HEX triplet: AA, DE and 90. RGB value is (170,222,144). Sum of RGB (Red+Green+Blue) = 170+222+144=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADE90 is #55216F. Grayscale: #C5C5C5. Windows color (decimal): -5579120 or 9494186. OLE color: 9494186.
HSL color Cylindrical-coordinate representation of color #AADE90: hue angle of 100º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AADE90 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 222 | 144 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.13 |
| HSL | 100º | 0.54% | 0.72% | - |
| HSV(B) | 100º | 0.35% | 0.87% | - |
| XYZ | 47.73 | 62.8 | 35.99 | - |
| YUV | 197.56 | 97.77 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 222 | 144 | 0.23 | 0 | 0.35 | 0.13 | 100 | 0.54 | 0.72 |
| Hex | AA | DE | 90 | 17 | 0 | 23 | D | 64 | 36 | 48 |
| Octal | 252 | 336 | 220 | 27 | 0 | 43 | 15 | 144 | 66 | 110 |
| Binary | 10101010 | 11011110 | 10010000 | 10111 | 0 | 100011 | 1101 | 1100100 | 110110 | 1001000 |
Color Harmonies of #AADE90
Complementary color
Monochromatic Colors of #AADE90
Black with #AADE90
Text Example
Text Example
White with #AADE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADE90; }
p { color: rgb(170,222,144); }
H1.HeaderClassName
{
color: #AADE90;
}
.AnyTagClassName
{
color: #AADE90;
}
</style>
background-color css
<style>
a { background-color: #AADE90; }
a { background-color: rgb(170,222,144); }
div.DivClassName
{
background-color: #AADE90;
}
.BgClassName
{
background-color: #AADE90;
}
</style>
border-color css
<style>
span { border-color: #AADE90; }
span { border-color: rgb(170,222,144); }
td.TdClassName
{
border-color: #AADE90;
}
.TagClassName
{
border-color: #AADE90;
}
</style>