Shades of Conifer #A6DB51
Tints of Conifer #A6DB51
RGB
CMYK
RGB Variations
Color information
#A6DB51 (or 0xA6DB51) is known color: Conifer. HEX triplet: A6, DB and 51. RGB value is (166,219,81). Sum of RGB (Red+Green+Blue) = 166+219+81=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 81 (32.03% from 255 or 17.38% from 466); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DB51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DB51 is #5924AE. Grayscale: #BBBBBB. Windows color (decimal): -5842095 or 5364646. OLE color: 5364646.
HSL color Cylindrical-coordinate representation of color #A6DB51: hue angle of 83.04º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A6DB51 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 81 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.14 |
| HSL | 83.04º | 0.66% | 0.59% | - |
| HSV(B) | 83.04º | 0.63% | 0.86% | - |
| XYZ | 42.54 | 59.36 | 17 | - |
| YUV | 187.42 | 67.94 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 81 | 0.24 | 0 | 0.63 | 0.14 | 83.04 | 0.66 | 0.59 |
| Hex | A6 | DB | 51 | 18 | 0 | 3F | E | 53 | 42 | 3B |
| Octal | 246 | 333 | 121 | 30 | 0 | 77 | 16 | 123 | 102 | 73 |
| Binary | 10100110 | 11011011 | 1010001 | 11000 | 0 | 111111 | 1110 | 1010011 | 1000010 | 111011 |
Color Harmonies of #A6DB51
Complementary color
Monochromatic Colors of #A6DB51
Black with #A6DB51
Text Example
Text Example
White with #A6DB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DB51; }
p { color: rgb(166,219,81); }
H1.HeaderClassName
{
color: #A6DB51;
}
.AnyTagClassName
{
color: #A6DB51;
}
</style>
background-color css
<style>
a { background-color: #A6DB51; }
a { background-color: rgb(166,219,81); }
div.DivClassName
{
background-color: #A6DB51;
}
.BgClassName
{
background-color: #A6DB51;
}
</style>
border-color css
<style>
span { border-color: #A6DB51; }
span { border-color: rgb(166,219,81); }
td.TdClassName
{
border-color: #A6DB51;
}
.TagClassName
{
border-color: #A6DB51;
}
</style>