Shades of Feijoa #AAE585
Tints of Feijoa #AAE585
RGB
CMYK
RGB Variations
Color information
#AAE585 (or 0xAAE585) is known color: Feijoa. HEX triplet: AA, E5 and 85. RGB value is (170,229,133). Sum of RGB (Red+Green+Blue) = 170+229+133=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 229 (89.84% from 255 or 43.05% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE585 is #551A7A. Grayscale: #C8C8C8. Windows color (decimal): -5577339 or 8775082. OLE color: 8775082.
HSL color Cylindrical-coordinate representation of color #AAE585: hue angle of 96.88º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAE585 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 133 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.10 |
| HSL | 96.88º | 0.65% | 0.71% | - |
| HSV(B) | 96.88º | 0.42% | 0.9% | - |
| XYZ | 48.83 | 66.28 | 32.41 | - |
| YUV | 200.42 | 89.95 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 133 | 0.26 | 0 | 0.42 | 0.10 | 96.88 | 0.65 | 0.71 |
| Hex | AA | E5 | 85 | 1A | 0 | 2A | A | 61 | 41 | 47 |
| Octal | 252 | 345 | 205 | 32 | 0 | 52 | 12 | 141 | 101 | 107 |
| Binary | 10101010 | 11100101 | 10000101 | 11010 | 0 | 101010 | 1010 | 1100001 | 1000001 | 1000111 |
Color Harmonies of #AAE585
Complementary color
Monochromatic Colors of #AAE585
Black with #AAE585
Text Example
Text Example
White with #AAE585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE585; }
p { color: rgb(170,229,133); }
H1.HeaderClassName
{
color: #AAE585;
}
.AnyTagClassName
{
color: #AAE585;
}
</style>
background-color css
<style>
a { background-color: #AAE585; }
a { background-color: rgb(170,229,133); }
div.DivClassName
{
background-color: #AAE585;
}
.BgClassName
{
background-color: #AAE585;
}
</style>
border-color css
<style>
span { border-color: #AAE585; }
span { border-color: rgb(170,229,133); }
td.TdClassName
{
border-color: #AAE585;
}
.TagClassName
{
border-color: #AAE585;
}
</style>