Shades of Feijoa #AAE091
Tints of Feijoa #AAE091
RGB
CMYK
RGB Variations
Color information
#AAE091 (or 0xAAE091) is known color: Feijoa. HEX triplet: AA, E0 and 91. RGB value is (170,224,145). Sum of RGB (Red+Green+Blue) = 170+224+145=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 224 (87.89% from 255 or 41.56% from 539); Blue value is 145 (57.03% from 255 or 26.90% from 539); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE091 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE091 is #551F6E. Grayscale: #C7C7C7. Windows color (decimal): -5578607 or 9560234. OLE color: 9560234.
HSL color Cylindrical-coordinate representation of color #AAE091: hue angle of 101.01º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAE091 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 145 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.12 |
| HSL | 101.01º | 0.56% | 0.72% | - |
| HSV(B) | 101.01º | 0.35% | 0.88% | - |
| XYZ | 48.34 | 63.9 | 36.57 | - |
| YUV | 198.85 | 97.61 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 145 | 0.24 | 0 | 0.35 | 0.12 | 101.01 | 0.56 | 0.72 |
| Hex | AA | E0 | 91 | 18 | 0 | 23 | C | 65 | 38 | 48 |
| Octal | 252 | 340 | 221 | 30 | 0 | 43 | 14 | 145 | 70 | 110 |
| Binary | 10101010 | 11100000 | 10010001 | 11000 | 0 | 100011 | 1100 | 1100101 | 111000 | 1001000 |
Color Harmonies of #AAE091
Complementary color
Monochromatic Colors of #AAE091
Black with #AAE091
Text Example
Text Example
White with #AAE091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE091; }
p { color: rgb(170,224,145); }
H1.HeaderClassName
{
color: #AAE091;
}
.AnyTagClassName
{
color: #AAE091;
}
</style>
background-color css
<style>
a { background-color: #AAE091; }
a { background-color: rgb(170,224,145); }
div.DivClassName
{
background-color: #AAE091;
}
.BgClassName
{
background-color: #AAE091;
}
</style>
border-color css
<style>
span { border-color: #AAE091; }
span { border-color: rgb(170,224,145); }
td.TdClassName
{
border-color: #AAE091;
}
.TagClassName
{
border-color: #AAE091;
}
</style>