Shades of Feijoa #AAE684
Tints of Feijoa #AAE684
RGB
CMYK
RGB Variations
Color information
#AAE684 (or 0xAAE684) is known color: Feijoa. HEX triplet: AA, E6 and 84. RGB value is (170,230,132). Sum of RGB (Red+Green+Blue) = 170+230+132=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 230 (90.23% from 255 or 43.23% from 532); Blue value is 132 (51.95% from 255 or 24.81% from 532); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE684 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE684 is #55197B. Grayscale: #C9C9C9. Windows color (decimal): -5577084 or 8709802. OLE color: 8709802.
HSL color Cylindrical-coordinate representation of color #AAE684: hue angle of 96.73º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAE684 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 230 | 132 | - |
| CMYK | 0.26 | 0 | 0.43 | 0.10 |
| HSL | 96.73º | 0.66% | 0.71% | - |
| HSV(B) | 96.73º | 0.43% | 0.9% | - |
| XYZ | 49.04 | 66.81 | 32.14 | - |
| YUV | 200.89 | 89.12 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 230 | 132 | 0.26 | 0 | 0.43 | 0.10 | 96.73 | 0.66 | 0.71 |
| Hex | AA | E6 | 84 | 1A | 0 | 2B | A | 61 | 42 | 47 |
| Octal | 252 | 346 | 204 | 32 | 0 | 53 | 12 | 141 | 102 | 107 |
| Binary | 10101010 | 11100110 | 10000100 | 11010 | 0 | 101011 | 1010 | 1100001 | 1000010 | 1000111 |
Color Harmonies of #AAE684
Complementary color
Monochromatic Colors of #AAE684
Black with #AAE684
Text Example
Text Example
White with #AAE684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE684; }
p { color: rgb(170,230,132); }
H1.HeaderClassName
{
color: #AAE684;
}
.AnyTagClassName
{
color: #AAE684;
}
</style>
background-color css
<style>
a { background-color: #AAE684; }
a { background-color: rgb(170,230,132); }
div.DivClassName
{
background-color: #AAE684;
}
.BgClassName
{
background-color: #AAE684;
}
</style>
border-color css
<style>
span { border-color: #AAE684; }
span { border-color: rgb(170,230,132); }
td.TdClassName
{
border-color: #AAE684;
}
.TagClassName
{
border-color: #AAE684;
}
</style>