Shades of Conifer #A8D964
Tints of Conifer #A8D964
RGB
CMYK
RGB Variations
Color information
#A8D964 (or 0xA8D964) is known color: Conifer. HEX triplet: A8, D9 and 64. RGB value is (168,217,100). Sum of RGB (Red+Green+Blue) = 168+217+100=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D964 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D964 is #57269B. Grayscale: #BDBDBD. Windows color (decimal): -5711516 or 6609320. OLE color: 6609320.
HSL color Cylindrical-coordinate representation of color #A8D964: hue angle of 85.13º 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 #A8D964 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 100 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.15 |
| HSL | 85.13º | 0.61% | 0.62% | - |
| HSV(B) | 85.13º | 0.54% | 0.85% | - |
| XYZ | 43.26 | 58.87 | 21.14 | - |
| YUV | 189.01 | 77.77 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 100 | 0.23 | 0 | 0.54 | 0.15 | 85.13 | 0.61 | 0.62 |
| Hex | A8 | D9 | 64 | 17 | 0 | 36 | F | 55 | 3D | 3E |
| Octal | 250 | 331 | 144 | 27 | 0 | 66 | 17 | 125 | 75 | 76 |
| Binary | 10101000 | 11011001 | 1100100 | 10111 | 0 | 110110 | 1111 | 1010101 | 111101 | 111110 |
Color Harmonies of #A8D964
Complementary color
Monochromatic Colors of #A8D964
Black with #A8D964
Text Example
Text Example
White with #A8D964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D964; }
p { color: rgb(168,217,100); }
H1.HeaderClassName
{
color: #A8D964;
}
.AnyTagClassName
{
color: #A8D964;
}
</style>
background-color css
<style>
a { background-color: #A8D964; }
a { background-color: rgb(168,217,100); }
div.DivClassName
{
background-color: #A8D964;
}
.BgClassName
{
background-color: #A8D964;
}
</style>
border-color css
<style>
span { border-color: #A8D964; }
span { border-color: rgb(168,217,100); }
td.TdClassName
{
border-color: #A8D964;
}
.TagClassName
{
border-color: #A8D964;
}
</style>