Shades of Conifer #A5D963
Tints of Conifer #A5D963
RGB
CMYK
RGB Variations
Color information
#A5D963 (or 0xA5D963) is known color: Conifer. HEX triplet: A5, D9 and 63. RGB value is (165,217,99). Sum of RGB (Red+Green+Blue) = 165+217+99=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 99 (39.06% from 255 or 20.58% from 481); Max value from RGB is 217 - color contains mainly: green. Hex color #A5D963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D963 is #5A269C. Grayscale: #BCBCBC. Windows color (decimal): -5908125 or 6543781. OLE color: 6543781.
HSL color Cylindrical-coordinate representation of color #A5D963: hue angle of 86.44º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A5D963 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 217 | 99 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.15 |
| HSL | 86.44º | 0.61% | 0.62% | - |
| HSV(B) | 86.44º | 0.54% | 0.85% | - |
| XYZ | 42.58 | 58.53 | 20.86 | - |
| YUV | 188 | 77.77 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 217 | 99 | 0.24 | 0 | 0.54 | 0.15 | 86.44 | 0.61 | 0.62 |
| Hex | A5 | D9 | 63 | 18 | 0 | 36 | F | 56 | 3D | 3E |
| Octal | 245 | 331 | 143 | 30 | 0 | 66 | 17 | 126 | 75 | 76 |
| Binary | 10100101 | 11011001 | 1100011 | 11000 | 0 | 110110 | 1111 | 1010110 | 111101 | 111110 |
Color Harmonies of #A5D963
Complementary color
Monochromatic Colors of #A5D963
Black with #A5D963
Text Example
Text Example
White with #A5D963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D963; }
p { color: rgb(165,217,99); }
H1.HeaderClassName
{
color: #A5D963;
}
.AnyTagClassName
{
color: #A5D963;
}
</style>
background-color css
<style>
a { background-color: #A5D963; }
a { background-color: rgb(165,217,99); }
div.DivClassName
{
background-color: #A5D963;
}
.BgClassName
{
background-color: #A5D963;
}
</style>
border-color css
<style>
span { border-color: #A5D963; }
span { border-color: rgb(165,217,99); }
td.TdClassName
{
border-color: #A5D963;
}
.TagClassName
{
border-color: #A5D963;
}
</style>