Shades of Feijoa #AAE984
Tints of Feijoa #AAE984
RGB
CMYK
RGB Variations
Color information
#AAE984 (or 0xAAE984) is known color: Feijoa. HEX triplet: AA, E9 and 84. RGB value is (170,233,132). Sum of RGB (Red+Green+Blue) = 170+233+132=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 233 (91.41% from 255 or 43.55% from 535); Blue value is 132 (51.95% from 255 or 24.67% from 535); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE984 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE984 is #55167B. Grayscale: #CACACA. Windows color (decimal): -5576316 or 8710570. OLE color: 8710570.
HSL color Cylindrical-coordinate representation of color #AAE984: hue angle of 97.43º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAE984 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 233 | 132 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.09 |
| HSL | 97.43º | 0.7% | 0.72% | - |
| HSV(B) | 97.43º | 0.43% | 0.91% | - |
| XYZ | 49.88 | 68.49 | 32.42 | - |
| YUV | 202.65 | 88.13 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 233 | 132 | 0.27 | 0 | 0.43 | 0.09 | 97.43 | 0.7 | 0.72 |
| Hex | AA | E9 | 84 | 1B | 0 | 2B | 9 | 61 | 46 | 48 |
| Octal | 252 | 351 | 204 | 33 | 0 | 53 | 11 | 141 | 106 | 110 |
| Binary | 10101010 | 11101001 | 10000100 | 11011 | 0 | 101011 | 1001 | 1100001 | 1000110 | 1001000 |
Color Harmonies of #AAE984
Complementary color
Monochromatic Colors of #AAE984
Black with #AAE984
Text Example
Text Example
White with #AAE984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE984; }
p { color: rgb(170,233,132); }
H1.HeaderClassName
{
color: #AAE984;
}
.AnyTagClassName
{
color: #AAE984;
}
</style>
background-color css
<style>
a { background-color: #AAE984; }
a { background-color: rgb(170,233,132); }
div.DivClassName
{
background-color: #AAE984;
}
.BgClassName
{
background-color: #AAE984;
}
</style>
border-color css
<style>
span { border-color: #AAE984; }
span { border-color: rgb(170,233,132); }
td.TdClassName
{
border-color: #AAE984;
}
.TagClassName
{
border-color: #AAE984;
}
</style>