Shades of Feijoa #AAE97C
Tints of Feijoa #AAE97C
RGB
CMYK
RGB Variations
Color information
#AAE97C (or 0xAAE97C) is known color: Feijoa. HEX triplet: AA, E9 and 7C. RGB value is (170,233,124). Sum of RGB (Red+Green+Blue) = 170+233+124=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 233 (91.41% from 255 or 44.21% from 527); Blue value is 124 (48.83% from 255 or 23.53% from 527); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE97C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE97C is #551683. Grayscale: #CACACA. Windows color (decimal): -5576324 or 8186282. OLE color: 8186282.
HSL color Cylindrical-coordinate representation of color #AAE97C: hue angle of 94.68º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAE97C is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 233 | 124 | - |
| CMYK | 0.27 | 0 | 0.47 | 0.09 |
| HSL | 94.68º | 0.71% | 0.7% | - |
| HSV(B) | 94.68º | 0.47% | 0.91% | - |
| XYZ | 49.35 | 68.28 | 29.65 | - |
| YUV | 201.74 | 84.13 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 233 | 124 | 0.27 | 0 | 0.47 | 0.09 | 94.68 | 0.71 | 0.7 |
| Hex | AA | E9 | 7C | 1B | 0 | 2F | 9 | 5F | 47 | 46 |
| Octal | 252 | 351 | 174 | 33 | 0 | 57 | 11 | 137 | 107 | 106 |
| Binary | 10101010 | 11101001 | 1111100 | 11011 | 0 | 101111 | 1001 | 1011111 | 1000111 | 1000110 |
Color Harmonies of #AAE97C
Complementary color
Monochromatic Colors of #AAE97C
Black with #AAE97C
Text Example
Text Example
White with #AAE97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE97C; }
p { color: rgb(170,233,124); }
H1.HeaderClassName
{
color: #AAE97C;
}
.AnyTagClassName
{
color: #AAE97C;
}
</style>
background-color css
<style>
a { background-color: #AAE97C; }
a { background-color: rgb(170,233,124); }
div.DivClassName
{
background-color: #AAE97C;
}
.BgClassName
{
background-color: #AAE97C;
}
</style>
border-color css
<style>
span { border-color: #AAE97C; }
span { border-color: rgb(170,233,124); }
td.TdClassName
{
border-color: #AAE97C;
}
.TagClassName
{
border-color: #AAE97C;
}
</style>