Shades of Conifer #A8D965
Tints of Conifer #A8D965
RGB
CMYK
RGB Variations
Color information
#A8D965 (or 0xA8D965) is known color: Conifer. HEX triplet: A8, D9 and 65. RGB value is (168,217,101). Sum of RGB (Red+Green+Blue) = 168+217+101=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 101 (39.84% from 255 or 20.78% from 486); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D965 is #57269A. Grayscale: #BDBDBD. Windows color (decimal): -5711515 or 6674856. OLE color: 6674856.
HSL color Cylindrical-coordinate representation of color #A8D965: hue angle of 85.34º 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 #A8D965 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 101 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.15 |
| HSL | 85.34º | 0.6% | 0.62% | - |
| HSV(B) | 85.34º | 0.53% | 0.85% | - |
| XYZ | 43.31 | 58.89 | 21.4 | - |
| YUV | 189.13 | 78.27 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 101 | 0.23 | 0 | 0.53 | 0.15 | 85.34 | 0.6 | 0.62 |
| Hex | A8 | D9 | 65 | 17 | 0 | 35 | F | 55 | 3C | 3E |
| Octal | 250 | 331 | 145 | 27 | 0 | 65 | 17 | 125 | 74 | 76 |
| Binary | 10101000 | 11011001 | 1100101 | 10111 | 0 | 110101 | 1111 | 1010101 | 111100 | 111110 |
Color Harmonies of #A8D965
Complementary color
Monochromatic Colors of #A8D965
Black with #A8D965
Text Example
Text Example
White with #A8D965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D965; }
p { color: rgb(168,217,101); }
H1.HeaderClassName
{
color: #A8D965;
}
.AnyTagClassName
{
color: #A8D965;
}
</style>
background-color css
<style>
a { background-color: #A8D965; }
a { background-color: rgb(168,217,101); }
div.DivClassName
{
background-color: #A8D965;
}
.BgClassName
{
background-color: #A8D965;
}
</style>
border-color css
<style>
span { border-color: #A8D965; }
span { border-color: rgb(168,217,101); }
td.TdClassName
{
border-color: #A8D965;
}
.TagClassName
{
border-color: #A8D965;
}
</style>