Shades of Feijoa #AAE58A
Tints of Feijoa #AAE58A
RGB
CMYK
RGB Variations
Color information
#AAE58A (or 0xAAE58A) is known color: Feijoa. HEX triplet: AA, E5 and 8A. RGB value is (170,229,138). Sum of RGB (Red+Green+Blue) = 170+229+138=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 229 (89.84% from 255 or 42.64% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE58A is #551A75. Grayscale: #C9C9C9. Windows color (decimal): -5577334 or 9102762. OLE color: 9102762.
HSL color Cylindrical-coordinate representation of color #AAE58A: hue angle of 98.9º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAE58A is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 138 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.10 |
| HSL | 98.9º | 0.64% | 0.72% | - |
| HSV(B) | 98.9º | 0.4% | 0.9% | - |
| XYZ | 49.18 | 66.42 | 34.27 | - |
| YUV | 200.99 | 92.45 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 138 | 0.26 | 0 | 0.40 | 0.10 | 98.9 | 0.64 | 0.72 |
| Hex | AA | E5 | 8A | 1A | 0 | 28 | A | 63 | 40 | 48 |
| Octal | 252 | 345 | 212 | 32 | 0 | 50 | 12 | 143 | 100 | 110 |
| Binary | 10101010 | 11100101 | 10001010 | 11010 | 0 | 101000 | 1010 | 1100011 | 1000000 | 1001000 |
Color Harmonies of #AAE58A
Complementary color
Monochromatic Colors of #AAE58A
Black with #AAE58A
Text Example
Text Example
White with #AAE58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE58A; }
p { color: rgb(170,229,138); }
H1.HeaderClassName
{
color: #AAE58A;
}
.AnyTagClassName
{
color: #AAE58A;
}
</style>
background-color css
<style>
a { background-color: #AAE58A; }
a { background-color: rgb(170,229,138); }
div.DivClassName
{
background-color: #AAE58A;
}
.BgClassName
{
background-color: #AAE58A;
}
</style>
border-color css
<style>
span { border-color: #AAE58A; }
span { border-color: rgb(170,229,138); }
td.TdClassName
{
border-color: #AAE58A;
}
.TagClassName
{
border-color: #AAE58A;
}
</style>