Shades of Conifer #A1C856
Tints of Conifer #A1C856
RGB
CMYK
RGB Variations
Color information
#A1C856 (or 0xA1C856) is known color: Conifer. HEX triplet: A1, C8 and 56. RGB value is (161,200,86). Sum of RGB (Red+Green+Blue) = 161+200+86=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 86 (33.98% from 255 or 19.24% from 447); Max value from RGB is 200 - color contains mainly: green. Hex color #A1C856 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C856 is #5E37A9. Grayscale: #AFAFAF. Windows color (decimal): -6174634 or 5687457. OLE color: 5687457.
HSL color Cylindrical-coordinate representation of color #A1C856: hue angle of 80.53º 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 #A1C856 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 200 | 86 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.22 |
| HSL | 80.53º | 0.51% | 0.56% | - |
| HSV(B) | 80.53º | 0.57% | 0.78% | - |
| XYZ | 37.03 | 49.56 | 16.42 | - |
| YUV | 175.34 | 77.58 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 200 | 86 | 0.19 | 0 | 0.57 | 0.22 | 80.53 | 0.51 | 0.56 |
| Hex | A1 | C8 | 56 | 13 | 0 | 39 | 16 | 51 | 33 | 38 |
| Octal | 241 | 310 | 126 | 23 | 0 | 71 | 26 | 121 | 63 | 70 |
| Binary | 10100001 | 11001000 | 1010110 | 10011 | 0 | 111001 | 10110 | 1010001 | 110011 | 111000 |
Color Harmonies of #A1C856
Complementary color
Monochromatic Colors of #A1C856
Black with #A1C856
Text Example
Text Example
White with #A1C856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C856; }
p { color: rgb(161,200,86); }
H1.HeaderClassName
{
color: #A1C856;
}
.AnyTagClassName
{
color: #A1C856;
}
</style>
background-color css
<style>
a { background-color: #A1C856; }
a { background-color: rgb(161,200,86); }
div.DivClassName
{
background-color: #A1C856;
}
.BgClassName
{
background-color: #A1C856;
}
</style>
border-color css
<style>
span { border-color: #A1C856; }
span { border-color: rgb(161,200,86); }
td.TdClassName
{
border-color: #A1C856;
}
.TagClassName
{
border-color: #A1C856;
}
</style>