Shades of Conifer #A1D964
Tints of Conifer #A1D964
RGB
CMYK
RGB Variations
Color information
#A1D964 (or 0xA1D964) is known color: Conifer. HEX triplet: A1, D9 and 64. RGB value is (161,217,100). Sum of RGB (Red+Green+Blue) = 161+217+100=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 217 (85.16% from 255 or 45.40% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D964 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D964 is #5E269B. Grayscale: #BBBBBB. Windows color (decimal): -6170268 or 6609313. OLE color: 6609313.
HSL color Cylindrical-coordinate representation of color #A1D964: hue angle of 88.72º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1D964 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 217 | 100 | - |
| CMYK | 0.26 | 0 | 0.54 | 0.15 |
| HSL | 88.72º | 0.61% | 0.62% | - |
| HSV(B) | 88.72º | 0.54% | 0.85% | - |
| XYZ | 41.81 | 58.12 | 21.07 | - |
| YUV | 186.92 | 78.95 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 217 | 100 | 0.26 | 0 | 0.54 | 0.15 | 88.72 | 0.61 | 0.62 |
| Hex | A1 | D9 | 64 | 1A | 0 | 36 | F | 59 | 3D | 3E |
| Octal | 241 | 331 | 144 | 32 | 0 | 66 | 17 | 131 | 75 | 76 |
| Binary | 10100001 | 11011001 | 1100100 | 11010 | 0 | 110110 | 1111 | 1011001 | 111101 | 111110 |
Color Harmonies of #A1D964
Complementary color
Monochromatic Colors of #A1D964
Black with #A1D964
Text Example
Text Example
White with #A1D964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D964; }
p { color: rgb(161,217,100); }
H1.HeaderClassName
{
color: #A1D964;
}
.AnyTagClassName
{
color: #A1D964;
}
</style>
background-color css
<style>
a { background-color: #A1D964; }
a { background-color: rgb(161,217,100); }
div.DivClassName
{
background-color: #A1D964;
}
.BgClassName
{
background-color: #A1D964;
}
</style>
border-color css
<style>
span { border-color: #A1D964; }
span { border-color: rgb(161,217,100); }
td.TdClassName
{
border-color: #A1D964;
}
.TagClassName
{
border-color: #A1D964;
}
</style>