Shades of Feijoa #AAE58E
Tints of Feijoa #AAE58E
RGB
CMYK
RGB Variations
Color information
#AAE58E (or 0xAAE58E) is known color: Feijoa. HEX triplet: AA, E5 and 8E. RGB value is (170,229,142). Sum of RGB (Red+Green+Blue) = 170+229+142=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 229 (89.84% from 255 or 42.33% from 541); Blue value is 142 (55.86% from 255 or 26.25% from 541); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE58E is #551A71. Grayscale: #C9C9C9. Windows color (decimal): -5577330 or 9364906. OLE color: 9364906.
HSL color Cylindrical-coordinate representation of color #AAE58E: hue angle of 100.69º degrees, saturation: 0.63, 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 #AAE58E is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 142 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.10 |
| HSL | 100.69º | 0.63% | 0.73% | - |
| HSV(B) | 100.69º | 0.38% | 0.9% | - |
| XYZ | 49.48 | 66.54 | 35.83 | - |
| YUV | 201.44 | 94.45 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 142 | 0.26 | 0 | 0.38 | 0.10 | 100.69 | 0.63 | 0.73 |
| Hex | AA | E5 | 8E | 1A | 0 | 26 | A | 65 | 3F | 49 |
| Octal | 252 | 345 | 216 | 32 | 0 | 46 | 12 | 145 | 77 | 111 |
| Binary | 10101010 | 11100101 | 10001110 | 11010 | 0 | 100110 | 1010 | 1100101 | 111111 | 1001001 |
Color Harmonies of #AAE58E
Complementary color
Monochromatic Colors of #AAE58E
Black with #AAE58E
Text Example
Text Example
White with #AAE58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE58E; }
p { color: rgb(170,229,142); }
H1.HeaderClassName
{
color: #AAE58E;
}
.AnyTagClassName
{
color: #AAE58E;
}
</style>
background-color css
<style>
a { background-color: #AAE58E; }
a { background-color: rgb(170,229,142); }
div.DivClassName
{
background-color: #AAE58E;
}
.BgClassName
{
background-color: #AAE58E;
}
</style>
border-color css
<style>
span { border-color: #AAE58E; }
span { border-color: rgb(170,229,142); }
td.TdClassName
{
border-color: #AAE58E;
}
.TagClassName
{
border-color: #AAE58E;
}
</style>