Shades of Conifer #A6DA68
Tints of Conifer #A6DA68
RGB
CMYK
RGB Variations
Color information
#A6DA68 (or 0xA6DA68) is known color: Conifer. HEX triplet: A6, DA and 68. RGB value is (166,218,104). Sum of RGB (Red+Green+Blue) = 166+218+104=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DA68 is #592597. Grayscale: #BDBDBD. Windows color (decimal): -5842328 or 6871718. OLE color: 6871718.
HSL color Cylindrical-coordinate representation of color #A6DA68: hue angle of 87.37º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A6DA68 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 218 | 104 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.15 |
| HSL | 87.37º | 0.61% | 0.63% | - |
| HSV(B) | 87.37º | 0.52% | 0.85% | - |
| XYZ | 43.3 | 59.25 | 22.25 | - |
| YUV | 189.46 | 79.77 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 218 | 104 | 0.24 | 0 | 0.52 | 0.15 | 87.37 | 0.61 | 0.63 |
| Hex | A6 | DA | 68 | 18 | 0 | 34 | F | 57 | 3D | 3F |
| Octal | 246 | 332 | 150 | 30 | 0 | 64 | 17 | 127 | 75 | 77 |
| Binary | 10100110 | 11011010 | 1101000 | 11000 | 0 | 110100 | 1111 | 1010111 | 111101 | 111111 |
Color Harmonies of #A6DA68
Complementary color
Monochromatic Colors of #A6DA68
Black with #A6DA68
Text Example
Text Example
White with #A6DA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DA68; }
p { color: rgb(166,218,104); }
H1.HeaderClassName
{
color: #A6DA68;
}
.AnyTagClassName
{
color: #A6DA68;
}
</style>
background-color css
<style>
a { background-color: #A6DA68; }
a { background-color: rgb(166,218,104); }
div.DivClassName
{
background-color: #A6DA68;
}
.BgClassName
{
background-color: #A6DA68;
}
</style>
border-color css
<style>
span { border-color: #A6DA68; }
span { border-color: rgb(166,218,104); }
td.TdClassName
{
border-color: #A6DA68;
}
.TagClassName
{
border-color: #A6DA68;
}
</style>