Shades of Conifer #A1C859
Tints of Conifer #A1C859
RGB
CMYK
RGB Variations
Color information
#A1C859 (or 0xA1C859) is known color: Conifer. HEX triplet: A1, C8 and 59. RGB value is (161,200,89). Sum of RGB (Red+Green+Blue) = 161+200+89=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 200 (78.52% from 255 or 44.44% from 450); Blue value is 89 (35.16% from 255 or 19.78% from 450); Max value from RGB is 200 - color contains mainly: green. Hex color #A1C859 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C859 is #5E37A6. Grayscale: #B0B0B0. Windows color (decimal): -6174631 or 5884065. OLE color: 5884065.
HSL color Cylindrical-coordinate representation of color #A1C859: hue angle of 81.08º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1C859 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 200 | 89 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.22 |
| HSL | 81.08º | 0.5% | 0.57% | - |
| HSV(B) | 81.08º | 0.56% | 0.78% | - |
| XYZ | 37.16 | 49.61 | 17.07 | - |
| YUV | 175.69 | 79.08 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 200 | 89 | 0.19 | 0 | 0.56 | 0.22 | 81.08 | 0.5 | 0.57 |
| Hex | A1 | C8 | 59 | 13 | 0 | 38 | 16 | 51 | 32 | 39 |
| Octal | 241 | 310 | 131 | 23 | 0 | 70 | 26 | 121 | 62 | 71 |
| Binary | 10100001 | 11001000 | 1011001 | 10011 | 0 | 111000 | 10110 | 1010001 | 110010 | 111001 |
Color Harmonies of #A1C859
Complementary color
Monochromatic Colors of #A1C859
Black with #A1C859
Text Example
Text Example
White with #A1C859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C859; }
p { color: rgb(161,200,89); }
H1.HeaderClassName
{
color: #A1C859;
}
.AnyTagClassName
{
color: #A1C859;
}
</style>
background-color css
<style>
a { background-color: #A1C859; }
a { background-color: rgb(161,200,89); }
div.DivClassName
{
background-color: #A1C859;
}
.BgClassName
{
background-color: #A1C859;
}
</style>
border-color css
<style>
span { border-color: #A1C859; }
span { border-color: rgb(161,200,89); }
td.TdClassName
{
border-color: #A1C859;
}
.TagClassName
{
border-color: #A1C859;
}
</style>