Shades of Feijoa #AAE376
Tints of Feijoa #AAE376
RGB
CMYK
RGB Variations
Color information
#AAE376 (or 0xAAE376) is known color: Feijoa. HEX triplet: AA, E3 and 76. RGB value is (170,227,118). Sum of RGB (Red+Green+Blue) = 170+227+118=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 227 (89.06% from 255 or 44.08% from 515); Blue value is 118 (46.48% from 255 or 22.91% from 515); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE376 is #551C89. Grayscale: #C5C5C5. Windows color (decimal): -5577866 or 7791530. OLE color: 7791530.
HSL color Cylindrical-coordinate representation of color #AAE376: hue angle of 91.38º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAE376 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 227 | 118 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.11 |
| HSL | 91.38º | 0.66% | 0.68% | - |
| HSV(B) | 91.38º | 0.48% | 0.89% | - |
| XYZ | 47.32 | 64.79 | 27.15 | - |
| YUV | 197.53 | 83.12 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 118 | 0.25 | 0 | 0.48 | 0.11 | 91.38 | 0.66 | 0.68 |
| Hex | AA | E3 | 76 | 19 | 0 | 30 | B | 5B | 42 | 44 |
| Octal | 252 | 343 | 166 | 31 | 0 | 60 | 13 | 133 | 102 | 104 |
| Binary | 10101010 | 11100011 | 1110110 | 11001 | 0 | 110000 | 1011 | 1011011 | 1000010 | 1000100 |
Color Harmonies of #AAE376
Complementary color
Monochromatic Colors of #AAE376
Black with #AAE376
Text Example
Text Example
White with #AAE376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE376; }
p { color: rgb(170,227,118); }
H1.HeaderClassName
{
color: #AAE376;
}
.AnyTagClassName
{
color: #AAE376;
}
</style>
background-color css
<style>
a { background-color: #AAE376; }
a { background-color: rgb(170,227,118); }
div.DivClassName
{
background-color: #AAE376;
}
.BgClassName
{
background-color: #AAE376;
}
</style>
border-color css
<style>
span { border-color: #AAE376; }
span { border-color: rgb(170,227,118); }
td.TdClassName
{
border-color: #AAE376;
}
.TagClassName
{
border-color: #AAE376;
}
</style>