Shades of Feijoa #AAE96D
Tints of Feijoa #AAE96D
RGB
CMYK
RGB Variations
Color information
#AAE96D (or 0xAAE96D) is known color: Feijoa. HEX triplet: AA, E9 and 6D. RGB value is (170,233,109). Sum of RGB (Red+Green+Blue) = 170+233+109=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 233 (91.41% from 255 or 45.51% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE96D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE96D is #551692. Grayscale: #C8C8C8. Windows color (decimal): -5576339 or 7203242. OLE color: 7203242.
HSL color Cylindrical-coordinate representation of color #AAE96D: hue angle of 90.48º 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 #AAE96D is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 233 | 109 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.09 |
| HSL | 90.48º | 0.74% | 0.67% | - |
| HSV(B) | 90.48º | 0.53% | 0.91% | - |
| XYZ | 48.48 | 67.93 | 25.02 | - |
| YUV | 200.03 | 76.63 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 233 | 109 | 0.27 | 0 | 0.53 | 0.09 | 90.48 | 0.74 | 0.67 |
| Hex | AA | E9 | 6D | 1B | 0 | 35 | 9 | 5A | 4A | 43 |
| Octal | 252 | 351 | 155 | 33 | 0 | 65 | 11 | 132 | 112 | 103 |
| Binary | 10101010 | 11101001 | 1101101 | 11011 | 0 | 110101 | 1001 | 1011010 | 1001010 | 1000011 |
Color Harmonies of #AAE96D
Complementary color
Monochromatic Colors of #AAE96D
Black with #AAE96D
Text Example
Text Example
White with #AAE96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE96D; }
p { color: rgb(170,233,109); }
H1.HeaderClassName
{
color: #AAE96D;
}
.AnyTagClassName
{
color: #AAE96D;
}
</style>
background-color css
<style>
a { background-color: #AAE96D; }
a { background-color: rgb(170,233,109); }
div.DivClassName
{
background-color: #AAE96D;
}
.BgClassName
{
background-color: #AAE96D;
}
</style>
border-color css
<style>
span { border-color: #AAE96D; }
span { border-color: rgb(170,233,109); }
td.TdClassName
{
border-color: #AAE96D;
}
.TagClassName
{
border-color: #AAE96D;
}
</style>