Shades of Feijoa #AAF685
Tints of Feijoa #AAF685
RGB
CMYK
RGB Variations
Color information
#AAF685 (or 0xAAF685) is known color: Feijoa. HEX triplet: AA, F6 and 85. RGB value is (170,246,133). Sum of RGB (Red+Green+Blue) = 170+246+133=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 246 (96.48% from 255 or 44.81% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF685 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF685 is #55097A. Grayscale: #D2D2D2. Windows color (decimal): -5572987 or 8779434. OLE color: 8779434.
HSL color Cylindrical-coordinate representation of color #AAF685: hue angle of 100.35º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAF685 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 133 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.04 |
| HSL | 100.35º | 0.86% | 0.74% | - |
| HSV(B) | 100.35º | 0.46% | 0.96% | - |
| XYZ | 53.77 | 76.15 | 34.06 | - |
| YUV | 210.39 | 84.32 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 133 | 0.31 | 0 | 0.46 | 0.04 | 100.35 | 0.86 | 0.74 |
| Hex | AA | F6 | 85 | 1F | 0 | 2E | 4 | 64 | 56 | 4A |
| Octal | 252 | 366 | 205 | 37 | 0 | 56 | 4 | 144 | 126 | 112 |
| Binary | 10101010 | 11110110 | 10000101 | 11111 | 0 | 101110 | 100 | 1100100 | 1010110 | 1001010 |
Color Harmonies of #AAF685
Complementary color
Monochromatic Colors of #AAF685
Black with #AAF685
Text Example
Text Example
White with #AAF685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF685; }
p { color: rgb(170,246,133); }
H1.HeaderClassName
{
color: #AAF685;
}
.AnyTagClassName
{
color: #AAF685;
}
</style>
background-color css
<style>
a { background-color: #AAF685; }
a { background-color: rgb(170,246,133); }
div.DivClassName
{
background-color: #AAF685;
}
.BgClassName
{
background-color: #AAF685;
}
</style>
border-color css
<style>
span { border-color: #AAF685; }
span { border-color: rgb(170,246,133); }
td.TdClassName
{
border-color: #AAF685;
}
.TagClassName
{
border-color: #AAF685;
}
</style>