Shades of Conifer #A6D65F
Tints of Conifer #A6D65F
RGB
CMYK
RGB Variations
Color information
#A6D65F (or 0xA6D65F) is known color: Conifer. HEX triplet: A6, D6 and 5F. RGB value is (166,214,95). Sum of RGB (Red+Green+Blue) = 166+214+95=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 95 (37.5% from 255 or 20% from 475); Max value from RGB is 214 - color contains mainly: green. Hex color #A6D65F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D65F is #5929A0. Grayscale: #BABABA. Windows color (decimal): -5843361 or 6280870. OLE color: 6280870.
HSL color Cylindrical-coordinate representation of color #A6D65F: hue angle of 84.2º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A6D65F is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 214 | 95 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.16 |
| HSL | 84.2º | 0.59% | 0.61% | - |
| HSV(B) | 84.2º | 0.56% | 0.84% | - |
| XYZ | 41.84 | 57.03 | 19.63 | - |
| YUV | 186.08 | 76.6 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 214 | 95 | 0.22 | 0 | 0.56 | 0.16 | 84.2 | 0.59 | 0.61 |
| Hex | A6 | D6 | 5F | 16 | 0 | 38 | 10 | 54 | 3B | 3D |
| Octal | 246 | 326 | 137 | 26 | 0 | 70 | 20 | 124 | 73 | 75 |
| Binary | 10100110 | 11010110 | 1011111 | 10110 | 0 | 111000 | 10000 | 1010100 | 111011 | 111101 |
Color Harmonies of #A6D65F
Complementary color
Monochromatic Colors of #A6D65F
Black with #A6D65F
Text Example
Text Example
White with #A6D65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D65F; }
p { color: rgb(166,214,95); }
H1.HeaderClassName
{
color: #A6D65F;
}
.AnyTagClassName
{
color: #A6D65F;
}
</style>
background-color css
<style>
a { background-color: #A6D65F; }
a { background-color: rgb(166,214,95); }
div.DivClassName
{
background-color: #A6D65F;
}
.BgClassName
{
background-color: #A6D65F;
}
</style>
border-color css
<style>
span { border-color: #A6D65F; }
span { border-color: rgb(166,214,95); }
td.TdClassName
{
border-color: #A6D65F;
}
.TagClassName
{
border-color: #A6D65F;
}
</style>