Shades of Feijoa #AAE18E
Tints of Feijoa #AAE18E
RGB
CMYK
RGB Variations
Color information
#AAE18E (or 0xAAE18E) is known color: Feijoa. HEX triplet: AA, E1 and 8E. RGB value is (170,225,142). Sum of RGB (Red+Green+Blue) = 170+225+142=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 225 (88.28% from 255 or 41.90% from 537); Blue value is 142 (55.86% from 255 or 26.44% from 537); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE18E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE18E is #551E71. Grayscale: #C7C7C7. Windows color (decimal): -5578354 or 9363882. OLE color: 9363882.
HSL color Cylindrical-coordinate representation of color #AAE18E: hue angle of 99.76º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAE18E is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 142 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.12 |
| HSL | 99.76º | 0.58% | 0.72% | - |
| HSV(B) | 99.76º | 0.37% | 0.88% | - |
| XYZ | 48.39 | 64.35 | 35.46 | - |
| YUV | 199.09 | 95.78 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 142 | 0.24 | 0 | 0.37 | 0.12 | 99.76 | 0.58 | 0.72 |
| Hex | AA | E1 | 8E | 18 | 0 | 25 | C | 64 | 3A | 48 |
| Octal | 252 | 341 | 216 | 30 | 0 | 45 | 14 | 144 | 72 | 110 |
| Binary | 10101010 | 11100001 | 10001110 | 11000 | 0 | 100101 | 1100 | 1100100 | 111010 | 1001000 |
Color Harmonies of #AAE18E
Complementary color
Monochromatic Colors of #AAE18E
Black with #AAE18E
Text Example
Text Example
White with #AAE18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE18E; }
p { color: rgb(170,225,142); }
H1.HeaderClassName
{
color: #AAE18E;
}
.AnyTagClassName
{
color: #AAE18E;
}
</style>
background-color css
<style>
a { background-color: #AAE18E; }
a { background-color: rgb(170,225,142); }
div.DivClassName
{
background-color: #AAE18E;
}
.BgClassName
{
background-color: #AAE18E;
}
</style>
border-color css
<style>
span { border-color: #AAE18E; }
span { border-color: rgb(170,225,142); }
td.TdClassName
{
border-color: #AAE18E;
}
.TagClassName
{
border-color: #AAE18E;
}
</style>