Shades of Feijoa #A6DC6C
Tints of Feijoa #A6DC6C
RGB
CMYK
RGB Variations
Color information
#A6DC6C (or 0xA6DC6C) is known color: Feijoa. HEX triplet: A6, DC and 6C. RGB value is (166,220,108). Sum of RGB (Red+Green+Blue) = 166+220+108=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DC6C is #592393. Grayscale: #BFBFBF. Windows color (decimal): -5841812 or 7134374. OLE color: 7134374.
HSL color Cylindrical-coordinate representation of color #A6DC6C: hue angle of 88.93º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6DC6C is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 220 | 108 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.14 |
| HSL | 88.93º | 0.62% | 0.64% | - |
| HSV(B) | 88.93º | 0.51% | 0.86% | - |
| XYZ | 44.03 | 60.38 | 23.52 | - |
| YUV | 191.09 | 81.11 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 220 | 108 | 0.25 | 0 | 0.51 | 0.14 | 88.93 | 0.62 | 0.64 |
| Hex | A6 | DC | 6C | 19 | 0 | 33 | E | 59 | 3E | 40 |
| Octal | 246 | 334 | 154 | 31 | 0 | 63 | 16 | 131 | 76 | 100 |
| Binary | 10100110 | 11011100 | 1101100 | 11001 | 0 | 110011 | 1110 | 1011001 | 111110 | 1000000 |
Color Harmonies of #A6DC6C
Complementary color
Monochromatic Colors of #A6DC6C
Black with #A6DC6C
Text Example
Text Example
White with #A6DC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DC6C; }
p { color: rgb(166,220,108); }
H1.HeaderClassName
{
color: #A6DC6C;
}
.AnyTagClassName
{
color: #A6DC6C;
}
</style>
background-color css
<style>
a { background-color: #A6DC6C; }
a { background-color: rgb(166,220,108); }
div.DivClassName
{
background-color: #A6DC6C;
}
.BgClassName
{
background-color: #A6DC6C;
}
</style>
border-color css
<style>
span { border-color: #A6DC6C; }
span { border-color: rgb(166,220,108); }
td.TdClassName
{
border-color: #A6DC6C;
}
.TagClassName
{
border-color: #A6DC6C;
}
</style>