Shades of Conifer #A6DC65
Tints of Conifer #A6DC65
RGB
CMYK
RGB Variations
Color information
#A6DC65 (or 0xA6DC65) is known color: Conifer. HEX triplet: A6, DC and 65. RGB value is (166,220,101). Sum of RGB (Red+Green+Blue) = 166+220+101=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 101 (39.84% from 255 or 20.74% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DC65 is #59239A. Grayscale: #BEBEBE. Windows color (decimal): -5841819 or 6675622. OLE color: 6675622.
HSL color Cylindrical-coordinate representation of color #A6DC65: hue angle of 87.23º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A6DC65 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 220 | 101 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.14 |
| HSL | 87.23º | 0.63% | 0.63% | - |
| HSV(B) | 87.23º | 0.54% | 0.86% | - |
| XYZ | 43.67 | 60.23 | 21.64 | - |
| YUV | 190.29 | 77.61 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 220 | 101 | 0.25 | 0 | 0.54 | 0.14 | 87.23 | 0.63 | 0.63 |
| Hex | A6 | DC | 65 | 19 | 0 | 36 | E | 57 | 3F | 3F |
| Octal | 246 | 334 | 145 | 31 | 0 | 66 | 16 | 127 | 77 | 77 |
| Binary | 10100110 | 11011100 | 1100101 | 11001 | 0 | 110110 | 1110 | 1010111 | 111111 | 111111 |
Color Harmonies of #A6DC65
Complementary color
Monochromatic Colors of #A6DC65
Black with #A6DC65
Text Example
Text Example
White with #A6DC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DC65; }
p { color: rgb(166,220,101); }
H1.HeaderClassName
{
color: #A6DC65;
}
.AnyTagClassName
{
color: #A6DC65;
}
</style>
background-color css
<style>
a { background-color: #A6DC65; }
a { background-color: rgb(166,220,101); }
div.DivClassName
{
background-color: #A6DC65;
}
.BgClassName
{
background-color: #A6DC65;
}
</style>
border-color css
<style>
span { border-color: #A6DC65; }
span { border-color: rgb(166,220,101); }
td.TdClassName
{
border-color: #A6DC65;
}
.TagClassName
{
border-color: #A6DC65;
}
</style>