Shades of Feijoa #AAE96C
Tints of Feijoa #AAE96C
RGB
CMYK
RGB Variations
Color information
#AAE96C (or 0xAAE96C) is known color: Feijoa. HEX triplet: AA, E9 and 6C. RGB value is (170,233,108). Sum of RGB (Red+Green+Blue) = 170+233+108=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 233 (91.41% from 255 or 45.60% from 511); Blue value is 108 (42.58% from 255 or 21.14% from 511); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE96C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE96C is #551693. Grayscale: #C8C8C8. Windows color (decimal): -5576340 or 7137706. OLE color: 7137706.
HSL color Cylindrical-coordinate representation of color #AAE96C: hue angle of 90.24º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAE96C is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 233 | 108 | - |
| CMYK | 0.27 | 0 | 0.54 | 0.09 |
| HSL | 90.24º | 0.74% | 0.67% | - |
| HSV(B) | 90.24º | 0.54% | 0.91% | - |
| XYZ | 48.42 | 67.91 | 24.74 | - |
| YUV | 199.91 | 76.13 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 233 | 108 | 0.27 | 0 | 0.54 | 0.09 | 90.24 | 0.74 | 0.67 |
| Hex | AA | E9 | 6C | 1B | 0 | 36 | 9 | 5A | 4A | 43 |
| Octal | 252 | 351 | 154 | 33 | 0 | 66 | 11 | 132 | 112 | 103 |
| Binary | 10101010 | 11101001 | 1101100 | 11011 | 0 | 110110 | 1001 | 1011010 | 1001010 | 1000011 |
Color Harmonies of #AAE96C
Complementary color
Monochromatic Colors of #AAE96C
Black with #AAE96C
Text Example
Text Example
White with #AAE96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE96C; }
p { color: rgb(170,233,108); }
H1.HeaderClassName
{
color: #AAE96C;
}
.AnyTagClassName
{
color: #AAE96C;
}
</style>
background-color css
<style>
a { background-color: #AAE96C; }
a { background-color: rgb(170,233,108); }
div.DivClassName
{
background-color: #AAE96C;
}
.BgClassName
{
background-color: #AAE96C;
}
</style>
border-color css
<style>
span { border-color: #AAE96C; }
span { border-color: rgb(170,233,108); }
td.TdClassName
{
border-color: #AAE96C;
}
.TagClassName
{
border-color: #AAE96C;
}
</style>