Shades of Conifer #A4D965
Tints of Conifer #A4D965
RGB
CMYK
RGB Variations
Color information
#A4D965 (or 0xA4D965) is known color: Conifer. HEX triplet: A4, D9 and 65. RGB value is (164,217,101). Sum of RGB (Red+Green+Blue) = 164+217+101=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #A4D965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D965 is #5B269A. Grayscale: #BCBCBC. Windows color (decimal): -5973659 or 6674852. OLE color: 6674852.
HSL color Cylindrical-coordinate representation of color #A4D965: hue angle of 87.41º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A4D965 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 217 | 101 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.15 |
| HSL | 87.41º | 0.6% | 0.62% | - |
| HSV(B) | 87.41º | 0.53% | 0.85% | - |
| XYZ | 42.47 | 58.46 | 21.36 | - |
| YUV | 187.93 | 78.94 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 217 | 101 | 0.24 | 0 | 0.53 | 0.15 | 87.41 | 0.6 | 0.62 |
| Hex | A4 | D9 | 65 | 18 | 0 | 35 | F | 57 | 3C | 3E |
| Octal | 244 | 331 | 145 | 30 | 0 | 65 | 17 | 127 | 74 | 76 |
| Binary | 10100100 | 11011001 | 1100101 | 11000 | 0 | 110101 | 1111 | 1010111 | 111100 | 111110 |
Color Harmonies of #A4D965
Complementary color
Monochromatic Colors of #A4D965
Black with #A4D965
Text Example
Text Example
White with #A4D965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D965; }
p { color: rgb(164,217,101); }
H1.HeaderClassName
{
color: #A4D965;
}
.AnyTagClassName
{
color: #A4D965;
}
</style>
background-color css
<style>
a { background-color: #A4D965; }
a { background-color: rgb(164,217,101); }
div.DivClassName
{
background-color: #A4D965;
}
.BgClassName
{
background-color: #A4D965;
}
</style>
border-color css
<style>
span { border-color: #A4D965; }
span { border-color: rgb(164,217,101); }
td.TdClassName
{
border-color: #A4D965;
}
.TagClassName
{
border-color: #A4D965;
}
</style>