Shades of Feijoa #AAE074
Tints of Feijoa #AAE074
RGB
CMYK
RGB Variations
Color information
#AAE074 (or 0xAAE074) is known color: Feijoa. HEX triplet: AA, E0 and 74. RGB value is (170,224,116). Sum of RGB (Red+Green+Blue) = 170+224+116=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 224 (87.89% from 255 or 43.92% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE074 is #551F8B. Grayscale: #C3C3C3. Windows color (decimal): -5578636 or 7659690. OLE color: 7659690.
HSL color Cylindrical-coordinate representation of color #AAE074: hue angle of 90º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAE074 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 116 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.12 |
| HSL | 90º | 0.64% | 0.67% | - |
| HSV(B) | 90º | 0.48% | 0.88% | - |
| XYZ | 46.39 | 63.12 | 26.26 | - |
| YUV | 195.54 | 83.11 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 116 | 0.24 | 0 | 0.48 | 0.12 | 90 | 0.64 | 0.67 |
| Hex | AA | E0 | 74 | 18 | 0 | 30 | C | 5A | 40 | 43 |
| Octal | 252 | 340 | 164 | 30 | 0 | 60 | 14 | 132 | 100 | 103 |
| Binary | 10101010 | 11100000 | 1110100 | 11000 | 0 | 110000 | 1100 | 1011010 | 1000000 | 1000011 |
Color Harmonies of #AAE074
Complementary color
Monochromatic Colors of #AAE074
Black with #AAE074
Text Example
Text Example
White with #AAE074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE074; }
p { color: rgb(170,224,116); }
H1.HeaderClassName
{
color: #AAE074;
}
.AnyTagClassName
{
color: #AAE074;
}
</style>
background-color css
<style>
a { background-color: #AAE074; }
a { background-color: rgb(170,224,116); }
div.DivClassName
{
background-color: #AAE074;
}
.BgClassName
{
background-color: #AAE074;
}
</style>
border-color css
<style>
span { border-color: #AAE074; }
span { border-color: rgb(170,224,116); }
td.TdClassName
{
border-color: #AAE074;
}
.TagClassName
{
border-color: #AAE074;
}
</style>