Shades of Feijoa #AAE385
Tints of Feijoa #AAE385
RGB
CMYK
RGB Variations
Color information
#AAE385 (or 0xAAE385) is known color: Feijoa. HEX triplet: AA, E3 and 85. RGB value is (170,227,133). Sum of RGB (Red+Green+Blue) = 170+227+133=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 227 (89.06% from 255 or 42.83% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE385 is #551C7A. Grayscale: #C7C7C7. Windows color (decimal): -5577851 or 8774570. OLE color: 8774570.
HSL color Cylindrical-coordinate representation of color #AAE385: hue angle of 96.38º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAE385 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 227 | 133 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.11 |
| HSL | 96.38º | 0.63% | 0.71% | - |
| HSV(B) | 96.38º | 0.41% | 0.89% | - |
| XYZ | 48.28 | 65.18 | 32.23 | - |
| YUV | 199.24 | 90.62 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 133 | 0.25 | 0 | 0.41 | 0.11 | 96.38 | 0.63 | 0.71 |
| Hex | AA | E3 | 85 | 19 | 0 | 29 | B | 60 | 3F | 47 |
| Octal | 252 | 343 | 205 | 31 | 0 | 51 | 13 | 140 | 77 | 107 |
| Binary | 10101010 | 11100011 | 10000101 | 11001 | 0 | 101001 | 1011 | 1100000 | 111111 | 1000111 |
Color Harmonies of #AAE385
Complementary color
Monochromatic Colors of #AAE385
Black with #AAE385
Text Example
Text Example
White with #AAE385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE385; }
p { color: rgb(170,227,133); }
H1.HeaderClassName
{
color: #AAE385;
}
.AnyTagClassName
{
color: #AAE385;
}
</style>
background-color css
<style>
a { background-color: #AAE385; }
a { background-color: rgb(170,227,133); }
div.DivClassName
{
background-color: #AAE385;
}
.BgClassName
{
background-color: #AAE385;
}
</style>
border-color css
<style>
span { border-color: #AAE385; }
span { border-color: rgb(170,227,133); }
td.TdClassName
{
border-color: #AAE385;
}
.TagClassName
{
border-color: #AAE385;
}
</style>