Shades of Conifer #A7D062
Tints of Conifer #A7D062
RGB
CMYK
RGB Variations
Color information
#A7D062 (or 0xA7D062) is known color: Conifer. HEX triplet: A7, D0 and 62. RGB value is (167,208,98). Sum of RGB (Red+Green+Blue) = 167+208+98=473 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.31% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 98 (38.67% from 255 or 20.72% from 473); Max value from RGB is 208 - color contains mainly: green. Hex color #A7D062 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D062 is #582F9D. Grayscale: #B7B7B7. Windows color (decimal): -5779358 or 6475943. OLE color: 6475943.
HSL color Cylindrical-coordinate representation of color #A7D062: hue angle of 82.36º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A7D062 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 208 | 98 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.18 |
| HSL | 82.36º | 0.54% | 0.6% | - |
| HSV(B) | 82.36º | 0.53% | 0.82% | - |
| XYZ | 40.7 | 54.21 | 19.87 | - |
| YUV | 183.2 | 79.92 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 208 | 98 | 0.20 | 0 | 0.53 | 0.18 | 82.36 | 0.54 | 0.6 |
| Hex | A7 | D0 | 62 | 14 | 0 | 35 | 12 | 52 | 36 | 3C |
| Octal | 247 | 320 | 142 | 24 | 0 | 65 | 22 | 122 | 66 | 74 |
| Binary | 10100111 | 11010000 | 1100010 | 10100 | 0 | 110101 | 10010 | 1010010 | 110110 | 111100 |
Color Harmonies of #A7D062
Complementary color
Monochromatic Colors of #A7D062
Black with #A7D062
Text Example
Text Example
White with #A7D062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D062; }
p { color: rgb(167,208,98); }
H1.HeaderClassName
{
color: #A7D062;
}
.AnyTagClassName
{
color: #A7D062;
}
</style>
background-color css
<style>
a { background-color: #A7D062; }
a { background-color: rgb(167,208,98); }
div.DivClassName
{
background-color: #A7D062;
}
.BgClassName
{
background-color: #A7D062;
}
</style>
border-color css
<style>
span { border-color: #A7D062; }
span { border-color: rgb(167,208,98); }
td.TdClassName
{
border-color: #A7D062;
}
.TagClassName
{
border-color: #A7D062;
}
</style>