Shades of Conifer #A6D959
Tints of Conifer #A6D959
RGB
CMYK
RGB Variations
Color information
#A6D959 (or 0xA6D959) is known color: Conifer. HEX triplet: A6, D9 and 59. RGB value is (166,217,89). Sum of RGB (Red+Green+Blue) = 166+217+89=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 89 (35.16% from 255 or 18.86% from 472); Max value from RGB is 217 - color contains mainly: green. Hex color #A6D959 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D959 is #5926A6. Grayscale: #BBBBBB. Windows color (decimal): -5842599 or 5888422. OLE color: 5888422.
HSL color Cylindrical-coordinate representation of color #A6D959: hue angle of 83.91º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A6D959 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 217 | 89 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.15 |
| HSL | 83.91º | 0.63% | 0.6% | - |
| HSV(B) | 83.91º | 0.59% | 0.85% | - |
| XYZ | 42.34 | 58.45 | 18.5 | - |
| YUV | 187.16 | 72.6 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 217 | 89 | 0.24 | 0 | 0.59 | 0.15 | 83.91 | 0.63 | 0.6 |
| Hex | A6 | D9 | 59 | 18 | 0 | 3B | F | 54 | 3F | 3C |
| Octal | 246 | 331 | 131 | 30 | 0 | 73 | 17 | 124 | 77 | 74 |
| Binary | 10100110 | 11011001 | 1011001 | 11000 | 0 | 111011 | 1111 | 1010100 | 111111 | 111100 |
Color Harmonies of #A6D959
Complementary color
Monochromatic Colors of #A6D959
Black with #A6D959
Text Example
Text Example
White with #A6D959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D959; }
p { color: rgb(166,217,89); }
H1.HeaderClassName
{
color: #A6D959;
}
.AnyTagClassName
{
color: #A6D959;
}
</style>
background-color css
<style>
a { background-color: #A6D959; }
a { background-color: rgb(166,217,89); }
div.DivClassName
{
background-color: #A6D959;
}
.BgClassName
{
background-color: #A6D959;
}
</style>
border-color css
<style>
span { border-color: #A6D959; }
span { border-color: rgb(166,217,89); }
td.TdClassName
{
border-color: #A6D959;
}
.TagClassName
{
border-color: #A6D959;
}
</style>