Shades of Conifer #A6D76A
Tints of Conifer #A6D76A
RGB
CMYK
RGB Variations
Color information
#A6D76A (or 0xA6D76A) is known color: Conifer. HEX triplet: A6, D7 and 6A. RGB value is (166,215,106). Sum of RGB (Red+Green+Blue) = 166+215+106=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 215 (84.38% from 255 or 44.15% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 215 - color contains mainly: green. Hex color #A6D76A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D76A is #592895. Grayscale: #BCBCBC. Windows color (decimal): -5843094 or 7002022. OLE color: 7002022.
HSL color Cylindrical-coordinate representation of color #A6D76A: hue angle of 86.97º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6D76A is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 215 | 106 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.16 |
| HSL | 86.97º | 0.58% | 0.63% | - |
| HSV(B) | 86.97º | 0.51% | 0.84% | - |
| XYZ | 42.63 | 57.75 | 22.54 | - |
| YUV | 187.92 | 81.77 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 215 | 106 | 0.23 | 0 | 0.51 | 0.16 | 86.97 | 0.58 | 0.63 |
| Hex | A6 | D7 | 6A | 17 | 0 | 33 | 10 | 57 | 3A | 3F |
| Octal | 246 | 327 | 152 | 27 | 0 | 63 | 20 | 127 | 72 | 77 |
| Binary | 10100110 | 11010111 | 1101010 | 10111 | 0 | 110011 | 10000 | 1010111 | 111010 | 111111 |
Color Harmonies of #A6D76A
Complementary color
Monochromatic Colors of #A6D76A
Black with #A6D76A
Text Example
Text Example
White with #A6D76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D76A; }
p { color: rgb(166,215,106); }
H1.HeaderClassName
{
color: #A6D76A;
}
.AnyTagClassName
{
color: #A6D76A;
}
</style>
background-color css
<style>
a { background-color: #A6D76A; }
a { background-color: rgb(166,215,106); }
div.DivClassName
{
background-color: #A6D76A;
}
.BgClassName
{
background-color: #A6D76A;
}
</style>
border-color css
<style>
span { border-color: #A6D76A; }
span { border-color: rgb(166,215,106); }
td.TdClassName
{
border-color: #A6D76A;
}
.TagClassName
{
border-color: #A6D76A;
}
</style>