Shades of Feijoa #AAE785
Tints of Feijoa #AAE785
RGB
CMYK
RGB Variations
Color information
#AAE785 (or 0xAAE785) is known color: Feijoa. HEX triplet: AA, E7 and 85. RGB value is (170,231,133). Sum of RGB (Red+Green+Blue) = 170+231+133=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 231 (90.62% from 255 or 43.26% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE785 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE785 is #55187A. Grayscale: #C9C9C9. Windows color (decimal): -5576827 or 8775594. OLE color: 8775594.
HSL color Cylindrical-coordinate representation of color #AAE785: hue angle of 97.35º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAE785 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 231 | 133 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.09 |
| HSL | 97.35º | 0.67% | 0.71% | - |
| HSV(B) | 97.35º | 0.42% | 0.91% | - |
| XYZ | 49.39 | 67.39 | 32.6 | - |
| YUV | 201.59 | 89.29 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 231 | 133 | 0.26 | 0 | 0.42 | 0.09 | 97.35 | 0.67 | 0.71 |
| Hex | AA | E7 | 85 | 1A | 0 | 2A | 9 | 61 | 43 | 47 |
| Octal | 252 | 347 | 205 | 32 | 0 | 52 | 11 | 141 | 103 | 107 |
| Binary | 10101010 | 11100111 | 10000101 | 11010 | 0 | 101010 | 1001 | 1100001 | 1000011 | 1000111 |
Color Harmonies of #AAE785
Complementary color
Monochromatic Colors of #AAE785
Black with #AAE785
Text Example
Text Example
White with #AAE785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE785; }
p { color: rgb(170,231,133); }
H1.HeaderClassName
{
color: #AAE785;
}
.AnyTagClassName
{
color: #AAE785;
}
</style>
background-color css
<style>
a { background-color: #AAE785; }
a { background-color: rgb(170,231,133); }
div.DivClassName
{
background-color: #AAE785;
}
.BgClassName
{
background-color: #AAE785;
}
</style>
border-color css
<style>
span { border-color: #AAE785; }
span { border-color: rgb(170,231,133); }
td.TdClassName
{
border-color: #AAE785;
}
.TagClassName
{
border-color: #AAE785;
}
</style>