Shades of Conifer #A7D656
Tints of Conifer #A7D656
RGB
CMYK
RGB Variations
Color information
#A7D656 (or 0xA7D656) is known color: Conifer. HEX triplet: A7, D6 and 56. RGB value is (167,214,86). Sum of RGB (Red+Green+Blue) = 167+214+86=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 86 (33.98% from 255 or 18.42% from 467); Max value from RGB is 214 - color contains mainly: green. Hex color #A7D656 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D656 is #5829A9. Grayscale: #B9B9B9. Windows color (decimal): -5777834 or 5691047. OLE color: 5691047.
HSL color Cylindrical-coordinate representation of color #A7D656: hue angle of 82.03º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A7D656 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 214 | 86 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.16 |
| HSL | 82.03º | 0.61% | 0.59% | - |
| HSV(B) | 82.03º | 0.6% | 0.84% | - |
| XYZ | 41.66 | 56.98 | 17.61 | - |
| YUV | 185.36 | 71.93 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 214 | 86 | 0.22 | 0 | 0.60 | 0.16 | 82.03 | 0.61 | 0.59 |
| Hex | A7 | D6 | 56 | 16 | 0 | 3C | 10 | 52 | 3D | 3B |
| Octal | 247 | 326 | 126 | 26 | 0 | 74 | 20 | 122 | 75 | 73 |
| Binary | 10100111 | 11010110 | 1010110 | 10110 | 0 | 111100 | 10000 | 1010010 | 111101 | 111011 |
Color Harmonies of #A7D656
Complementary color
Monochromatic Colors of #A7D656
Black with #A7D656
Text Example
Text Example
White with #A7D656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D656; }
p { color: rgb(167,214,86); }
H1.HeaderClassName
{
color: #A7D656;
}
.AnyTagClassName
{
color: #A7D656;
}
</style>
background-color css
<style>
a { background-color: #A7D656; }
a { background-color: rgb(167,214,86); }
div.DivClassName
{
background-color: #A7D656;
}
.BgClassName
{
background-color: #A7D656;
}
</style>
border-color css
<style>
span { border-color: #A7D656; }
span { border-color: rgb(167,214,86); }
td.TdClassName
{
border-color: #A7D656;
}
.TagClassName
{
border-color: #A7D656;
}
</style>