Shades of Feijoa #AAE18A
Tints of Feijoa #AAE18A
RGB
CMYK
RGB Variations
Color information
#AAE18A (or 0xAAE18A) is known color: Feijoa. HEX triplet: AA, E1 and 8A. RGB value is (170,225,138). Sum of RGB (Red+Green+Blue) = 170+225+138=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 225 (88.28% from 255 or 42.21% from 533); Blue value is 138 (54.30% from 255 or 25.89% from 533); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE18A is #551E75. Grayscale: #C6C6C6. Windows color (decimal): -5578358 or 9101738. OLE color: 9101738.
HSL color Cylindrical-coordinate representation of color #AAE18A: hue angle of 97.93º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAE18A is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 138 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.12 |
| HSL | 97.93º | 0.59% | 0.71% | - |
| HSV(B) | 97.93º | 0.39% | 0.88% | - |
| XYZ | 48.09 | 64.23 | 33.91 | - |
| YUV | 198.64 | 93.78 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 138 | 0.24 | 0 | 0.39 | 0.12 | 97.93 | 0.59 | 0.71 |
| Hex | AA | E1 | 8A | 18 | 0 | 27 | C | 62 | 3B | 47 |
| Octal | 252 | 341 | 212 | 30 | 0 | 47 | 14 | 142 | 73 | 107 |
| Binary | 10101010 | 11100001 | 10001010 | 11000 | 0 | 100111 | 1100 | 1100010 | 111011 | 1000111 |
Color Harmonies of #AAE18A
Complementary color
Monochromatic Colors of #AAE18A
Black with #AAE18A
Text Example
Text Example
White with #AAE18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE18A; }
p { color: rgb(170,225,138); }
H1.HeaderClassName
{
color: #AAE18A;
}
.AnyTagClassName
{
color: #AAE18A;
}
</style>
background-color css
<style>
a { background-color: #AAE18A; }
a { background-color: rgb(170,225,138); }
div.DivClassName
{
background-color: #AAE18A;
}
.BgClassName
{
background-color: #AAE18A;
}
</style>
border-color css
<style>
span { border-color: #AAE18A; }
span { border-color: rgb(170,225,138); }
td.TdClassName
{
border-color: #AAE18A;
}
.TagClassName
{
border-color: #AAE18A;
}
</style>