Shades of Conifer #A6D85D
Tints of Conifer #A6D85D
RGB
CMYK
RGB Variations
Color information
#A6D85D (or 0xA6D85D) is known color: Conifer. HEX triplet: A6, D8 and 5D. RGB value is (166,216,93). Sum of RGB (Red+Green+Blue) = 166+216+93=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 216 (84.77% from 255 or 45.47% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D85D is #5927A2. Grayscale: #BBBBBB. Windows color (decimal): -5842851 or 6150310. OLE color: 6150310.
HSL color Cylindrical-coordinate representation of color #A6D85D: hue angle of 84.39º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6D85D is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 216 | 93 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.15 |
| HSL | 84.39º | 0.61% | 0.61% | - |
| HSV(B) | 84.39º | 0.57% | 0.85% | - |
| XYZ | 42.26 | 58.01 | 19.33 | - |
| YUV | 187.03 | 74.94 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 216 | 93 | 0.23 | 0 | 0.57 | 0.15 | 84.39 | 0.61 | 0.61 |
| Hex | A6 | D8 | 5D | 17 | 0 | 39 | F | 54 | 3D | 3D |
| Octal | 246 | 330 | 135 | 27 | 0 | 71 | 17 | 124 | 75 | 75 |
| Binary | 10100110 | 11011000 | 1011101 | 10111 | 0 | 111001 | 1111 | 1010100 | 111101 | 111101 |
Color Harmonies of #A6D85D
Complementary color
Monochromatic Colors of #A6D85D
Black with #A6D85D
Text Example
Text Example
White with #A6D85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D85D; }
p { color: rgb(166,216,93); }
H1.HeaderClassName
{
color: #A6D85D;
}
.AnyTagClassName
{
color: #A6D85D;
}
</style>
background-color css
<style>
a { background-color: #A6D85D; }
a { background-color: rgb(166,216,93); }
div.DivClassName
{
background-color: #A6D85D;
}
.BgClassName
{
background-color: #A6D85D;
}
</style>
border-color css
<style>
span { border-color: #A6D85D; }
span { border-color: rgb(166,216,93); }
td.TdClassName
{
border-color: #A6D85D;
}
.TagClassName
{
border-color: #A6D85D;
}
</style>