Shades of Conifer #A6D85F
Tints of Conifer #A6D85F
RGB
CMYK
RGB Variations
Color information
#A6D85F (or 0xA6D85F) is known color: Conifer. HEX triplet: A6, D8 and 5F. RGB value is (166,216,95). Sum of RGB (Red+Green+Blue) = 166+216+95=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 216 (84.77% from 255 or 45.28% from 477); Blue value is 95 (37.5% from 255 or 19.92% from 477); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D85F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D85F is #5927A0. Grayscale: #BBBBBB. Windows color (decimal): -5842849 or 6281382. OLE color: 6281382.
HSL color Cylindrical-coordinate representation of color #A6D85F: hue angle of 84.79º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A6D85F is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 216 | 95 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.15 |
| HSL | 84.79º | 0.61% | 0.61% | - |
| HSV(B) | 84.79º | 0.56% | 0.85% | - |
| XYZ | 42.35 | 58.04 | 19.8 | - |
| YUV | 187.26 | 75.94 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 216 | 95 | 0.23 | 0 | 0.56 | 0.15 | 84.79 | 0.61 | 0.61 |
| Hex | A6 | D8 | 5F | 17 | 0 | 38 | F | 55 | 3D | 3D |
| Octal | 246 | 330 | 137 | 27 | 0 | 70 | 17 | 125 | 75 | 75 |
| Binary | 10100110 | 11011000 | 1011111 | 10111 | 0 | 111000 | 1111 | 1010101 | 111101 | 111101 |
Color Harmonies of #A6D85F
Complementary color
Monochromatic Colors of #A6D85F
Black with #A6D85F
Text Example
Text Example
White with #A6D85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D85F; }
p { color: rgb(166,216,95); }
H1.HeaderClassName
{
color: #A6D85F;
}
.AnyTagClassName
{
color: #A6D85F;
}
</style>
background-color css
<style>
a { background-color: #A6D85F; }
a { background-color: rgb(166,216,95); }
div.DivClassName
{
background-color: #A6D85F;
}
.BgClassName
{
background-color: #A6D85F;
}
</style>
border-color css
<style>
span { border-color: #A6D85F; }
span { border-color: rgb(166,216,95); }
td.TdClassName
{
border-color: #A6D85F;
}
.TagClassName
{
border-color: #A6D85F;
}
</style>