Shades of Conifer #A9D961
Tints of Conifer #A9D961
RGB
CMYK
RGB Variations
Color information
#A9D961 (or 0xA9D961) is known color: Conifer. HEX triplet: A9, D9 and 61. RGB value is (169,217,97). Sum of RGB (Red+Green+Blue) = 169+217+97=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 97 (38.28% from 255 or 20.08% from 483); Max value from RGB is 217 - color contains mainly: green. Hex color #A9D961 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D961 is #56269E. Grayscale: #BDBDBD. Windows color (decimal): -5645983 or 6412713. OLE color: 6412713.
HSL color Cylindrical-coordinate representation of color #A9D961: hue angle of 84º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A9D961 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 217 | 97 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.15 |
| HSL | 84º | 0.61% | 0.62% | - |
| HSV(B) | 84º | 0.55% | 0.85% | - |
| XYZ | 43.33 | 58.92 | 20.4 | - |
| YUV | 188.97 | 76.1 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 217 | 97 | 0.22 | 0 | 0.55 | 0.15 | 84 | 0.61 | 0.62 |
| Hex | A9 | D9 | 61 | 16 | 0 | 37 | F | 54 | 3D | 3E |
| Octal | 251 | 331 | 141 | 26 | 0 | 67 | 17 | 124 | 75 | 76 |
| Binary | 10101001 | 11011001 | 1100001 | 10110 | 0 | 110111 | 1111 | 1010100 | 111101 | 111110 |
Color Harmonies of #A9D961
Complementary color
Monochromatic Colors of #A9D961
Black with #A9D961
Text Example
Text Example
White with #A9D961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D961; }
p { color: rgb(169,217,97); }
H1.HeaderClassName
{
color: #A9D961;
}
.AnyTagClassName
{
color: #A9D961;
}
</style>
background-color css
<style>
a { background-color: #A9D961; }
a { background-color: rgb(169,217,97); }
div.DivClassName
{
background-color: #A9D961;
}
.BgClassName
{
background-color: #A9D961;
}
</style>
border-color css
<style>
span { border-color: #A9D961; }
span { border-color: rgb(169,217,97); }
td.TdClassName
{
border-color: #A9D961;
}
.TagClassName
{
border-color: #A9D961;
}
</style>