Shades of Conifer #A6D062
Tints of Conifer #A6D062
RGB
CMYK
RGB Variations
Color information
#A6D062 (or 0xA6D062) is known color: Conifer. HEX triplet: A6, D0 and 62. RGB value is (166,208,98). Sum of RGB (Red+Green+Blue) = 166+208+98=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D062 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D062 is #592F9D. Grayscale: #B7B7B7. Windows color (decimal): -5844894 or 6475942. OLE color: 6475942.
HSL color Cylindrical-coordinate representation of color #A6D062: hue angle of 82.91º 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 #A6D062 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 208 | 98 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.18 |
| HSL | 82.91º | 0.54% | 0.6% | - |
| HSV(B) | 82.91º | 0.53% | 0.82% | - |
| XYZ | 40.49 | 54.1 | 19.86 | - |
| YUV | 182.9 | 80.09 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 208 | 98 | 0.20 | 0 | 0.53 | 0.18 | 82.91 | 0.54 | 0.6 |
| Hex | A6 | D0 | 62 | 14 | 0 | 35 | 12 | 53 | 36 | 3C |
| Octal | 246 | 320 | 142 | 24 | 0 | 65 | 22 | 123 | 66 | 74 |
| Binary | 10100110 | 11010000 | 1100010 | 10100 | 0 | 110101 | 10010 | 1010011 | 110110 | 111100 |
Color Harmonies of #A6D062
Complementary color
Monochromatic Colors of #A6D062
Black with #A6D062
Text Example
Text Example
White with #A6D062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D062; }
p { color: rgb(166,208,98); }
H1.HeaderClassName
{
color: #A6D062;
}
.AnyTagClassName
{
color: #A6D062;
}
</style>
background-color css
<style>
a { background-color: #A6D062; }
a { background-color: rgb(166,208,98); }
div.DivClassName
{
background-color: #A6D062;
}
.BgClassName
{
background-color: #A6D062;
}
</style>
border-color css
<style>
span { border-color: #A6D062; }
span { border-color: rgb(166,208,98); }
td.TdClassName
{
border-color: #A6D062;
}
.TagClassName
{
border-color: #A6D062;
}
</style>