Shades of Feijoa #AAF386
Tints of Feijoa #AAF386
RGB
CMYK
RGB Variations
Color information
#AAF386 (or 0xAAF386) is known color: Feijoa. HEX triplet: AA, F3 and 86. RGB value is (170,243,134). Sum of RGB (Red+Green+Blue) = 170+243+134=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 243 (95.31% from 255 or 44.42% from 547); Blue value is 134 (52.73% from 255 or 24.50% from 547); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF386 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF386 is #550C79. Grayscale: #D1D1D1. Windows color (decimal): -5573754 or 8844202. OLE color: 8844202.
HSL color Cylindrical-coordinate representation of color #AAF386: hue angle of 100.18º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAF386 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 243 | 134 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.05 |
| HSL | 100.18º | 0.82% | 0.74% | - |
| HSV(B) | 100.18º | 0.45% | 0.95% | - |
| XYZ | 52.93 | 74.37 | 34.12 | - |
| YUV | 208.75 | 85.82 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 243 | 134 | 0.30 | 0 | 0.45 | 0.05 | 100.18 | 0.82 | 0.74 |
| Hex | AA | F3 | 86 | 1E | 0 | 2D | 5 | 64 | 52 | 4A |
| Octal | 252 | 363 | 206 | 36 | 0 | 55 | 5 | 144 | 122 | 112 |
| Binary | 10101010 | 11110011 | 10000110 | 11110 | 0 | 101101 | 101 | 1100100 | 1010010 | 1001010 |
Color Harmonies of #AAF386
Complementary color
Monochromatic Colors of #AAF386
Black with #AAF386
Text Example
Text Example
White with #AAF386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF386; }
p { color: rgb(170,243,134); }
H1.HeaderClassName
{
color: #AAF386;
}
.AnyTagClassName
{
color: #AAF386;
}
</style>
background-color css
<style>
a { background-color: #AAF386; }
a { background-color: rgb(170,243,134); }
div.DivClassName
{
background-color: #AAF386;
}
.BgClassName
{
background-color: #AAF386;
}
</style>
border-color css
<style>
span { border-color: #AAF386; }
span { border-color: rgb(170,243,134); }
td.TdClassName
{
border-color: #AAF386;
}
.TagClassName
{
border-color: #AAF386;
}
</style>