Shades of Feijoa #AAE86E
Tints of Feijoa #AAE86E
RGB
CMYK
RGB Variations
Color information
#AAE86E (or 0xAAE86E) is known color: Feijoa. HEX triplet: AA, E8 and 6E. RGB value is (170,232,110). Sum of RGB (Red+Green+Blue) = 170+232+110=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 232 (91.02% from 255 or 45.31% from 512); Blue value is 110 (43.36% from 255 or 21.48% from 512); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE86E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE86E is #551791. Grayscale: #C7C7C7. Windows color (decimal): -5576594 or 7268522. OLE color: 7268522.
HSL color Cylindrical-coordinate representation of color #AAE86E: hue angle of 90.49º degrees, saturation: 0.73, 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 #AAE86E is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 232 | 110 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.09 |
| HSL | 90.49º | 0.73% | 0.67% | - |
| HSV(B) | 90.49º | 0.53% | 0.91% | - |
| XYZ | 48.25 | 67.39 | 25.22 | - |
| YUV | 199.55 | 77.46 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 232 | 110 | 0.27 | 0 | 0.53 | 0.09 | 90.49 | 0.73 | 0.67 |
| Hex | AA | E8 | 6E | 1B | 0 | 35 | 9 | 5A | 49 | 43 |
| Octal | 252 | 350 | 156 | 33 | 0 | 65 | 11 | 132 | 111 | 103 |
| Binary | 10101010 | 11101000 | 1101110 | 11011 | 0 | 110101 | 1001 | 1011010 | 1001001 | 1000011 |
Color Harmonies of #AAE86E
Complementary color
Monochromatic Colors of #AAE86E
Black with #AAE86E
Text Example
Text Example
White with #AAE86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE86E; }
p { color: rgb(170,232,110); }
H1.HeaderClassName
{
color: #AAE86E;
}
.AnyTagClassName
{
color: #AAE86E;
}
</style>
background-color css
<style>
a { background-color: #AAE86E; }
a { background-color: rgb(170,232,110); }
div.DivClassName
{
background-color: #AAE86E;
}
.BgClassName
{
background-color: #AAE86E;
}
</style>
border-color css
<style>
span { border-color: #AAE86E; }
span { border-color: rgb(170,232,110); }
td.TdClassName
{
border-color: #AAE86E;
}
.TagClassName
{
border-color: #AAE86E;
}
</style>