Shades of Feijoa #AAE58F
Tints of Feijoa #AAE58F
RGB
CMYK
RGB Variations
Color information
#AAE58F (or 0xAAE58F) is known color: Feijoa. HEX triplet: AA, E5 and 8F. RGB value is (170,229,143). Sum of RGB (Red+Green+Blue) = 170+229+143=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 229 (89.84% from 255 or 42.25% from 542); Blue value is 143 (56.25% from 255 or 26.38% from 542); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE58F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE58F is #551A70. Grayscale: #C9C9C9. Windows color (decimal): -5577329 or 9430442. OLE color: 9430442.
HSL color Cylindrical-coordinate representation of color #AAE58F: hue angle of 101.16º degrees, saturation: 0.62, 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 #AAE58F is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 143 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.10 |
| HSL | 101.16º | 0.62% | 0.73% | - |
| HSV(B) | 101.16º | 0.38% | 0.9% | - |
| XYZ | 49.55 | 66.57 | 36.22 | - |
| YUV | 201.56 | 94.95 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 143 | 0.26 | 0 | 0.38 | 0.10 | 101.16 | 0.62 | 0.73 |
| Hex | AA | E5 | 8F | 1A | 0 | 26 | A | 65 | 3E | 49 |
| Octal | 252 | 345 | 217 | 32 | 0 | 46 | 12 | 145 | 76 | 111 |
| Binary | 10101010 | 11100101 | 10001111 | 11010 | 0 | 100110 | 1010 | 1100101 | 111110 | 1001001 |
Color Harmonies of #AAE58F
Complementary color
Monochromatic Colors of #AAE58F
Black with #AAE58F
Text Example
Text Example
White with #AAE58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE58F; }
p { color: rgb(170,229,143); }
H1.HeaderClassName
{
color: #AAE58F;
}
.AnyTagClassName
{
color: #AAE58F;
}
</style>
background-color css
<style>
a { background-color: #AAE58F; }
a { background-color: rgb(170,229,143); }
div.DivClassName
{
background-color: #AAE58F;
}
.BgClassName
{
background-color: #AAE58F;
}
</style>
border-color css
<style>
span { border-color: #AAE58F; }
span { border-color: rgb(170,229,143); }
td.TdClassName
{
border-color: #AAE58F;
}
.TagClassName
{
border-color: #AAE58F;
}
</style>