Shades of Feijoa #AAE37F
Tints of Feijoa #AAE37F
RGB
CMYK
RGB Variations
Color information
#AAE37F (or 0xAAE37F) is known color: Feijoa. HEX triplet: AA, E3 and 7F. RGB value is (170,227,127). Sum of RGB (Red+Green+Blue) = 170+227+127=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 227 (89.06% from 255 or 43.32% from 524); Blue value is 127 (50% from 255 or 24.24% from 524); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE37F is #551C80. Grayscale: #C6C6C6. Windows color (decimal): -5577857 or 8381354. OLE color: 8381354.
HSL color Cylindrical-coordinate representation of color #AAE37F: hue angle of 94.2º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAE37F is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 227 | 127 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.11 |
| HSL | 94.2º | 0.64% | 0.69% | - |
| HSV(B) | 94.2º | 0.44% | 0.89% | - |
| XYZ | 47.88 | 65.02 | 30.1 | - |
| YUV | 198.56 | 87.62 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 127 | 0.25 | 0 | 0.44 | 0.11 | 94.2 | 0.64 | 0.69 |
| Hex | AA | E3 | 7F | 19 | 0 | 2C | B | 5E | 40 | 45 |
| Octal | 252 | 343 | 177 | 31 | 0 | 54 | 13 | 136 | 100 | 105 |
| Binary | 10101010 | 11100011 | 1111111 | 11001 | 0 | 101100 | 1011 | 1011110 | 1000000 | 1000101 |
Color Harmonies of #AAE37F
Complementary color
Monochromatic Colors of #AAE37F
Black with #AAE37F
Text Example
Text Example
White with #AAE37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE37F; }
p { color: rgb(170,227,127); }
H1.HeaderClassName
{
color: #AAE37F;
}
.AnyTagClassName
{
color: #AAE37F;
}
</style>
background-color css
<style>
a { background-color: #AAE37F; }
a { background-color: rgb(170,227,127); }
div.DivClassName
{
background-color: #AAE37F;
}
.BgClassName
{
background-color: #AAE37F;
}
</style>
border-color css
<style>
span { border-color: #AAE37F; }
span { border-color: rgb(170,227,127); }
td.TdClassName
{
border-color: #AAE37F;
}
.TagClassName
{
border-color: #AAE37F;
}
</style>