Shades of Feijoa #A6D46C
Tints of Feijoa #A6D46C
RGB
CMYK
RGB Variations
Color information
#A6D46C (or 0xA6D46C) is known color: Feijoa. HEX triplet: A6, D4 and 6C. RGB value is (166,212,108). Sum of RGB (Red+Green+Blue) = 166+212+108=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 212 (83.20% from 255 or 43.62% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 212 - color contains mainly: green. Hex color #A6D46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D46C is #592B93. Grayscale: #BABABA. Windows color (decimal): -5843860 or 7132326. OLE color: 7132326.
HSL color Cylindrical-coordinate representation of color #A6D46C: hue angle of 86.54º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A6D46C is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 212 | 108 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.17 |
| HSL | 86.54º | 0.55% | 0.63% | - |
| HSV(B) | 86.54º | 0.49% | 0.83% | - |
| XYZ | 41.98 | 56.28 | 22.84 | - |
| YUV | 186.39 | 83.76 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 212 | 108 | 0.22 | 0 | 0.49 | 0.17 | 86.54 | 0.55 | 0.63 |
| Hex | A6 | D4 | 6C | 16 | 0 | 31 | 11 | 57 | 37 | 3F |
| Octal | 246 | 324 | 154 | 26 | 0 | 61 | 21 | 127 | 67 | 77 |
| Binary | 10100110 | 11010100 | 1101100 | 10110 | 0 | 110001 | 10001 | 1010111 | 110111 | 111111 |
Color Harmonies of #A6D46C
Complementary color
Monochromatic Colors of #A6D46C
Black with #A6D46C
Text Example
Text Example
White with #A6D46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D46C; }
p { color: rgb(166,212,108); }
H1.HeaderClassName
{
color: #A6D46C;
}
.AnyTagClassName
{
color: #A6D46C;
}
</style>
background-color css
<style>
a { background-color: #A6D46C; }
a { background-color: rgb(166,212,108); }
div.DivClassName
{
background-color: #A6D46C;
}
.BgClassName
{
background-color: #A6D46C;
}
</style>
border-color css
<style>
span { border-color: #A6D46C; }
span { border-color: rgb(166,212,108); }
td.TdClassName
{
border-color: #A6D46C;
}
.TagClassName
{
border-color: #A6D46C;
}
</style>