Shades of Feijoa #AAE37D
Tints of Feijoa #AAE37D
RGB
CMYK
RGB Variations
Color information
#AAE37D (or 0xAAE37D) is known color: Feijoa. HEX triplet: AA, E3 and 7D. RGB value is (170,227,125). Sum of RGB (Red+Green+Blue) = 170+227+125=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 227 (89.06% from 255 or 43.49% from 522); Blue value is 125 (49.22% from 255 or 23.95% from 522); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE37D is #551C82. Grayscale: #C6C6C6. Windows color (decimal): -5577859 or 8250282. OLE color: 8250282.
HSL color Cylindrical-coordinate representation of color #AAE37D: hue angle of 93.53º 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 #AAE37D is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 227 | 125 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.11 |
| HSL | 93.53º | 0.65% | 0.69% | - |
| HSV(B) | 93.53º | 0.45% | 0.89% | - |
| XYZ | 47.75 | 64.96 | 29.42 | - |
| YUV | 198.33 | 86.62 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 125 | 0.25 | 0 | 0.45 | 0.11 | 93.53 | 0.65 | 0.69 |
| Hex | AA | E3 | 7D | 19 | 0 | 2D | B | 5E | 41 | 45 |
| Octal | 252 | 343 | 175 | 31 | 0 | 55 | 13 | 136 | 101 | 105 |
| Binary | 10101010 | 11100011 | 1111101 | 11001 | 0 | 101101 | 1011 | 1011110 | 1000001 | 1000101 |
Color Harmonies of #AAE37D
Complementary color
Monochromatic Colors of #AAE37D
Black with #AAE37D
Text Example
Text Example
White with #AAE37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE37D; }
p { color: rgb(170,227,125); }
H1.HeaderClassName
{
color: #AAE37D;
}
.AnyTagClassName
{
color: #AAE37D;
}
</style>
background-color css
<style>
a { background-color: #AAE37D; }
a { background-color: rgb(170,227,125); }
div.DivClassName
{
background-color: #AAE37D;
}
.BgClassName
{
background-color: #AAE37D;
}
</style>
border-color css
<style>
span { border-color: #AAE37D; }
span { border-color: rgb(170,227,125); }
td.TdClassName
{
border-color: #AAE37D;
}
.TagClassName
{
border-color: #AAE37D;
}
</style>