Shades of Feijoa #AAE68E
Tints of Feijoa #AAE68E
RGB
CMYK
RGB Variations
Color information
#AAE68E (or 0xAAE68E) is known color: Feijoa. HEX triplet: AA, E6 and 8E. RGB value is (170,230,142). Sum of RGB (Red+Green+Blue) = 170+230+142=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 230 (90.23% from 255 or 42.44% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE68E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE68E is #551971. Grayscale: #CACACA. Windows color (decimal): -5577074 or 9365162. OLE color: 9365162.
HSL color Cylindrical-coordinate representation of color #AAE68E: hue angle of 100.91º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAE68E is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 230 | 142 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.10 |
| HSL | 100.91º | 0.64% | 0.73% | - |
| HSV(B) | 100.91º | 0.38% | 0.9% | - |
| XYZ | 49.76 | 67.09 | 35.92 | - |
| YUV | 202.03 | 94.12 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 230 | 142 | 0.26 | 0 | 0.38 | 0.10 | 100.91 | 0.64 | 0.73 |
| Hex | AA | E6 | 8E | 1A | 0 | 26 | A | 65 | 40 | 49 |
| Octal | 252 | 346 | 216 | 32 | 0 | 46 | 12 | 145 | 100 | 111 |
| Binary | 10101010 | 11100110 | 10001110 | 11010 | 0 | 100110 | 1010 | 1100101 | 1000000 | 1001001 |
Color Harmonies of #AAE68E
Complementary color
Monochromatic Colors of #AAE68E
Black with #AAE68E
Text Example
Text Example
White with #AAE68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE68E; }
p { color: rgb(170,230,142); }
H1.HeaderClassName
{
color: #AAE68E;
}
.AnyTagClassName
{
color: #AAE68E;
}
</style>
background-color css
<style>
a { background-color: #AAE68E; }
a { background-color: rgb(170,230,142); }
div.DivClassName
{
background-color: #AAE68E;
}
.BgClassName
{
background-color: #AAE68E;
}
</style>
border-color css
<style>
span { border-color: #AAE68E; }
span { border-color: rgb(170,230,142); }
td.TdClassName
{
border-color: #AAE68E;
}
.TagClassName
{
border-color: #AAE68E;
}
</style>