Shades of Conifer #A3CA56
Tints of Conifer #A3CA56
RGB
CMYK
RGB Variations
Color information
#A3CA56 (or 0xA3CA56) is known color: Conifer. HEX triplet: A3, CA and 56. RGB value is (163,202,86). Sum of RGB (Red+Green+Blue) = 163+202+86=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 86 (33.98% from 255 or 19.07% from 451); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CA56 is #5C35A9. Grayscale: #B1B1B1. Windows color (decimal): -6043050 or 5687971. OLE color: 5687971.
HSL color Cylindrical-coordinate representation of color #A3CA56: hue angle of 80.17º degrees, saturation: 0.52, 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 #A3CA56 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 202 | 86 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.21 |
| HSL | 80.17º | 0.52% | 0.56% | - |
| HSV(B) | 80.17º | 0.57% | 0.79% | - |
| XYZ | 37.9 | 50.7 | 16.59 | - |
| YUV | 177.12 | 76.58 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 202 | 86 | 0.19 | 0 | 0.57 | 0.21 | 80.17 | 0.52 | 0.56 |
| Hex | A3 | CA | 56 | 13 | 0 | 39 | 15 | 50 | 34 | 38 |
| Octal | 243 | 312 | 126 | 23 | 0 | 71 | 25 | 120 | 64 | 70 |
| Binary | 10100011 | 11001010 | 1010110 | 10011 | 0 | 111001 | 10101 | 1010000 | 110100 | 111000 |
Color Harmonies of #A3CA56
Complementary color
Monochromatic Colors of #A3CA56
Black with #A3CA56
Text Example
Text Example
White with #A3CA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CA56; }
p { color: rgb(163,202,86); }
H1.HeaderClassName
{
color: #A3CA56;
}
.AnyTagClassName
{
color: #A3CA56;
}
</style>
background-color css
<style>
a { background-color: #A3CA56; }
a { background-color: rgb(163,202,86); }
div.DivClassName
{
background-color: #A3CA56;
}
.BgClassName
{
background-color: #A3CA56;
}
</style>
border-color css
<style>
span { border-color: #A3CA56; }
span { border-color: rgb(163,202,86); }
td.TdClassName
{
border-color: #A3CA56;
}
.TagClassName
{
border-color: #A3CA56;
}
</style>