Shades of Conifer #A3CA5E
Tints of Conifer #A3CA5E
RGB
CMYK
RGB Variations
Color information
#A3CA5E (or 0xA3CA5E) is known color: Conifer. HEX triplet: A3, CA and 5E. RGB value is (163,202,94). Sum of RGB (Red+Green+Blue) = 163+202+94=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 94 (37.11% from 255 or 20.48% from 459); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CA5E is #5C35A1. Grayscale: #B2B2B2. Windows color (decimal): -6043042 or 6212259. OLE color: 6212259.
HSL color Cylindrical-coordinate representation of color #A3CA5E: hue angle of 81.67º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A3CA5E is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 202 | 94 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.21 |
| HSL | 81.67º | 0.5% | 0.58% | - |
| HSV(B) | 81.67º | 0.53% | 0.79% | - |
| XYZ | 38.25 | 50.84 | 18.39 | - |
| YUV | 178.03 | 80.58 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 202 | 94 | 0.19 | 0 | 0.53 | 0.21 | 81.67 | 0.5 | 0.58 |
| Hex | A3 | CA | 5E | 13 | 0 | 35 | 15 | 52 | 32 | 3A |
| Octal | 243 | 312 | 136 | 23 | 0 | 65 | 25 | 122 | 62 | 72 |
| Binary | 10100011 | 11001010 | 1011110 | 10011 | 0 | 110101 | 10101 | 1010010 | 110010 | 111010 |
Color Harmonies of #A3CA5E
Complementary color
Monochromatic Colors of #A3CA5E
Black with #A3CA5E
Text Example
Text Example
White with #A3CA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CA5E; }
p { color: rgb(163,202,94); }
H1.HeaderClassName
{
color: #A3CA5E;
}
.AnyTagClassName
{
color: #A3CA5E;
}
</style>
background-color css
<style>
a { background-color: #A3CA5E; }
a { background-color: rgb(163,202,94); }
div.DivClassName
{
background-color: #A3CA5E;
}
.BgClassName
{
background-color: #A3CA5E;
}
</style>
border-color css
<style>
span { border-color: #A3CA5E; }
span { border-color: rgb(163,202,94); }
td.TdClassName
{
border-color: #A3CA5E;
}
.TagClassName
{
border-color: #A3CA5E;
}
</style>