Shades of Conifer #A6DB59
Tints of Conifer #A6DB59
RGB
CMYK
RGB Variations
Color information
#A6DB59 (or 0xA6DB59) is known color: Conifer. HEX triplet: A6, DB and 59. RGB value is (166,219,89). Sum of RGB (Red+Green+Blue) = 166+219+89=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 89 (35.16% from 255 or 18.78% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DB59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DB59 is #5924A6. Grayscale: #BCBCBC. Windows color (decimal): -5842087 or 5888934. OLE color: 5888934.
HSL color Cylindrical-coordinate representation of color #A6DB59: hue angle of 84.46º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A6DB59 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 89 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.14 |
| HSL | 84.46º | 0.64% | 0.6% | - |
| HSV(B) | 84.46º | 0.59% | 0.86% | - |
| XYZ | 42.86 | 59.49 | 18.68 | - |
| YUV | 188.33 | 71.94 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 89 | 0.24 | 0 | 0.59 | 0.14 | 84.46 | 0.64 | 0.6 |
| Hex | A6 | DB | 59 | 18 | 0 | 3B | E | 54 | 40 | 3C |
| Octal | 246 | 333 | 131 | 30 | 0 | 73 | 16 | 124 | 100 | 74 |
| Binary | 10100110 | 11011011 | 1011001 | 11000 | 0 | 111011 | 1110 | 1010100 | 1000000 | 111100 |
Color Harmonies of #A6DB59
Complementary color
Monochromatic Colors of #A6DB59
Black with #A6DB59
Text Example
Text Example
White with #A6DB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DB59; }
p { color: rgb(166,219,89); }
H1.HeaderClassName
{
color: #A6DB59;
}
.AnyTagClassName
{
color: #A6DB59;
}
</style>
background-color css
<style>
a { background-color: #A6DB59; }
a { background-color: rgb(166,219,89); }
div.DivClassName
{
background-color: #A6DB59;
}
.BgClassName
{
background-color: #A6DB59;
}
</style>
border-color css
<style>
span { border-color: #A6DB59; }
span { border-color: rgb(166,219,89); }
td.TdClassName
{
border-color: #A6DB59;
}
.TagClassName
{
border-color: #A6DB59;
}
</style>