Shades of Conifer #A6DC60
Tints of Conifer #A6DC60
RGB
CMYK
RGB Variations
Color information
#A6DC60 (or 0xA6DC60) is known color: Conifer. HEX triplet: A6, DC and 60. RGB value is (166,220,96). Sum of RGB (Red+Green+Blue) = 166+220+96=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 96 (37.89% from 255 or 19.92% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DC60 is #59239F. Grayscale: #BEBEBE. Windows color (decimal): -5841824 or 6347942. OLE color: 6347942.
HSL color Cylindrical-coordinate representation of color #A6DC60: hue angle of 86.13º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A6DC60 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 220 | 96 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.14 |
| HSL | 86.13º | 0.64% | 0.62% | - |
| HSV(B) | 86.13º | 0.56% | 0.86% | - |
| XYZ | 43.43 | 60.14 | 20.39 | - |
| YUV | 189.72 | 75.11 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 220 | 96 | 0.25 | 0 | 0.56 | 0.14 | 86.13 | 0.64 | 0.62 |
| Hex | A6 | DC | 60 | 19 | 0 | 38 | E | 56 | 40 | 3E |
| Octal | 246 | 334 | 140 | 31 | 0 | 70 | 16 | 126 | 100 | 76 |
| Binary | 10100110 | 11011100 | 1100000 | 11001 | 0 | 111000 | 1110 | 1010110 | 1000000 | 111110 |
Color Harmonies of #A6DC60
Complementary color
Monochromatic Colors of #A6DC60
Black with #A6DC60
Text Example
Text Example
White with #A6DC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DC60; }
p { color: rgb(166,220,96); }
H1.HeaderClassName
{
color: #A6DC60;
}
.AnyTagClassName
{
color: #A6DC60;
}
</style>
background-color css
<style>
a { background-color: #A6DC60; }
a { background-color: rgb(166,220,96); }
div.DivClassName
{
background-color: #A6DC60;
}
.BgClassName
{
background-color: #A6DC60;
}
</style>
border-color css
<style>
span { border-color: #A6DC60; }
span { border-color: rgb(166,220,96); }
td.TdClassName
{
border-color: #A6DC60;
}
.TagClassName
{
border-color: #A6DC60;
}
</style>