Shades of Feijoa #AAE18F
Tints of Feijoa #AAE18F
RGB
CMYK
RGB Variations
Color information
#AAE18F (or 0xAAE18F) is known color: Feijoa. HEX triplet: AA, E1 and 8F. RGB value is (170,225,143). Sum of RGB (Red+Green+Blue) = 170+225+143=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 225 (88.28% from 255 or 41.82% from 538); Blue value is 143 (56.25% from 255 or 26.58% from 538); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE18F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE18F is #551E70. Grayscale: #C7C7C7. Windows color (decimal): -5578353 or 9429418. OLE color: 9429418.
HSL color Cylindrical-coordinate representation of color #AAE18F: hue angle of 100.24º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAE18F is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 143 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.12 |
| HSL | 100.24º | 0.58% | 0.72% | - |
| HSV(B) | 100.24º | 0.36% | 0.88% | - |
| XYZ | 48.46 | 64.38 | 35.86 | - |
| YUV | 199.21 | 96.28 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 143 | 0.24 | 0 | 0.36 | 0.12 | 100.24 | 0.58 | 0.72 |
| Hex | AA | E1 | 8F | 18 | 0 | 24 | C | 64 | 3A | 48 |
| Octal | 252 | 341 | 217 | 30 | 0 | 44 | 14 | 144 | 72 | 110 |
| Binary | 10101010 | 11100001 | 10001111 | 11000 | 0 | 100100 | 1100 | 1100100 | 111010 | 1001000 |
Color Harmonies of #AAE18F
Complementary color
Monochromatic Colors of #AAE18F
Black with #AAE18F
Text Example
Text Example
White with #AAE18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE18F; }
p { color: rgb(170,225,143); }
H1.HeaderClassName
{
color: #AAE18F;
}
.AnyTagClassName
{
color: #AAE18F;
}
</style>
background-color css
<style>
a { background-color: #AAE18F; }
a { background-color: rgb(170,225,143); }
div.DivClassName
{
background-color: #AAE18F;
}
.BgClassName
{
background-color: #AAE18F;
}
</style>
border-color css
<style>
span { border-color: #AAE18F; }
span { border-color: rgb(170,225,143); }
td.TdClassName
{
border-color: #AAE18F;
}
.TagClassName
{
border-color: #AAE18F;
}
</style>