Shades of Feijoa #AAE37C
Tints of Feijoa #AAE37C
RGB
CMYK
RGB Variations
Color information
#AAE37C (or 0xAAE37C) is known color: Feijoa. HEX triplet: AA, E3 and 7C. RGB value is (170,227,124). Sum of RGB (Red+Green+Blue) = 170+227+124=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 227 (89.06% from 255 or 43.57% from 521); Blue value is 124 (48.83% from 255 or 23.80% from 521); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE37C is #551C83. Grayscale: #C6C6C6. Windows color (decimal): -5577860 or 8184746. OLE color: 8184746.
HSL color Cylindrical-coordinate representation of color #AAE37C: hue angle of 93.2º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAE37C is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 227 | 124 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.11 |
| HSL | 93.2º | 0.65% | 0.69% | - |
| HSV(B) | 93.2º | 0.45% | 0.89% | - |
| XYZ | 47.68 | 64.94 | 29.09 | - |
| YUV | 198.22 | 86.12 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 124 | 0.25 | 0 | 0.45 | 0.11 | 93.2 | 0.65 | 0.69 |
| Hex | AA | E3 | 7C | 19 | 0 | 2D | B | 5D | 41 | 45 |
| Octal | 252 | 343 | 174 | 31 | 0 | 55 | 13 | 135 | 101 | 105 |
| Binary | 10101010 | 11100011 | 1111100 | 11001 | 0 | 101101 | 1011 | 1011101 | 1000001 | 1000101 |
Color Harmonies of #AAE37C
Complementary color
Monochromatic Colors of #AAE37C
Black with #AAE37C
Text Example
Text Example
White with #AAE37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE37C; }
p { color: rgb(170,227,124); }
H1.HeaderClassName
{
color: #AAE37C;
}
.AnyTagClassName
{
color: #AAE37C;
}
</style>
background-color css
<style>
a { background-color: #AAE37C; }
a { background-color: rgb(170,227,124); }
div.DivClassName
{
background-color: #AAE37C;
}
.BgClassName
{
background-color: #AAE37C;
}
</style>
border-color css
<style>
span { border-color: #AAE37C; }
span { border-color: rgb(170,227,124); }
td.TdClassName
{
border-color: #AAE37C;
}
.TagClassName
{
border-color: #AAE37C;
}
</style>