Shades of Conifer #A7D861
Tints of Conifer #A7D861
RGB
CMYK
RGB Variations
Color information
#A7D861 (or 0xA7D861) is known color: Conifer. HEX triplet: A7, D8 and 61. RGB value is (167,216,97). Sum of RGB (Red+Green+Blue) = 167+216+97=480 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.79% from 480); Green value is 216 (84.77% from 255 or 45% from 480); Blue value is 97 (38.28% from 255 or 20.21% from 480); Max value from RGB is 216 - color contains mainly: green. Hex color #A7D861 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D861 is #58279E. Grayscale: #BCBCBC. Windows color (decimal): -5777311 or 6412455. OLE color: 6412455.
HSL color Cylindrical-coordinate representation of color #A7D861: hue angle of 84.71º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A7D861 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 216 | 97 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.15 |
| HSL | 84.71º | 0.6% | 0.61% | - |
| HSV(B) | 84.71º | 0.55% | 0.85% | - |
| XYZ | 42.65 | 58.19 | 20.29 | - |
| YUV | 187.78 | 76.77 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 216 | 97 | 0.23 | 0 | 0.55 | 0.15 | 84.71 | 0.6 | 0.61 |
| Hex | A7 | D8 | 61 | 17 | 0 | 37 | F | 55 | 3C | 3D |
| Octal | 247 | 330 | 141 | 27 | 0 | 67 | 17 | 125 | 74 | 75 |
| Binary | 10100111 | 11011000 | 1100001 | 10111 | 0 | 110111 | 1111 | 1010101 | 111100 | 111101 |
Color Harmonies of #A7D861
Complementary color
Monochromatic Colors of #A7D861
Black with #A7D861
Text Example
Text Example
White with #A7D861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D861; }
p { color: rgb(167,216,97); }
H1.HeaderClassName
{
color: #A7D861;
}
.AnyTagClassName
{
color: #A7D861;
}
</style>
background-color css
<style>
a { background-color: #A7D861; }
a { background-color: rgb(167,216,97); }
div.DivClassName
{
background-color: #A7D861;
}
.BgClassName
{
background-color: #A7D861;
}
</style>
border-color css
<style>
span { border-color: #A7D861; }
span { border-color: rgb(167,216,97); }
td.TdClassName
{
border-color: #A7D861;
}
.TagClassName
{
border-color: #A7D861;
}
</style>