Shades of Feijoa #AAE685
Tints of Feijoa #AAE685
RGB
CMYK
RGB Variations
Color information
#AAE685 (or 0xAAE685) is known color: Feijoa. HEX triplet: AA, E6 and 85. RGB value is (170,230,133). Sum of RGB (Red+Green+Blue) = 170+230+133=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 230 (90.23% from 255 or 43.15% from 533); Blue value is 133 (52.34% from 255 or 24.95% from 533); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE685 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE685 is #55197A. Grayscale: #C9C9C9. Windows color (decimal): -5577083 or 8775338. OLE color: 8775338.
HSL color Cylindrical-coordinate representation of color #AAE685: hue angle of 97.11º degrees, saturation: 0.66, 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 #AAE685 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 230 | 133 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.10 |
| HSL | 97.11º | 0.66% | 0.71% | - |
| HSV(B) | 97.11º | 0.42% | 0.9% | - |
| XYZ | 49.11 | 66.83 | 32.5 | - |
| YUV | 201 | 89.62 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 230 | 133 | 0.26 | 0 | 0.42 | 0.10 | 97.11 | 0.66 | 0.71 |
| Hex | AA | E6 | 85 | 1A | 0 | 2A | A | 61 | 42 | 47 |
| Octal | 252 | 346 | 205 | 32 | 0 | 52 | 12 | 141 | 102 | 107 |
| Binary | 10101010 | 11100110 | 10000101 | 11010 | 0 | 101010 | 1010 | 1100001 | 1000010 | 1000111 |
Color Harmonies of #AAE685
Complementary color
Monochromatic Colors of #AAE685
Black with #AAE685
Text Example
Text Example
White with #AAE685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE685; }
p { color: rgb(170,230,133); }
H1.HeaderClassName
{
color: #AAE685;
}
.AnyTagClassName
{
color: #AAE685;
}
</style>
background-color css
<style>
a { background-color: #AAE685; }
a { background-color: rgb(170,230,133); }
div.DivClassName
{
background-color: #AAE685;
}
.BgClassName
{
background-color: #AAE685;
}
</style>
border-color css
<style>
span { border-color: #AAE685; }
span { border-color: rgb(170,230,133); }
td.TdClassName
{
border-color: #AAE685;
}
.TagClassName
{
border-color: #AAE685;
}
</style>