Shades of Conifer #A7D751
Tints of Conifer #A7D751
RGB
CMYK
RGB Variations
Color information
#A7D751 (or 0xA7D751) is known color: Conifer. HEX triplet: A7, D7 and 51. RGB value is (167,215,81). Sum of RGB (Red+Green+Blue) = 167+215+81=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 215 (84.38% from 255 or 46.44% from 463); Blue value is 81 (32.03% from 255 or 17.49% from 463); Max value from RGB is 215 - color contains mainly: green. Hex color #A7D751 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D751 is #5828AE. Grayscale: #B9B9B9. Windows color (decimal): -5777583 or 5363623. OLE color: 5363623.
HSL color Cylindrical-coordinate representation of color #A7D751: hue angle of 81.49º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A7D751 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 215 | 81 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.16 |
| HSL | 81.49º | 0.63% | 0.58% | - |
| HSV(B) | 81.49º | 0.62% | 0.84% | - |
| XYZ | 41.72 | 57.41 | 16.67 | - |
| YUV | 185.37 | 69.1 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 215 | 81 | 0.22 | 0 | 0.62 | 0.16 | 81.49 | 0.63 | 0.58 |
| Hex | A7 | D7 | 51 | 16 | 0 | 3E | 10 | 51 | 3F | 3A |
| Octal | 247 | 327 | 121 | 26 | 0 | 76 | 20 | 121 | 77 | 72 |
| Binary | 10100111 | 11010111 | 1010001 | 10110 | 0 | 111110 | 10000 | 1010001 | 111111 | 111010 |
Color Harmonies of #A7D751
Complementary color
Monochromatic Colors of #A7D751
Black with #A7D751
Text Example
Text Example
White with #A7D751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D751; }
p { color: rgb(167,215,81); }
H1.HeaderClassName
{
color: #A7D751;
}
.AnyTagClassName
{
color: #A7D751;
}
</style>
background-color css
<style>
a { background-color: #A7D751; }
a { background-color: rgb(167,215,81); }
div.DivClassName
{
background-color: #A7D751;
}
.BgClassName
{
background-color: #A7D751;
}
</style>
border-color css
<style>
span { border-color: #A7D751; }
span { border-color: rgb(167,215,81); }
td.TdClassName
{
border-color: #A7D751;
}
.TagClassName
{
border-color: #A7D751;
}
</style>