Shades of Feijoa #AAE96E
Tints of Feijoa #AAE96E
RGB
CMYK
RGB Variations
Color information
#AAE96E (or 0xAAE96E) is known color: Feijoa. HEX triplet: AA, E9 and 6E. RGB value is (170,233,110). Sum of RGB (Red+Green+Blue) = 170+233+110=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 233 (91.41% from 255 or 45.42% from 513); Blue value is 110 (43.36% from 255 or 21.44% from 513); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE96E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE96E is #551691. Grayscale: #C8C8C8. Windows color (decimal): -5576338 or 7268778. OLE color: 7268778.
HSL color Cylindrical-coordinate representation of color #AAE96E: hue angle of 90.73º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAE96E is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 233 | 110 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.09 |
| HSL | 90.73º | 0.74% | 0.67% | - |
| HSV(B) | 90.73º | 0.53% | 0.91% | - |
| XYZ | 48.53 | 67.95 | 25.31 | - |
| YUV | 200.14 | 77.13 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 233 | 110 | 0.27 | 0 | 0.53 | 0.09 | 90.73 | 0.74 | 0.67 |
| Hex | AA | E9 | 6E | 1B | 0 | 35 | 9 | 5B | 4A | 43 |
| Octal | 252 | 351 | 156 | 33 | 0 | 65 | 11 | 133 | 112 | 103 |
| Binary | 10101010 | 11101001 | 1101110 | 11011 | 0 | 110101 | 1001 | 1011011 | 1001010 | 1000011 |
Color Harmonies of #AAE96E
Complementary color
Monochromatic Colors of #AAE96E
Black with #AAE96E
Text Example
Text Example
White with #AAE96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE96E; }
p { color: rgb(170,233,110); }
H1.HeaderClassName
{
color: #AAE96E;
}
.AnyTagClassName
{
color: #AAE96E;
}
</style>
background-color css
<style>
a { background-color: #AAE96E; }
a { background-color: rgb(170,233,110); }
div.DivClassName
{
background-color: #AAE96E;
}
.BgClassName
{
background-color: #AAE96E;
}
</style>
border-color css
<style>
span { border-color: #AAE96E; }
span { border-color: rgb(170,233,110); }
td.TdClassName
{
border-color: #AAE96E;
}
.TagClassName
{
border-color: #AAE96E;
}
</style>