Shades of Feijoa #A6F16B
Tints of Feijoa #A6F16B
RGB
CMYK
RGB Variations
Color information
#A6F16B (or 0xA6F16B) is known color: Feijoa. HEX triplet: A6, F1 and 6B. RGB value is (166,241,107). Sum of RGB (Red+Green+Blue) = 166+241+107=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 107 (42.19% from 255 or 20.82% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #A6F16B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F16B is #590E94. Grayscale: #CBCBCB. Windows color (decimal): -5836437 or 7074214. OLE color: 7074214.
HSL color Cylindrical-coordinate representation of color #A6F16B: hue angle of 93.58º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A6F16B is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 241 | 107 | - |
| CMYK | 0.31 | 0 | 0.56 | 0.05 |
| HSL | 93.58º | 0.83% | 0.68% | - |
| HSV(B) | 93.58º | 0.56% | 0.95% | - |
| XYZ | 49.84 | 72.08 | 25.2 | - |
| YUV | 203.3 | 73.65 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 241 | 107 | 0.31 | 0 | 0.56 | 0.05 | 93.58 | 0.83 | 0.68 |
| Hex | A6 | F1 | 6B | 1F | 0 | 38 | 5 | 5E | 53 | 44 |
| Octal | 246 | 361 | 153 | 37 | 0 | 70 | 5 | 136 | 123 | 104 |
| Binary | 10100110 | 11110001 | 1101011 | 11111 | 0 | 111000 | 101 | 1011110 | 1010011 | 1000100 |
Color Harmonies of #A6F16B
Complementary color
Monochromatic Colors of #A6F16B
Black with #A6F16B
Text Example
Text Example
White with #A6F16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F16B; }
p { color: rgb(166,241,107); }
H1.HeaderClassName
{
color: #A6F16B;
}
.AnyTagClassName
{
color: #A6F16B;
}
</style>
background-color css
<style>
a { background-color: #A6F16B; }
a { background-color: rgb(166,241,107); }
div.DivClassName
{
background-color: #A6F16B;
}
.BgClassName
{
background-color: #A6F16B;
}
</style>
border-color css
<style>
span { border-color: #A6F16B; }
span { border-color: rgb(166,241,107); }
td.TdClassName
{
border-color: #A6F16B;
}
.TagClassName
{
border-color: #A6F16B;
}
</style>