Shades of Conifer #A7D856
Tints of Conifer #A7D856
RGB
CMYK
RGB Variations
Color information
#A7D856 (or 0xA7D856) is known color: Conifer. HEX triplet: A7, D8 and 56. RGB value is (167,216,86). Sum of RGB (Red+Green+Blue) = 167+216+86=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 216 (84.77% from 255 or 46.06% from 469); Blue value is 86 (33.98% from 255 or 18.34% from 469); Max value from RGB is 216 - color contains mainly: green. Hex color #A7D856 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D856 is #5827A9. Grayscale: #BBBBBB. Windows color (decimal): -5777322 or 5691559. OLE color: 5691559.
HSL color Cylindrical-coordinate representation of color #A7D856: hue angle of 82.62º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A7D856 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 216 | 86 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.15 |
| HSL | 82.62º | 0.63% | 0.59% | - |
| HSV(B) | 82.62º | 0.6% | 0.85% | - |
| XYZ | 42.17 | 58 | 17.78 | - |
| YUV | 186.53 | 71.27 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 216 | 86 | 0.23 | 0 | 0.60 | 0.15 | 82.62 | 0.63 | 0.59 |
| Hex | A7 | D8 | 56 | 17 | 0 | 3C | F | 53 | 3E | 3B |
| Octal | 247 | 330 | 126 | 27 | 0 | 74 | 17 | 123 | 76 | 73 |
| Binary | 10100111 | 11011000 | 1010110 | 10111 | 0 | 111100 | 1111 | 1010011 | 111110 | 111011 |
Color Harmonies of #A7D856
Complementary color
Monochromatic Colors of #A7D856
Black with #A7D856
Text Example
Text Example
White with #A7D856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D856; }
p { color: rgb(167,216,86); }
H1.HeaderClassName
{
color: #A7D856;
}
.AnyTagClassName
{
color: #A7D856;
}
</style>
background-color css
<style>
a { background-color: #A7D856; }
a { background-color: rgb(167,216,86); }
div.DivClassName
{
background-color: #A7D856;
}
.BgClassName
{
background-color: #A7D856;
}
</style>
border-color css
<style>
span { border-color: #A7D856; }
span { border-color: rgb(167,216,86); }
td.TdClassName
{
border-color: #A7D856;
}
.TagClassName
{
border-color: #A7D856;
}
</style>