Shades of Feijoa #AAE073
Tints of Feijoa #AAE073
RGB
CMYK
RGB Variations
Color information
#AAE073 (or 0xAAE073) is known color: Feijoa. HEX triplet: AA, E0 and 73. RGB value is (170,224,115). Sum of RGB (Red+Green+Blue) = 170+224+115=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 115 (45.31% from 255 or 22.59% from 509); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE073 is #551F8C. Grayscale: #C3C3C3. Windows color (decimal): -5578637 or 7594154. OLE color: 7594154.
HSL color Cylindrical-coordinate representation of color #AAE073: hue angle of 89.72º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAE073 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 115 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.12 |
| HSL | 89.72º | 0.64% | 0.66% | - |
| HSV(B) | 89.72º | 0.49% | 0.88% | - |
| XYZ | 46.33 | 63.1 | 25.96 | - |
| YUV | 195.43 | 82.61 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 115 | 0.24 | 0 | 0.49 | 0.12 | 89.72 | 0.64 | 0.66 |
| Hex | AA | E0 | 73 | 18 | 0 | 31 | C | 5A | 40 | 42 |
| Octal | 252 | 340 | 163 | 30 | 0 | 61 | 14 | 132 | 100 | 102 |
| Binary | 10101010 | 11100000 | 1110011 | 11000 | 0 | 110001 | 1100 | 1011010 | 1000000 | 1000010 |
Color Harmonies of #AAE073
Complementary color
Monochromatic Colors of #AAE073
Black with #AAE073
Text Example
Text Example
White with #AAE073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE073; }
p { color: rgb(170,224,115); }
H1.HeaderClassName
{
color: #AAE073;
}
.AnyTagClassName
{
color: #AAE073;
}
</style>
background-color css
<style>
a { background-color: #AAE073; }
a { background-color: rgb(170,224,115); }
div.DivClassName
{
background-color: #AAE073;
}
.BgClassName
{
background-color: #AAE073;
}
</style>
border-color css
<style>
span { border-color: #AAE073; }
span { border-color: rgb(170,224,115); }
td.TdClassName
{
border-color: #AAE073;
}
.TagClassName
{
border-color: #AAE073;
}
</style>