Shades of Feijoa #AAE180
Tints of Feijoa #AAE180
RGB
CMYK
RGB Variations
Color information
#AAE180 (or 0xAAE180) is known color: Feijoa. HEX triplet: AA, E1 and 80. RGB value is (170,225,128). Sum of RGB (Red+Green+Blue) = 170+225+128=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 225 (88.28% from 255 or 43.02% from 523); Blue value is 128 (50.39% from 255 or 24.47% from 523); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE180 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE180 is #551E7F. Grayscale: #C5C5C5. Windows color (decimal): -5578368 or 8446378. OLE color: 8446378.
HSL color Cylindrical-coordinate representation of color #AAE180: hue angle of 94.02º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAE180 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 128 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.12 |
| HSL | 94.02º | 0.62% | 0.69% | - |
| HSV(B) | 94.02º | 0.43% | 0.88% | - |
| XYZ | 47.4 | 63.95 | 30.27 | - |
| YUV | 197.5 | 88.78 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 128 | 0.24 | 0 | 0.43 | 0.12 | 94.02 | 0.62 | 0.69 |
| Hex | AA | E1 | 80 | 18 | 0 | 2B | C | 5E | 3E | 45 |
| Octal | 252 | 341 | 200 | 30 | 0 | 53 | 14 | 136 | 76 | 105 |
| Binary | 10101010 | 11100001 | 10000000 | 11000 | 0 | 101011 | 1100 | 1011110 | 111110 | 1000101 |
Color Harmonies of #AAE180
Complementary color
Monochromatic Colors of #AAE180
Black with #AAE180
Text Example
Text Example
White with #AAE180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE180; }
p { color: rgb(170,225,128); }
H1.HeaderClassName
{
color: #AAE180;
}
.AnyTagClassName
{
color: #AAE180;
}
</style>
background-color css
<style>
a { background-color: #AAE180; }
a { background-color: rgb(170,225,128); }
div.DivClassName
{
background-color: #AAE180;
}
.BgClassName
{
background-color: #AAE180;
}
</style>
border-color css
<style>
span { border-color: #AAE180; }
span { border-color: rgb(170,225,128); }
td.TdClassName
{
border-color: #AAE180;
}
.TagClassName
{
border-color: #AAE180;
}
</style>