Shades of Feijoa #AAE380
Tints of Feijoa #AAE380
RGB
CMYK
RGB Variations
Color information
#AAE380 (or 0xAAE380) is known color: Feijoa. HEX triplet: AA, E3 and 80. RGB value is (170,227,128). Sum of RGB (Red+Green+Blue) = 170+227+128=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 227 (89.06% from 255 or 43.24% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE380 is #551C7F. Grayscale: #C7C7C7. Windows color (decimal): -5577856 or 8446890. OLE color: 8446890.
HSL color Cylindrical-coordinate representation of color #AAE380: hue angle of 94.55º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAE380 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 227 | 128 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.11 |
| HSL | 94.55º | 0.64% | 0.7% | - |
| HSV(B) | 94.55º | 0.44% | 0.89% | - |
| XYZ | 47.94 | 65.04 | 30.45 | - |
| YUV | 198.67 | 88.12 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 128 | 0.25 | 0 | 0.44 | 0.11 | 94.55 | 0.64 | 0.7 |
| Hex | AA | E3 | 80 | 19 | 0 | 2C | B | 5F | 40 | 46 |
| Octal | 252 | 343 | 200 | 31 | 0 | 54 | 13 | 137 | 100 | 106 |
| Binary | 10101010 | 11100011 | 10000000 | 11001 | 0 | 101100 | 1011 | 1011111 | 1000000 | 1000110 |
Color Harmonies of #AAE380
Complementary color
Monochromatic Colors of #AAE380
Black with #AAE380
Text Example
Text Example
White with #AAE380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE380; }
p { color: rgb(170,227,128); }
H1.HeaderClassName
{
color: #AAE380;
}
.AnyTagClassName
{
color: #AAE380;
}
</style>
background-color css
<style>
a { background-color: #AAE380; }
a { background-color: rgb(170,227,128); }
div.DivClassName
{
background-color: #AAE380;
}
.BgClassName
{
background-color: #AAE380;
}
</style>
border-color css
<style>
span { border-color: #AAE380; }
span { border-color: rgb(170,227,128); }
td.TdClassName
{
border-color: #AAE380;
}
.TagClassName
{
border-color: #AAE380;
}
</style>