Shades of Feijoa #A6F186
Tints of Feijoa #A6F186
RGB
CMYK
RGB Variations
Color information
#A6F186 (or 0xA6F186) is known color: Feijoa. HEX triplet: A6, F1 and 86. RGB value is (166,241,134). Sum of RGB (Red+Green+Blue) = 166+241+134=541 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.68% from 541); Green value is 241 (94.53% from 255 or 44.55% from 541); Blue value is 134 (52.73% from 255 or 24.77% from 541); Max value from RGB is 241 - color contains mainly: green. Hex color #A6F186 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6F186 is #590E79. Grayscale: #CECECE. Windows color (decimal): -5836410 or 8843686. OLE color: 8843686.
HSL color Cylindrical-coordinate representation of color #A6F186: hue angle of 102.06º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6F186 is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 241 | 134 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.05 |
| HSL | 102.06º | 0.79% | 0.74% | - |
| HSV(B) | 102.06º | 0.44% | 0.95% | - |
| XYZ | 51.48 | 72.74 | 33.88 | - |
| YUV | 206.38 | 87.15 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 241 | 134 | 0.31 | 0 | 0.44 | 0.05 | 102.06 | 0.79 | 0.74 |
| Hex | A6 | F1 | 86 | 1F | 0 | 2C | 5 | 66 | 4F | 4A |
| Octal | 246 | 361 | 206 | 37 | 0 | 54 | 5 | 146 | 117 | 112 |
| Binary | 10100110 | 11110001 | 10000110 | 11111 | 0 | 101100 | 101 | 1100110 | 1001111 | 1001010 |
Color Harmonies of #A6F186
Complementary color
Monochromatic Colors of #A6F186
Black with #A6F186
Text Example
Text Example
White with #A6F186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F186; }
p { color: rgb(166,241,134); }
H1.HeaderClassName
{
color: #A6F186;
}
.AnyTagClassName
{
color: #A6F186;
}
</style>
background-color css
<style>
a { background-color: #A6F186; }
a { background-color: rgb(166,241,134); }
div.DivClassName
{
background-color: #A6F186;
}
.BgClassName
{
background-color: #A6F186;
}
</style>
border-color css
<style>
span { border-color: #A6F186; }
span { border-color: rgb(166,241,134); }
td.TdClassName
{
border-color: #A6F186;
}
.TagClassName
{
border-color: #A6F186;
}
</style>