Shades of Feijoa #A6F16D
Tints of Feijoa #A6F16D
RGB
CMYK
RGB Variations
Color information
#A6F16D (or 0xA6F16D) is known color: Feijoa. HEX triplet: A6, F1 and 6D. RGB value is (166,241,109). Sum of RGB (Red+Green+Blue) = 166+241+109=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 109 (42.97% from 255 or 21.12% from 516); Max value from RGB is 241 - color contains mainly: green. Hex color #A6F16D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F16D is #590E92. Grayscale: #CBCBCB. Windows color (decimal): -5836435 or 7205286. OLE color: 7205286.
HSL color Cylindrical-coordinate representation of color #A6F16D: hue angle of 94.09º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6F16D is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 241 | 109 | - |
| CMYK | 0.31 | 0 | 0.55 | 0.05 |
| HSL | 94.09º | 0.83% | 0.69% | - |
| HSV(B) | 94.09º | 0.55% | 0.95% | - |
| XYZ | 49.94 | 72.12 | 25.76 | - |
| YUV | 203.53 | 74.65 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 241 | 109 | 0.31 | 0 | 0.55 | 0.05 | 94.09 | 0.83 | 0.69 |
| Hex | A6 | F1 | 6D | 1F | 0 | 37 | 5 | 5E | 52 | 45 |
| Octal | 246 | 361 | 155 | 37 | 0 | 67 | 5 | 136 | 122 | 105 |
| Binary | 10100110 | 11110001 | 1101101 | 11111 | 0 | 110111 | 101 | 1011110 | 1010010 | 1000101 |
Color Harmonies of #A6F16D
Complementary color
Monochromatic Colors of #A6F16D
Black with #A6F16D
Text Example
Text Example
White with #A6F16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F16D; }
p { color: rgb(166,241,109); }
H1.HeaderClassName
{
color: #A6F16D;
}
.AnyTagClassName
{
color: #A6F16D;
}
</style>
background-color css
<style>
a { background-color: #A6F16D; }
a { background-color: rgb(166,241,109); }
div.DivClassName
{
background-color: #A6F16D;
}
.BgClassName
{
background-color: #A6F16D;
}
</style>
border-color css
<style>
span { border-color: #A6F16D; }
span { border-color: rgb(166,241,109); }
td.TdClassName
{
border-color: #A6F16D;
}
.TagClassName
{
border-color: #A6F16D;
}
</style>