Shades of Conifer #A3C85D
Tints of Conifer #A3C85D
RGB
CMYK
RGB Variations
Color information
#A3C85D (or 0xA3C85D) is known color: Conifer. HEX triplet: A3, C8 and 5D. RGB value is (163,200,93). Sum of RGB (Red+Green+Blue) = 163+200+93=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 200 (78.52% from 255 or 43.86% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 200 - color contains mainly: green. Hex color #A3C85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C85D is #5C37A2. Grayscale: #B1B1B1. Windows color (decimal): -6043555 or 6146211. OLE color: 6146211.
HSL color Cylindrical-coordinate representation of color #A3C85D: hue angle of 80.75º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A3C85D is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 200 | 93 | - |
| CMYK | 0.18 | 0 | 0.54 | 0.22 |
| HSL | 80.75º | 0.49% | 0.57% | - |
| HSV(B) | 80.75º | 0.54% | 0.78% | - |
| XYZ | 37.73 | 49.89 | 18 | - |
| YUV | 176.74 | 80.74 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 200 | 93 | 0.18 | 0 | 0.54 | 0.22 | 80.75 | 0.49 | 0.57 |
| Hex | A3 | C8 | 5D | 12 | 0 | 36 | 16 | 51 | 31 | 39 |
| Octal | 243 | 310 | 135 | 22 | 0 | 66 | 26 | 121 | 61 | 71 |
| Binary | 10100011 | 11001000 | 1011101 | 10010 | 0 | 110110 | 10110 | 1010001 | 110001 | 111001 |
Color Harmonies of #A3C85D
Complementary color
Monochromatic Colors of #A3C85D
Black with #A3C85D
Text Example
Text Example
White with #A3C85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C85D; }
p { color: rgb(163,200,93); }
H1.HeaderClassName
{
color: #A3C85D;
}
.AnyTagClassName
{
color: #A3C85D;
}
</style>
background-color css
<style>
a { background-color: #A3C85D; }
a { background-color: rgb(163,200,93); }
div.DivClassName
{
background-color: #A3C85D;
}
.BgClassName
{
background-color: #A3C85D;
}
</style>
border-color css
<style>
span { border-color: #A3C85D; }
span { border-color: rgb(163,200,93); }
td.TdClassName
{
border-color: #A3C85D;
}
.TagClassName
{
border-color: #A3C85D;
}
</style>