Shades of Conifer #A6DC46
Tints of Conifer #A6DC46
RGB
CMYK
RGB Variations
Color information
#A6DC46 (or 0xA6DC46) is known color: Conifer. HEX triplet: A6, DC and 46. RGB value is (166,220,70). Sum of RGB (Red+Green+Blue) = 166+220+70=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 70 (27.73% from 255 or 15.35% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DC46 is #5923B9. Grayscale: #BBBBBB. Windows color (decimal): -5841850 or 4644006. OLE color: 4644006.
HSL color Cylindrical-coordinate representation of color #A6DC46: hue angle of 81.6º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A6DC46 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 220 | 70 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.14 |
| HSL | 81.6º | 0.68% | 0.57% | - |
| HSV(B) | 81.6º | 0.68% | 0.86% | - |
| XYZ | 42.42 | 59.74 | 15.09 | - |
| YUV | 186.75 | 62.11 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 220 | 70 | 0.25 | 0 | 0.68 | 0.14 | 81.6 | 0.68 | 0.57 |
| Hex | A6 | DC | 46 | 19 | 0 | 44 | E | 52 | 44 | 39 |
| Octal | 246 | 334 | 106 | 31 | 0 | 104 | 16 | 122 | 104 | 71 |
| Binary | 10100110 | 11011100 | 1000110 | 11001 | 0 | 1000100 | 1110 | 1010010 | 1000100 | 111001 |
Color Harmonies of #A6DC46
Complementary color
Monochromatic Colors of #A6DC46
Black with #A6DC46
Text Example
Text Example
White with #A6DC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DC46; }
p { color: rgb(166,220,70); }
H1.HeaderClassName
{
color: #A6DC46;
}
.AnyTagClassName
{
color: #A6DC46;
}
</style>
background-color css
<style>
a { background-color: #A6DC46; }
a { background-color: rgb(166,220,70); }
div.DivClassName
{
background-color: #A6DC46;
}
.BgClassName
{
background-color: #A6DC46;
}
</style>
border-color css
<style>
span { border-color: #A6DC46; }
span { border-color: rgb(166,220,70); }
td.TdClassName
{
border-color: #A6DC46;
}
.TagClassName
{
border-color: #A6DC46;
}
</style>