Shades of Feijoa #AAE976
Tints of Feijoa #AAE976
RGB
CMYK
RGB Variations
Color information
#AAE976 (or 0xAAE976) is known color: Feijoa. HEX triplet: AA, E9 and 76. RGB value is (170,233,118). Sum of RGB (Red+Green+Blue) = 170+233+118=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 118 (46.48% from 255 or 22.65% from 521); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE976 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE976 is #551689. Grayscale: #C9C9C9. Windows color (decimal): -5576330 or 7793066. OLE color: 7793066.
HSL color Cylindrical-coordinate representation of color #AAE976: hue angle of 92.87º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAE976 is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 233 | 118 | - |
| CMYK | 0.27 | 0 | 0.49 | 0.09 |
| HSL | 92.87º | 0.72% | 0.69% | - |
| HSV(B) | 92.87º | 0.49% | 0.91% | - |
| XYZ | 48.99 | 68.13 | 27.71 | - |
| YUV | 201.05 | 81.13 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 233 | 118 | 0.27 | 0 | 0.49 | 0.09 | 92.87 | 0.72 | 0.69 |
| Hex | AA | E9 | 76 | 1B | 0 | 31 | 9 | 5D | 48 | 45 |
| Octal | 252 | 351 | 166 | 33 | 0 | 61 | 11 | 135 | 110 | 105 |
| Binary | 10101010 | 11101001 | 1110110 | 11011 | 0 | 110001 | 1001 | 1011101 | 1001000 | 1000101 |
Color Harmonies of #AAE976
Complementary color
Monochromatic Colors of #AAE976
Black with #AAE976
Text Example
Text Example
White with #AAE976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE976; }
p { color: rgb(170,233,118); }
H1.HeaderClassName
{
color: #AAE976;
}
.AnyTagClassName
{
color: #AAE976;
}
</style>
background-color css
<style>
a { background-color: #AAE976; }
a { background-color: rgb(170,233,118); }
div.DivClassName
{
background-color: #AAE976;
}
.BgClassName
{
background-color: #AAE976;
}
</style>
border-color css
<style>
span { border-color: #AAE976; }
span { border-color: rgb(170,233,118); }
td.TdClassName
{
border-color: #AAE976;
}
.TagClassName
{
border-color: #AAE976;
}
</style>