Shades of Conifer #A6D64C
Tints of Conifer #A6D64C
RGB
CMYK
RGB Variations
Color information
#A6D64C (or 0xA6D64C) is known color: Conifer. HEX triplet: A6, D6 and 4C. RGB value is (166,214,76). Sum of RGB (Red+Green+Blue) = 166+214+76=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 76 (30.08% from 255 or 16.67% from 456); Max value from RGB is 214 - color contains mainly: green. Hex color #A6D64C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D64C is #5929B3. Grayscale: #B8B8B8. Windows color (decimal): -5843380 or 5035686. OLE color: 5035686.
HSL color Cylindrical-coordinate representation of color #A6D64C: hue angle of 80.87º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A6D64C is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 214 | 76 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.16 |
| HSL | 80.87º | 0.63% | 0.57% | - |
| HSV(B) | 80.87º | 0.64% | 0.84% | - |
| XYZ | 41.08 | 56.72 | 15.62 | - |
| YUV | 183.92 | 67.1 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 214 | 76 | 0.22 | 0 | 0.64 | 0.16 | 80.87 | 0.63 | 0.57 |
| Hex | A6 | D6 | 4C | 16 | 0 | 40 | 10 | 51 | 3F | 39 |
| Octal | 246 | 326 | 114 | 26 | 0 | 100 | 20 | 121 | 77 | 71 |
| Binary | 10100110 | 11010110 | 1001100 | 10110 | 0 | 1000000 | 10000 | 1010001 | 111111 | 111001 |
Color Harmonies of #A6D64C
Complementary color
Monochromatic Colors of #A6D64C
Black with #A6D64C
Text Example
Text Example
White with #A6D64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D64C; }
p { color: rgb(166,214,76); }
H1.HeaderClassName
{
color: #A6D64C;
}
.AnyTagClassName
{
color: #A6D64C;
}
</style>
background-color css
<style>
a { background-color: #A6D64C; }
a { background-color: rgb(166,214,76); }
div.DivClassName
{
background-color: #A6D64C;
}
.BgClassName
{
background-color: #A6D64C;
}
</style>
border-color css
<style>
span { border-color: #A6D64C; }
span { border-color: rgb(166,214,76); }
td.TdClassName
{
border-color: #A6D64C;
}
.TagClassName
{
border-color: #A6D64C;
}
</style>