Shades of Conifer #A7D865
Tints of Conifer #A7D865
RGB
CMYK
RGB Variations
Color information
#A7D865 (or 0xA7D865) is known color: Conifer. HEX triplet: A7, D8 and 65. RGB value is (167,216,101). Sum of RGB (Red+Green+Blue) = 167+216+101=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 216 (84.77% from 255 or 44.63% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 216 - color contains mainly: green. Hex color #A7D865 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D865 is #58279A. Grayscale: #BCBCBC. Windows color (decimal): -5777307 or 6674599. OLE color: 6674599.
HSL color Cylindrical-coordinate representation of color #A7D865: hue angle of 85.57º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A7D865 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 216 | 101 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.15 |
| HSL | 85.57º | 0.6% | 0.62% | - |
| HSV(B) | 85.57º | 0.53% | 0.85% | - |
| XYZ | 42.84 | 58.27 | 21.3 | - |
| YUV | 188.24 | 78.77 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 216 | 101 | 0.23 | 0 | 0.53 | 0.15 | 85.57 | 0.6 | 0.62 |
| Hex | A7 | D8 | 65 | 17 | 0 | 35 | F | 56 | 3C | 3E |
| Octal | 247 | 330 | 145 | 27 | 0 | 65 | 17 | 126 | 74 | 76 |
| Binary | 10100111 | 11011000 | 1100101 | 10111 | 0 | 110101 | 1111 | 1010110 | 111100 | 111110 |
Color Harmonies of #A7D865
Complementary color
Monochromatic Colors of #A7D865
Black with #A7D865
Text Example
Text Example
White with #A7D865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D865; }
p { color: rgb(167,216,101); }
H1.HeaderClassName
{
color: #A7D865;
}
.AnyTagClassName
{
color: #A7D865;
}
</style>
background-color css
<style>
a { background-color: #A7D865; }
a { background-color: rgb(167,216,101); }
div.DivClassName
{
background-color: #A7D865;
}
.BgClassName
{
background-color: #A7D865;
}
</style>
border-color css
<style>
span { border-color: #A7D865; }
span { border-color: rgb(167,216,101); }
td.TdClassName
{
border-color: #A7D865;
}
.TagClassName
{
border-color: #A7D865;
}
</style>