Shades of Conifer #A2D964
Tints of Conifer #A2D964
RGB
CMYK
RGB Variations
Color information
#A2D964 (or 0xA2D964) is known color: Conifer. HEX triplet: A2, D9 and 64. RGB value is (162,217,100). Sum of RGB (Red+Green+Blue) = 162+217+100=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D964 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D964 is #5D269B. Grayscale: #BBBBBB. Windows color (decimal): -6104732 or 6609314. OLE color: 6609314.
HSL color Cylindrical-coordinate representation of color #A2D964: hue angle of 88.21º 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 #A2D964 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 217 | 100 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.15 |
| HSL | 88.21º | 0.61% | 0.62% | - |
| HSV(B) | 88.21º | 0.54% | 0.85% | - |
| XYZ | 42.01 | 58.23 | 21.08 | - |
| YUV | 187.22 | 78.78 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 217 | 100 | 0.25 | 0 | 0.54 | 0.15 | 88.21 | 0.61 | 0.62 |
| Hex | A2 | D9 | 64 | 19 | 0 | 36 | F | 58 | 3D | 3E |
| Octal | 242 | 331 | 144 | 31 | 0 | 66 | 17 | 130 | 75 | 76 |
| Binary | 10100010 | 11011001 | 1100100 | 11001 | 0 | 110110 | 1111 | 1011000 | 111101 | 111110 |
Color Harmonies of #A2D964
Complementary color
Monochromatic Colors of #A2D964
Black with #A2D964
Text Example
Text Example
White with #A2D964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D964; }
p { color: rgb(162,217,100); }
H1.HeaderClassName
{
color: #A2D964;
}
.AnyTagClassName
{
color: #A2D964;
}
</style>
background-color css
<style>
a { background-color: #A2D964; }
a { background-color: rgb(162,217,100); }
div.DivClassName
{
background-color: #A2D964;
}
.BgClassName
{
background-color: #A2D964;
}
</style>
border-color css
<style>
span { border-color: #A2D964; }
span { border-color: rgb(162,217,100); }
td.TdClassName
{
border-color: #A2D964;
}
.TagClassName
{
border-color: #A2D964;
}
</style>