Shades of Conifer #A3C95B
Tints of Conifer #A3C95B
RGB
CMYK
RGB Variations
Color information
#A3C95B (or 0xA3C95B) is known color: Conifer. HEX triplet: A3, C9 and 5B. RGB value is (163,201,91). Sum of RGB (Red+Green+Blue) = 163+201+91=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C95B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C95B is #5C36A4. Grayscale: #B1B1B1. Windows color (decimal): -6043301 or 6015395. OLE color: 6015395.
HSL color Cylindrical-coordinate representation of color #A3C95B: hue angle of 80.73º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A3C95B is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 201 | 91 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.21 |
| HSL | 80.73º | 0.5% | 0.57% | - |
| HSV(B) | 80.73º | 0.55% | 0.79% | - |
| XYZ | 37.88 | 50.32 | 17.61 | - |
| YUV | 177.1 | 79.41 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 201 | 91 | 0.19 | 0 | 0.55 | 0.21 | 80.73 | 0.5 | 0.57 |
| Hex | A3 | C9 | 5B | 13 | 0 | 37 | 15 | 51 | 32 | 39 |
| Octal | 243 | 311 | 133 | 23 | 0 | 67 | 25 | 121 | 62 | 71 |
| Binary | 10100011 | 11001001 | 1011011 | 10011 | 0 | 110111 | 10101 | 1010001 | 110010 | 111001 |
Color Harmonies of #A3C95B
Complementary color
Monochromatic Colors of #A3C95B
Black with #A3C95B
Text Example
Text Example
White with #A3C95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C95B; }
p { color: rgb(163,201,91); }
H1.HeaderClassName
{
color: #A3C95B;
}
.AnyTagClassName
{
color: #A3C95B;
}
</style>
background-color css
<style>
a { background-color: #A3C95B; }
a { background-color: rgb(163,201,91); }
div.DivClassName
{
background-color: #A3C95B;
}
.BgClassName
{
background-color: #A3C95B;
}
</style>
border-color css
<style>
span { border-color: #A3C95B; }
span { border-color: rgb(163,201,91); }
td.TdClassName
{
border-color: #A3C95B;
}
.TagClassName
{
border-color: #A3C95B;
}
</style>