Shades of Conifer #A6DB65
Tints of Conifer #A6DB65
RGB
CMYK
RGB Variations
Color information
#A6DB65 (or 0xA6DB65) is known color: Conifer. HEX triplet: A6, DB and 65. RGB value is (166,219,101). Sum of RGB (Red+Green+Blue) = 166+219+101=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 101 (39.84% from 255 or 20.78% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DB65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DB65 is #59249A. Grayscale: #BEBEBE. Windows color (decimal): -5842075 or 6675366. OLE color: 6675366.
HSL color Cylindrical-coordinate representation of color #A6DB65: hue angle of 86.95º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A6DB65 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 101 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.14 |
| HSL | 86.95º | 0.62% | 0.63% | - |
| HSV(B) | 86.95º | 0.54% | 0.86% | - |
| XYZ | 43.41 | 59.71 | 21.55 | - |
| YUV | 189.7 | 77.94 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 101 | 0.24 | 0 | 0.54 | 0.14 | 86.95 | 0.62 | 0.63 |
| Hex | A6 | DB | 65 | 18 | 0 | 36 | E | 57 | 3E | 3F |
| Octal | 246 | 333 | 145 | 30 | 0 | 66 | 16 | 127 | 76 | 77 |
| Binary | 10100110 | 11011011 | 1100101 | 11000 | 0 | 110110 | 1110 | 1010111 | 111110 | 111111 |
Color Harmonies of #A6DB65
Complementary color
Monochromatic Colors of #A6DB65
Black with #A6DB65
Text Example
Text Example
White with #A6DB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DB65; }
p { color: rgb(166,219,101); }
H1.HeaderClassName
{
color: #A6DB65;
}
.AnyTagClassName
{
color: #A6DB65;
}
</style>
background-color css
<style>
a { background-color: #A6DB65; }
a { background-color: rgb(166,219,101); }
div.DivClassName
{
background-color: #A6DB65;
}
.BgClassName
{
background-color: #A6DB65;
}
</style>
border-color css
<style>
span { border-color: #A6DB65; }
span { border-color: rgb(166,219,101); }
td.TdClassName
{
border-color: #A6DB65;
}
.TagClassName
{
border-color: #A6DB65;
}
</style>