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