Shades of Feijoa #AAE973
Tints of Feijoa #AAE973
RGB
CMYK
RGB Variations
Color information
#AAE973 (or 0xAAE973) is known color: Feijoa. HEX triplet: AA, E9 and 73. RGB value is (170,233,115). Sum of RGB (Red+Green+Blue) = 170+233+115=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 233 (91.41% from 255 or 44.98% from 518); Blue value is 115 (45.31% from 255 or 22.20% from 518); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE973 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE973 is #55168C. Grayscale: #C9C9C9. Windows color (decimal): -5576333 or 7596458. OLE color: 7596458.
HSL color Cylindrical-coordinate representation of color #AAE973: hue angle of 92.03º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAE973 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 233 | 115 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.09 |
| HSL | 92.03º | 0.73% | 0.68% | - |
| HSV(B) | 92.03º | 0.51% | 0.91% | - |
| XYZ | 48.81 | 68.06 | 26.78 | - |
| YUV | 200.71 | 79.63 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 233 | 115 | 0.27 | 0 | 0.51 | 0.09 | 92.03 | 0.73 | 0.68 |
| Hex | AA | E9 | 73 | 1B | 0 | 33 | 9 | 5C | 49 | 44 |
| Octal | 252 | 351 | 163 | 33 | 0 | 63 | 11 | 134 | 111 | 104 |
| Binary | 10101010 | 11101001 | 1110011 | 11011 | 0 | 110011 | 1001 | 1011100 | 1001001 | 1000100 |
Color Harmonies of #AAE973
Complementary color
Monochromatic Colors of #AAE973
Black with #AAE973
Text Example
Text Example
White with #AAE973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE973; }
p { color: rgb(170,233,115); }
H1.HeaderClassName
{
color: #AAE973;
}
.AnyTagClassName
{
color: #AAE973;
}
</style>
background-color css
<style>
a { background-color: #AAE973; }
a { background-color: rgb(170,233,115); }
div.DivClassName
{
background-color: #AAE973;
}
.BgClassName
{
background-color: #AAE973;
}
</style>
border-color css
<style>
span { border-color: #AAE973; }
span { border-color: rgb(170,233,115); }
td.TdClassName
{
border-color: #AAE973;
}
.TagClassName
{
border-color: #AAE973;
}
</style>