Shades of Conifer #A6D668
Tints of Conifer #A6D668
RGB
CMYK
RGB Variations
Color information
#A6D668 (or 0xA6D668) is known color: Conifer. HEX triplet: A6, D6 and 68. RGB value is (166,214,104). Sum of RGB (Red+Green+Blue) = 166+214+104=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 214 - color contains mainly: green. Hex color #A6D668 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D668 is #592997. Grayscale: #BBBBBB. Windows color (decimal): -5843352 or 6870694. OLE color: 6870694.
HSL color Cylindrical-coordinate representation of color #A6D668: hue angle of 86.18º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6D668 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 214 | 104 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.16 |
| HSL | 86.18º | 0.57% | 0.62% | - |
| HSV(B) | 86.18º | 0.51% | 0.84% | - |
| XYZ | 42.27 | 57.2 | 21.91 | - |
| YUV | 187.11 | 81.1 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 214 | 104 | 0.22 | 0 | 0.51 | 0.16 | 86.18 | 0.57 | 0.62 |
| Hex | A6 | D6 | 68 | 16 | 0 | 33 | 10 | 56 | 39 | 3E |
| Octal | 246 | 326 | 150 | 26 | 0 | 63 | 20 | 126 | 71 | 76 |
| Binary | 10100110 | 11010110 | 1101000 | 10110 | 0 | 110011 | 10000 | 1010110 | 111001 | 111110 |
Color Harmonies of #A6D668
Complementary color
Monochromatic Colors of #A6D668
Black with #A6D668
Text Example
Text Example
White with #A6D668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D668; }
p { color: rgb(166,214,104); }
H1.HeaderClassName
{
color: #A6D668;
}
.AnyTagClassName
{
color: #A6D668;
}
</style>
background-color css
<style>
a { background-color: #A6D668; }
a { background-color: rgb(166,214,104); }
div.DivClassName
{
background-color: #A6D668;
}
.BgClassName
{
background-color: #A6D668;
}
</style>
border-color css
<style>
span { border-color: #A6D668; }
span { border-color: rgb(166,214,104); }
td.TdClassName
{
border-color: #A6D668;
}
.TagClassName
{
border-color: #A6D668;
}
</style>