Shades of Conifer #A3C959
Tints of Conifer #A3C959
RGB
CMYK
RGB Variations
Color information
#A3C959 (or 0xA3C959) is known color: Conifer. HEX triplet: A3, C9 and 59. RGB value is (163,201,89). Sum of RGB (Red+Green+Blue) = 163+201+89=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 201 (78.91% from 255 or 44.37% from 453); Blue value is 89 (35.16% from 255 or 19.65% from 453); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C959 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C959 is #5C36A6. Grayscale: #B1B1B1. Windows color (decimal): -6043303 or 5884323. OLE color: 5884323.
HSL color Cylindrical-coordinate representation of color #A3C959: hue angle of 80.36º 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 #A3C959 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 201 | 89 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.21 |
| HSL | 80.36º | 0.51% | 0.57% | - |
| HSV(B) | 80.36º | 0.56% | 0.79% | - |
| XYZ | 37.79 | 50.28 | 17.16 | - |
| YUV | 176.87 | 78.41 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 201 | 89 | 0.19 | 0 | 0.56 | 0.21 | 80.36 | 0.51 | 0.57 |
| Hex | A3 | C9 | 59 | 13 | 0 | 38 | 15 | 50 | 33 | 39 |
| Octal | 243 | 311 | 131 | 23 | 0 | 70 | 25 | 120 | 63 | 71 |
| Binary | 10100011 | 11001001 | 1011001 | 10011 | 0 | 111000 | 10101 | 1010000 | 110011 | 111001 |
Color Harmonies of #A3C959
Complementary color
Monochromatic Colors of #A3C959
Black with #A3C959
Text Example
Text Example
White with #A3C959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C959; }
p { color: rgb(163,201,89); }
H1.HeaderClassName
{
color: #A3C959;
}
.AnyTagClassName
{
color: #A3C959;
}
</style>
background-color css
<style>
a { background-color: #A3C959; }
a { background-color: rgb(163,201,89); }
div.DivClassName
{
background-color: #A3C959;
}
.BgClassName
{
background-color: #A3C959;
}
</style>
border-color css
<style>
span { border-color: #A3C959; }
span { border-color: rgb(163,201,89); }
td.TdClassName
{
border-color: #A3C959;
}
.TagClassName
{
border-color: #A3C959;
}
</style>