Shades of Conifer #A9D846
Tints of Conifer #A9D846
RGB
CMYK
RGB Variations
Color information
#A9D846 (or 0xA9D846) is known color: Conifer. HEX triplet: A9, D8 and 46. RGB value is (169,216,70). Sum of RGB (Red+Green+Blue) = 169+216+70=455 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.14% from 455); Green value is 216 (84.77% from 255 or 47.47% from 455); Blue value is 70 (27.73% from 255 or 15.38% from 455); Max value from RGB is 216 - color contains mainly: green. Hex color #A9D846 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9D846 is #5627B9. Grayscale: #B9B9B9. Windows color (decimal): -5646266 or 4642985. OLE color: 4642985.
HSL color Cylindrical-coordinate representation of color #A9D846: hue angle of 79.32º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A9D846 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 216 | 70 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.15 |
| HSL | 79.32º | 0.65% | 0.56% | - |
| HSV(B) | 79.32º | 0.68% | 0.85% | - |
| XYZ | 42.02 | 57.99 | 14.77 | - |
| YUV | 185.3 | 62.93 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 216 | 70 | 0.22 | 0 | 0.68 | 0.15 | 79.32 | 0.65 | 0.56 |
| Hex | A9 | D8 | 46 | 16 | 0 | 44 | F | 4F | 41 | 38 |
| Octal | 251 | 330 | 106 | 26 | 0 | 104 | 17 | 117 | 101 | 70 |
| Binary | 10101001 | 11011000 | 1000110 | 10110 | 0 | 1000100 | 1111 | 1001111 | 1000001 | 111000 |
Color Harmonies of #A9D846
Complementary color
Monochromatic Colors of #A9D846
Black with #A9D846
Text Example
Text Example
White with #A9D846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D846; }
p { color: rgb(169,216,70); }
H1.HeaderClassName
{
color: #A9D846;
}
.AnyTagClassName
{
color: #A9D846;
}
</style>
background-color css
<style>
a { background-color: #A9D846; }
a { background-color: rgb(169,216,70); }
div.DivClassName
{
background-color: #A9D846;
}
.BgClassName
{
background-color: #A9D846;
}
</style>
border-color css
<style>
span { border-color: #A9D846; }
span { border-color: rgb(169,216,70); }
td.TdClassName
{
border-color: #A9D846;
}
.TagClassName
{
border-color: #A9D846;
}
</style>