Shades of Conifer #A6C855
Tints of Conifer #A6C855
RGB
CMYK
RGB Variations
Color information
#A6C855 (or 0xA6C855) is known color: Conifer. HEX triplet: A6, C8 and 55. RGB value is (166,200,85). Sum of RGB (Red+Green+Blue) = 166+200+85=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 200 (78.52% from 255 or 44.35% from 451); Blue value is 85 (33.59% from 255 or 18.85% from 451); Max value from RGB is 200 - color contains mainly: green. Hex color #A6C855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C855 is #5937AA. Grayscale: #B1B1B1. Windows color (decimal): -5846955 or 5621926. OLE color: 5621926.
HSL color Cylindrical-coordinate representation of color #A6C855: hue angle of 77.74º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6C855 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 200 | 85 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.22 |
| HSL | 77.74º | 0.51% | 0.56% | - |
| HSV(B) | 77.74º | 0.58% | 0.78% | - |
| XYZ | 38.02 | 50.07 | 16.26 | - |
| YUV | 176.72 | 76.24 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 200 | 85 | 0.17 | 0 | 0.58 | 0.22 | 77.74 | 0.51 | 0.56 |
| Hex | A6 | C8 | 55 | 11 | 0 | 3A | 16 | 4E | 33 | 38 |
| Octal | 246 | 310 | 125 | 21 | 0 | 72 | 26 | 116 | 63 | 70 |
| Binary | 10100110 | 11001000 | 1010101 | 10001 | 0 | 111010 | 10110 | 1001110 | 110011 | 111000 |
Color Harmonies of #A6C855
Complementary color
Monochromatic Colors of #A6C855
Black with #A6C855
Text Example
Text Example
White with #A6C855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C855; }
p { color: rgb(166,200,85); }
H1.HeaderClassName
{
color: #A6C855;
}
.AnyTagClassName
{
color: #A6C855;
}
</style>
background-color css
<style>
a { background-color: #A6C855; }
a { background-color: rgb(166,200,85); }
div.DivClassName
{
background-color: #A6C855;
}
.BgClassName
{
background-color: #A6C855;
}
</style>
border-color css
<style>
span { border-color: #A6C855; }
span { border-color: rgb(166,200,85); }
td.TdClassName
{
border-color: #A6C855;
}
.TagClassName
{
border-color: #A6C855;
}
</style>