Shades of Feijoa #AAE084
Tints of Feijoa #AAE084
RGB
CMYK
RGB Variations
Color information
#AAE084 (or 0xAAE084) is known color: Feijoa. HEX triplet: AA, E0 and 84. RGB value is (170,224,132). Sum of RGB (Red+Green+Blue) = 170+224+132=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 132 (51.95% from 255 or 25.10% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE084 is #551F7B. Grayscale: #C5C5C5. Windows color (decimal): -5578620 or 8708266. OLE color: 8708266.
HSL color Cylindrical-coordinate representation of color #AAE084: hue angle of 95.22º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAE084 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 132 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.12 |
| HSL | 95.22º | 0.6% | 0.7% | - |
| HSV(B) | 95.22º | 0.41% | 0.88% | - |
| XYZ | 47.4 | 63.52 | 31.59 | - |
| YUV | 197.37 | 91.11 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 132 | 0.24 | 0 | 0.41 | 0.12 | 95.22 | 0.6 | 0.7 |
| Hex | AA | E0 | 84 | 18 | 0 | 29 | C | 5F | 3C | 46 |
| Octal | 252 | 340 | 204 | 30 | 0 | 51 | 14 | 137 | 74 | 106 |
| Binary | 10101010 | 11100000 | 10000100 | 11000 | 0 | 101001 | 1100 | 1011111 | 111100 | 1000110 |
Color Harmonies of #AAE084
Complementary color
Monochromatic Colors of #AAE084
Black with #AAE084
Text Example
Text Example
White with #AAE084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE084; }
p { color: rgb(170,224,132); }
H1.HeaderClassName
{
color: #AAE084;
}
.AnyTagClassName
{
color: #AAE084;
}
</style>
background-color css
<style>
a { background-color: #AAE084; }
a { background-color: rgb(170,224,132); }
div.DivClassName
{
background-color: #AAE084;
}
.BgClassName
{
background-color: #AAE084;
}
</style>
border-color css
<style>
span { border-color: #AAE084; }
span { border-color: rgb(170,224,132); }
td.TdClassName
{
border-color: #AAE084;
}
.TagClassName
{
border-color: #AAE084;
}
</style>