Shades of Conifer #A9D96B
Tints of Conifer #A9D96B
RGB
CMYK
RGB Variations
Color information
#A9D96B (or 0xA9D96B) is known color: Conifer. HEX triplet: A9, D9 and 6B. RGB value is (169,217,107). Sum of RGB (Red+Green+Blue) = 169+217+107=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 107 (42.19% from 255 or 21.70% from 493); Max value from RGB is 217 - color contains mainly: green. Hex color #A9D96B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D96B is #562694. Grayscale: #BEBEBE. Windows color (decimal): -5645973 or 7068073. OLE color: 7068073.
HSL color Cylindrical-coordinate representation of color #A9D96B: hue angle of 86.18º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A9D96B is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 217 | 107 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.15 |
| HSL | 86.18º | 0.59% | 0.64% | - |
| HSV(B) | 86.18º | 0.51% | 0.85% | - |
| XYZ | 43.83 | 59.12 | 23.01 | - |
| YUV | 190.11 | 81.1 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 217 | 107 | 0.22 | 0 | 0.51 | 0.15 | 86.18 | 0.59 | 0.64 |
| Hex | A9 | D9 | 6B | 16 | 0 | 33 | F | 56 | 3B | 40 |
| Octal | 251 | 331 | 153 | 26 | 0 | 63 | 17 | 126 | 73 | 100 |
| Binary | 10101001 | 11011001 | 1101011 | 10110 | 0 | 110011 | 1111 | 1010110 | 111011 | 1000000 |
Color Harmonies of #A9D96B
Complementary color
Monochromatic Colors of #A9D96B
Black with #A9D96B
Text Example
Text Example
White with #A9D96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D96B; }
p { color: rgb(169,217,107); }
H1.HeaderClassName
{
color: #A9D96B;
}
.AnyTagClassName
{
color: #A9D96B;
}
</style>
background-color css
<style>
a { background-color: #A9D96B; }
a { background-color: rgb(169,217,107); }
div.DivClassName
{
background-color: #A9D96B;
}
.BgClassName
{
background-color: #A9D96B;
}
</style>
border-color css
<style>
span { border-color: #A9D96B; }
span { border-color: rgb(169,217,107); }
td.TdClassName
{
border-color: #A9D96B;
}
.TagClassName
{
border-color: #A9D96B;
}
</style>