Shades of Conifer #A2C959
Tints of Conifer #A2C959
RGB
CMYK
RGB Variations
Color information
#A2C959 (or 0xA2C959) is known color: Conifer. HEX triplet: A2, C9 and 59. RGB value is (162,201,89). Sum of RGB (Red+Green+Blue) = 162+201+89=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 201 (78.91% from 255 or 44.47% from 452); Blue value is 89 (35.16% from 255 or 19.69% from 452); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C959 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C959 is #5D36A6. Grayscale: #B0B0B0. Windows color (decimal): -6108839 or 5884322. OLE color: 5884322.
HSL color Cylindrical-coordinate representation of color #A2C959: hue angle of 80.89º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2C959 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 201 | 89 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.21 |
| HSL | 80.89º | 0.51% | 0.57% | - |
| HSV(B) | 80.89º | 0.56% | 0.79% | - |
| XYZ | 37.59 | 50.18 | 17.15 | - |
| YUV | 176.57 | 78.58 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 201 | 89 | 0.19 | 0 | 0.56 | 0.21 | 80.89 | 0.51 | 0.57 |
| Hex | A2 | C9 | 59 | 13 | 0 | 38 | 15 | 51 | 33 | 39 |
| Octal | 242 | 311 | 131 | 23 | 0 | 70 | 25 | 121 | 63 | 71 |
| Binary | 10100010 | 11001001 | 1011001 | 10011 | 0 | 111000 | 10101 | 1010001 | 110011 | 111001 |
Color Harmonies of #A2C959
Complementary color
Monochromatic Colors of #A2C959
Black with #A2C959
Text Example
Text Example
White with #A2C959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C959; }
p { color: rgb(162,201,89); }
H1.HeaderClassName
{
color: #A2C959;
}
.AnyTagClassName
{
color: #A2C959;
}
</style>
background-color css
<style>
a { background-color: #A2C959; }
a { background-color: rgb(162,201,89); }
div.DivClassName
{
background-color: #A2C959;
}
.BgClassName
{
background-color: #A2C959;
}
</style>
border-color css
<style>
span { border-color: #A2C959; }
span { border-color: rgb(162,201,89); }
td.TdClassName
{
border-color: #A2C959;
}
.TagClassName
{
border-color: #A2C959;
}
</style>