Shades of Feijoa #AAE090
Tints of Feijoa #AAE090
RGB
CMYK
RGB Variations
Color information
#AAE090 (or 0xAAE090) is known color: Feijoa. HEX triplet: AA, E0 and 90. RGB value is (170,224,144). Sum of RGB (Red+Green+Blue) = 170+224+144=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 224 (87.89% from 255 or 41.64% from 538); Blue value is 144 (56.64% from 255 or 26.77% from 538); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE090 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE090 is #551F6F. Grayscale: #C7C7C7. Windows color (decimal): -5578608 or 9494698. OLE color: 9494698.
HSL color Cylindrical-coordinate representation of color #AAE090: hue angle of 100.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAE090 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 144 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.12 |
| HSL | 100.5º | 0.56% | 0.72% | - |
| HSV(B) | 100.5º | 0.36% | 0.88% | - |
| XYZ | 48.27 | 63.87 | 36.17 | - |
| YUV | 198.73 | 97.11 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 144 | 0.24 | 0 | 0.36 | 0.12 | 100.5 | 0.56 | 0.72 |
| Hex | AA | E0 | 90 | 18 | 0 | 24 | C | 64 | 38 | 48 |
| Octal | 252 | 340 | 220 | 30 | 0 | 44 | 14 | 144 | 70 | 110 |
| Binary | 10101010 | 11100000 | 10010000 | 11000 | 0 | 100100 | 1100 | 1100100 | 111000 | 1001000 |
Color Harmonies of #AAE090
Complementary color
Monochromatic Colors of #AAE090
Black with #AAE090
Text Example
Text Example
White with #AAE090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE090; }
p { color: rgb(170,224,144); }
H1.HeaderClassName
{
color: #AAE090;
}
.AnyTagClassName
{
color: #AAE090;
}
</style>
background-color css
<style>
a { background-color: #AAE090; }
a { background-color: rgb(170,224,144); }
div.DivClassName
{
background-color: #AAE090;
}
.BgClassName
{
background-color: #AAE090;
}
</style>
border-color css
<style>
span { border-color: #AAE090; }
span { border-color: rgb(170,224,144); }
td.TdClassName
{
border-color: #AAE090;
}
.TagClassName
{
border-color: #AAE090;
}
</style>