Shades of Feijoa #A6DC6F
Tints of Feijoa #A6DC6F
RGB
CMYK
RGB Variations
Color information
#A6DC6F (or 0xA6DC6F) is known color: Feijoa. HEX triplet: A6, DC and 6F. RGB value is (166,220,111). Sum of RGB (Red+Green+Blue) = 166+220+111=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 111 (43.75% from 255 or 22.33% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DC6F is #592390. Grayscale: #BFBFBF. Windows color (decimal): -5841809 or 7330982. OLE color: 7330982.
HSL color Cylindrical-coordinate representation of color #A6DC6F: hue angle of 89.72º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A6DC6F is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 220 | 111 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.14 |
| HSL | 89.72º | 0.61% | 0.65% | - |
| HSV(B) | 89.72º | 0.5% | 0.86% | - |
| XYZ | 44.19 | 60.44 | 24.38 | - |
| YUV | 191.43 | 82.61 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 220 | 111 | 0.25 | 0 | 0.50 | 0.14 | 89.72 | 0.61 | 0.65 |
| Hex | A6 | DC | 6F | 19 | 0 | 32 | E | 5A | 3D | 41 |
| Octal | 246 | 334 | 157 | 31 | 0 | 62 | 16 | 132 | 75 | 101 |
| Binary | 10100110 | 11011100 | 1101111 | 11001 | 0 | 110010 | 1110 | 1011010 | 111101 | 1000001 |
Color Harmonies of #A6DC6F
Complementary color
Monochromatic Colors of #A6DC6F
Black with #A6DC6F
Text Example
Text Example
White with #A6DC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DC6F; }
p { color: rgb(166,220,111); }
H1.HeaderClassName
{
color: #A6DC6F;
}
.AnyTagClassName
{
color: #A6DC6F;
}
</style>
background-color css
<style>
a { background-color: #A6DC6F; }
a { background-color: rgb(166,220,111); }
div.DivClassName
{
background-color: #A6DC6F;
}
.BgClassName
{
background-color: #A6DC6F;
}
</style>
border-color css
<style>
span { border-color: #A6DC6F; }
span { border-color: rgb(166,220,111); }
td.TdClassName
{
border-color: #A6DC6F;
}
.TagClassName
{
border-color: #A6DC6F;
}
</style>