Shades of Feijoa #AAE48E
Tints of Feijoa #AAE48E
RGB
CMYK
RGB Variations
Color information
#AAE48E (or 0xAAE48E) is known color: Feijoa. HEX triplet: AA, E4 and 8E. RGB value is (170,228,142). Sum of RGB (Red+Green+Blue) = 170+228+142=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 228 (89.45% from 255 or 42.22% from 540); Blue value is 142 (55.86% from 255 or 26.30% from 540); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE48E is #551B71. Grayscale: #C9C9C9. Windows color (decimal): -5577586 or 9364650. OLE color: 9364650.
HSL color Cylindrical-coordinate representation of color #AAE48E: hue angle of 100.47º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAE48E is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 228 | 142 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.11 |
| HSL | 100.47º | 0.61% | 0.73% | - |
| HSV(B) | 100.47º | 0.38% | 0.89% | - |
| XYZ | 49.2 | 65.99 | 35.73 | - |
| YUV | 200.85 | 94.78 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 142 | 0.25 | 0 | 0.38 | 0.11 | 100.47 | 0.61 | 0.73 |
| Hex | AA | E4 | 8E | 19 | 0 | 26 | B | 64 | 3D | 49 |
| Octal | 252 | 344 | 216 | 31 | 0 | 46 | 13 | 144 | 75 | 111 |
| Binary | 10101010 | 11100100 | 10001110 | 11001 | 0 | 100110 | 1011 | 1100100 | 111101 | 1001001 |
Color Harmonies of #AAE48E
Complementary color
Monochromatic Colors of #AAE48E
Black with #AAE48E
Text Example
Text Example
White with #AAE48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE48E; }
p { color: rgb(170,228,142); }
H1.HeaderClassName
{
color: #AAE48E;
}
.AnyTagClassName
{
color: #AAE48E;
}
</style>
background-color css
<style>
a { background-color: #AAE48E; }
a { background-color: rgb(170,228,142); }
div.DivClassName
{
background-color: #AAE48E;
}
.BgClassName
{
background-color: #AAE48E;
}
</style>
border-color css
<style>
span { border-color: #AAE48E; }
span { border-color: rgb(170,228,142); }
td.TdClassName
{
border-color: #AAE48E;
}
.TagClassName
{
border-color: #AAE48E;
}
</style>