Shades of Conifer #A1C957
Tints of Conifer #A1C957
RGB
CMYK
RGB Variations
Color information
#A1C957 (or 0xA1C957) is known color: Conifer. HEX triplet: A1, C9 and 57. RGB value is (161,201,87). Sum of RGB (Red+Green+Blue) = 161+201+87=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 87 (34.38% from 255 or 19.38% from 449); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C957 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C957 is #5E36A8. Grayscale: #B0B0B0. Windows color (decimal): -6174377 or 5753249. OLE color: 5753249.
HSL color Cylindrical-coordinate representation of color #A1C957: hue angle of 81.05º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1C957 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 201 | 87 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.21 |
| HSL | 81.05º | 0.51% | 0.56% | - |
| HSV(B) | 81.05º | 0.57% | 0.79% | - |
| XYZ | 37.3 | 50.04 | 16.71 | - |
| YUV | 176.04 | 77.75 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 201 | 87 | 0.20 | 0 | 0.57 | 0.21 | 81.05 | 0.51 | 0.56 |
| Hex | A1 | C9 | 57 | 14 | 0 | 39 | 15 | 51 | 33 | 38 |
| Octal | 241 | 311 | 127 | 24 | 0 | 71 | 25 | 121 | 63 | 70 |
| Binary | 10100001 | 11001001 | 1010111 | 10100 | 0 | 111001 | 10101 | 1010001 | 110011 | 111000 |
Color Harmonies of #A1C957
Complementary color
Monochromatic Colors of #A1C957
Black with #A1C957
Text Example
Text Example
White with #A1C957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C957; }
p { color: rgb(161,201,87); }
H1.HeaderClassName
{
color: #A1C957;
}
.AnyTagClassName
{
color: #A1C957;
}
</style>
background-color css
<style>
a { background-color: #A1C957; }
a { background-color: rgb(161,201,87); }
div.DivClassName
{
background-color: #A1C957;
}
.BgClassName
{
background-color: #A1C957;
}
</style>
border-color css
<style>
span { border-color: #A1C957; }
span { border-color: rgb(161,201,87); }
td.TdClassName
{
border-color: #A1C957;
}
.TagClassName
{
border-color: #A1C957;
}
</style>