Shades of Conifer #A6D85B
Tints of Conifer #A6D85B
RGB
CMYK
RGB Variations
Color information
#A6D85B (or 0xA6D85B) is known color: Conifer. HEX triplet: A6, D8 and 5B. RGB value is (166,216,91). Sum of RGB (Red+Green+Blue) = 166+216+91=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 91 (35.94% from 255 or 19.24% from 473); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D85B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D85B is #5927A4. Grayscale: #BBBBBB. Windows color (decimal): -5842853 or 6019238. OLE color: 6019238.
HSL color Cylindrical-coordinate representation of color #A6D85B: hue angle of 84º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6D85B is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 216 | 91 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.15 |
| HSL | 84º | 0.62% | 0.6% | - |
| HSV(B) | 84º | 0.58% | 0.85% | - |
| XYZ | 42.17 | 57.97 | 18.87 | - |
| YUV | 186.8 | 73.94 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 216 | 91 | 0.23 | 0 | 0.58 | 0.15 | 84 | 0.62 | 0.6 |
| Hex | A6 | D8 | 5B | 17 | 0 | 3A | F | 54 | 3E | 3C |
| Octal | 246 | 330 | 133 | 27 | 0 | 72 | 17 | 124 | 76 | 74 |
| Binary | 10100110 | 11011000 | 1011011 | 10111 | 0 | 111010 | 1111 | 1010100 | 111110 | 111100 |
Color Harmonies of #A6D85B
Complementary color
Monochromatic Colors of #A6D85B
Black with #A6D85B
Text Example
Text Example
White with #A6D85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D85B; }
p { color: rgb(166,216,91); }
H1.HeaderClassName
{
color: #A6D85B;
}
.AnyTagClassName
{
color: #A6D85B;
}
</style>
background-color css
<style>
a { background-color: #A6D85B; }
a { background-color: rgb(166,216,91); }
div.DivClassName
{
background-color: #A6D85B;
}
.BgClassName
{
background-color: #A6D85B;
}
</style>
border-color css
<style>
span { border-color: #A6D85B; }
span { border-color: rgb(166,216,91); }
td.TdClassName
{
border-color: #A6D85B;
}
.TagClassName
{
border-color: #A6D85B;
}
</style>