Shades of Conifer #A6DB47
Tints of Conifer #A6DB47
RGB
CMYK
RGB Variations
Color information
#A6DB47 (or 0xA6DB47) is known color: Conifer. HEX triplet: A6, DB and 47. RGB value is (166,219,71). Sum of RGB (Red+Green+Blue) = 166+219+71=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 71 (28.12% from 255 or 15.57% from 456); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DB47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DB47 is #5924B8. Grayscale: #BABABA. Windows color (decimal): -5842105 or 4709286. OLE color: 4709286.
HSL color Cylindrical-coordinate representation of color #A6DB47: hue angle of 81.49º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A6DB47 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 71 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.14 |
| HSL | 81.49º | 0.67% | 0.57% | - |
| HSV(B) | 81.49º | 0.68% | 0.86% | - |
| XYZ | 42.19 | 59.22 | 15.17 | - |
| YUV | 186.28 | 62.94 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 71 | 0.24 | 0 | 0.68 | 0.14 | 81.49 | 0.67 | 0.57 |
| Hex | A6 | DB | 47 | 18 | 0 | 44 | E | 51 | 43 | 39 |
| Octal | 246 | 333 | 107 | 30 | 0 | 104 | 16 | 121 | 103 | 71 |
| Binary | 10100110 | 11011011 | 1000111 | 11000 | 0 | 1000100 | 1110 | 1010001 | 1000011 | 111001 |
Color Harmonies of #A6DB47
Complementary color
Monochromatic Colors of #A6DB47
Black with #A6DB47
Text Example
Text Example
White with #A6DB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DB47; }
p { color: rgb(166,219,71); }
H1.HeaderClassName
{
color: #A6DB47;
}
.AnyTagClassName
{
color: #A6DB47;
}
</style>
background-color css
<style>
a { background-color: #A6DB47; }
a { background-color: rgb(166,219,71); }
div.DivClassName
{
background-color: #A6DB47;
}
.BgClassName
{
background-color: #A6DB47;
}
</style>
border-color css
<style>
span { border-color: #A6DB47; }
span { border-color: rgb(166,219,71); }
td.TdClassName
{
border-color: #A6DB47;
}
.TagClassName
{
border-color: #A6DB47;
}
</style>