Shades of Conifer #A6DB63
Tints of Conifer #A6DB63
RGB
CMYK
RGB Variations
Color information
#A6DB63 (or 0xA6DB63) is known color: Conifer. HEX triplet: A6, DB and 63. RGB value is (166,219,99). Sum of RGB (Red+Green+Blue) = 166+219+99=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 99 (39.06% from 255 or 20.45% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DB63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DB63 is #59249C. Grayscale: #BDBDBD. Windows color (decimal): -5842077 or 6544294. OLE color: 6544294.
HSL color Cylindrical-coordinate representation of color #A6DB63: hue angle of 86.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6DB63 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 99 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.14 |
| HSL | 86.5º | 0.63% | 0.62% | - |
| HSV(B) | 86.5º | 0.55% | 0.86% | - |
| XYZ | 43.31 | 59.67 | 21.04 | - |
| YUV | 189.47 | 76.94 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 99 | 0.24 | 0 | 0.55 | 0.14 | 86.5 | 0.63 | 0.62 |
| Hex | A6 | DB | 63 | 18 | 0 | 37 | E | 56 | 3E | 3E |
| Octal | 246 | 333 | 143 | 30 | 0 | 67 | 16 | 126 | 76 | 76 |
| Binary | 10100110 | 11011011 | 1100011 | 11000 | 0 | 110111 | 1110 | 1010110 | 111110 | 111110 |
Color Harmonies of #A6DB63
Complementary color
Monochromatic Colors of #A6DB63
Black with #A6DB63
Text Example
Text Example
White with #A6DB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DB63; }
p { color: rgb(166,219,99); }
H1.HeaderClassName
{
color: #A6DB63;
}
.AnyTagClassName
{
color: #A6DB63;
}
</style>
background-color css
<style>
a { background-color: #A6DB63; }
a { background-color: rgb(166,219,99); }
div.DivClassName
{
background-color: #A6DB63;
}
.BgClassName
{
background-color: #A6DB63;
}
</style>
border-color css
<style>
span { border-color: #A6DB63; }
span { border-color: rgb(166,219,99); }
td.TdClassName
{
border-color: #A6DB63;
}
.TagClassName
{
border-color: #A6DB63;
}
</style>