Shades of Conifer #A7D356
Tints of Conifer #A7D356
RGB
CMYK
RGB Variations
Color information
#A7D356 (or 0xA7D356) is known color: Conifer. HEX triplet: A7, D3 and 56. RGB value is (167,211,86). Sum of RGB (Red+Green+Blue) = 167+211+86=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 86 (33.98% from 255 or 18.53% from 464); Max value from RGB is 211 - color contains mainly: green. Hex color #A7D356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D356 is #582CA9. Grayscale: #B8B8B8. Windows color (decimal): -5778602 or 5690279. OLE color: 5690279.
HSL color Cylindrical-coordinate representation of color #A7D356: hue angle of 81.12º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A7D356 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 167 | 211 | 86 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.17 |
| HSL | 81.12º | 0.59% | 0.58% | - |
| HSV(B) | 81.12º | 0.59% | 0.83% | - |
| XYZ | 40.91 | 55.48 | 17.36 | - |
| YUV | 183.59 | 72.92 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 211 | 86 | 0.21 | 0 | 0.59 | 0.17 | 81.12 | 0.59 | 0.58 |
| Hex | A7 | D3 | 56 | 15 | 0 | 3B | 11 | 51 | 3B | 3A |
| Octal | 247 | 323 | 126 | 25 | 0 | 73 | 21 | 121 | 73 | 72 |
| Binary | 10100111 | 11010011 | 1010110 | 10101 | 0 | 111011 | 10001 | 1010001 | 111011 | 111010 |
Color Harmonies of #A7D356
Complementary color
Monochromatic Colors of #A7D356
Black with #A7D356
Text Example
Text Example
White with #A7D356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D356; }
p { color: rgb(167,211,86); }
H1.HeaderClassName
{
color: #A7D356;
}
.AnyTagClassName
{
color: #A7D356;
}
</style>
background-color css
<style>
a { background-color: #A7D356; }
a { background-color: rgb(167,211,86); }
div.DivClassName
{
background-color: #A7D356;
}
.BgClassName
{
background-color: #A7D356;
}
</style>
border-color css
<style>
span { border-color: #A7D356; }
span { border-color: rgb(167,211,86); }
td.TdClassName
{
border-color: #A7D356;
}
.TagClassName
{
border-color: #A7D356;
}
</style>