Shades of Conifer #A3C957
Tints of Conifer #A3C957
RGB
CMYK
RGB Variations
Color information
#A3C957 (or 0xA3C957) is known color: Conifer. HEX triplet: A3, C9 and 57. RGB value is (163,201,87). Sum of RGB (Red+Green+Blue) = 163+201+87=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 201 (78.91% from 255 or 44.57% from 451); Blue value is 87 (34.38% from 255 or 19.29% from 451); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C957 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C957 is #5C36A8. Grayscale: #B1B1B1. Windows color (decimal): -6043305 or 5753251. OLE color: 5753251.
HSL color Cylindrical-coordinate representation of color #A3C957: hue angle of 80º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A3C957 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 201 | 87 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.21 |
| HSL | 80º | 0.51% | 0.56% | - |
| HSV(B) | 80º | 0.57% | 0.79% | - |
| XYZ | 37.71 | 50.25 | 16.73 | - |
| YUV | 176.64 | 77.41 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 201 | 87 | 0.19 | 0 | 0.57 | 0.21 | 80 | 0.51 | 0.56 |
| Hex | A3 | C9 | 57 | 13 | 0 | 39 | 15 | 50 | 33 | 38 |
| Octal | 243 | 311 | 127 | 23 | 0 | 71 | 25 | 120 | 63 | 70 |
| Binary | 10100011 | 11001001 | 1010111 | 10011 | 0 | 111001 | 10101 | 1010000 | 110011 | 111000 |
Color Harmonies of #A3C957
Complementary color
Monochromatic Colors of #A3C957
Black with #A3C957
Text Example
Text Example
White with #A3C957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C957; }
p { color: rgb(163,201,87); }
H1.HeaderClassName
{
color: #A3C957;
}
.AnyTagClassName
{
color: #A3C957;
}
</style>
background-color css
<style>
a { background-color: #A3C957; }
a { background-color: rgb(163,201,87); }
div.DivClassName
{
background-color: #A3C957;
}
.BgClassName
{
background-color: #A3C957;
}
</style>
border-color css
<style>
span { border-color: #A3C957; }
span { border-color: rgb(163,201,87); }
td.TdClassName
{
border-color: #A3C957;
}
.TagClassName
{
border-color: #A3C957;
}
</style>