Shades of Feijoa #AAE96F
Tints of Feijoa #AAE96F
RGB
CMYK
RGB Variations
Color information
#AAE96F (or 0xAAE96F) is known color: Feijoa. HEX triplet: AA, E9 and 6F. RGB value is (170,233,111). Sum of RGB (Red+Green+Blue) = 170+233+111=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 233 (91.41% from 255 or 45.33% from 514); Blue value is 111 (43.75% from 255 or 21.60% from 514); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE96F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE96F is #551690. Grayscale: #C8C8C8. Windows color (decimal): -5576337 or 7334314. OLE color: 7334314.
HSL color Cylindrical-coordinate representation of color #AAE96F: hue angle of 90.98º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAE96F is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 233 | 111 | - |
| CMYK | 0.27 | 0 | 0.52 | 0.09 |
| HSL | 90.98º | 0.73% | 0.67% | - |
| HSV(B) | 90.98º | 0.52% | 0.91% | - |
| XYZ | 48.59 | 67.97 | 25.6 | - |
| YUV | 200.26 | 77.63 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 233 | 111 | 0.27 | 0 | 0.52 | 0.09 | 90.98 | 0.73 | 0.67 |
| Hex | AA | E9 | 6F | 1B | 0 | 34 | 9 | 5B | 49 | 43 |
| Octal | 252 | 351 | 157 | 33 | 0 | 64 | 11 | 133 | 111 | 103 |
| Binary | 10101010 | 11101001 | 1101111 | 11011 | 0 | 110100 | 1001 | 1011011 | 1001001 | 1000011 |
Color Harmonies of #AAE96F
Complementary color
Monochromatic Colors of #AAE96F
Black with #AAE96F
Text Example
Text Example
White with #AAE96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE96F; }
p { color: rgb(170,233,111); }
H1.HeaderClassName
{
color: #AAE96F;
}
.AnyTagClassName
{
color: #AAE96F;
}
</style>
background-color css
<style>
a { background-color: #AAE96F; }
a { background-color: rgb(170,233,111); }
div.DivClassName
{
background-color: #AAE96F;
}
.BgClassName
{
background-color: #AAE96F;
}
</style>
border-color css
<style>
span { border-color: #AAE96F; }
span { border-color: rgb(170,233,111); }
td.TdClassName
{
border-color: #AAE96F;
}
.TagClassName
{
border-color: #AAE96F;
}
</style>