Shades of Feijoa #AAE490
Tints of Feijoa #AAE490
RGB
CMYK
RGB Variations
Color information
#AAE490 (or 0xAAE490) is known color: Feijoa. HEX triplet: AA, E4 and 90. RGB value is (170,228,144). Sum of RGB (Red+Green+Blue) = 170+228+144=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 228 (89.45% from 255 or 42.07% from 542); Blue value is 144 (56.64% from 255 or 26.57% from 542); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE490 is #551B6F. Grayscale: #C9C9C9. Windows color (decimal): -5577584 or 9495722. OLE color: 9495722.
HSL color Cylindrical-coordinate representation of color #AAE490: hue angle of 101.43º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAE490 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 228 | 144 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.11 |
| HSL | 101.43º | 0.61% | 0.73% | - |
| HSV(B) | 101.43º | 0.37% | 0.89% | - |
| XYZ | 49.36 | 66.05 | 36.53 | - |
| YUV | 201.08 | 95.78 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 144 | 0.25 | 0 | 0.37 | 0.11 | 101.43 | 0.61 | 0.73 |
| Hex | AA | E4 | 90 | 19 | 0 | 25 | B | 65 | 3D | 49 |
| Octal | 252 | 344 | 220 | 31 | 0 | 45 | 13 | 145 | 75 | 111 |
| Binary | 10101010 | 11100100 | 10010000 | 11001 | 0 | 100101 | 1011 | 1100101 | 111101 | 1001001 |
Color Harmonies of #AAE490
Complementary color
Monochromatic Colors of #AAE490
Black with #AAE490
Text Example
Text Example
White with #AAE490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE490; }
p { color: rgb(170,228,144); }
H1.HeaderClassName
{
color: #AAE490;
}
.AnyTagClassName
{
color: #AAE490;
}
</style>
background-color css
<style>
a { background-color: #AAE490; }
a { background-color: rgb(170,228,144); }
div.DivClassName
{
background-color: #AAE490;
}
.BgClassName
{
background-color: #AAE490;
}
</style>
border-color css
<style>
span { border-color: #AAE490; }
span { border-color: rgb(170,228,144); }
td.TdClassName
{
border-color: #AAE490;
}
.TagClassName
{
border-color: #AAE490;
}
</style>