Shades of Conifer #A6DB5C
Tints of Conifer #A6DB5C
RGB
CMYK
RGB Variations
Color information
#A6DB5C (or 0xA6DB5C) is known color: Conifer. HEX triplet: A6, DB and 5C. RGB value is (166,219,92). Sum of RGB (Red+Green+Blue) = 166+219+92=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 92 (36.33% from 255 or 19.29% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DB5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DB5C is #5924A3. Grayscale: #BDBDBD. Windows color (decimal): -5842084 or 6085542. OLE color: 6085542.
HSL color Cylindrical-coordinate representation of color #A6DB5C: hue angle of 85.04º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6DB5C is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 92 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.14 |
| HSL | 85.04º | 0.64% | 0.61% | - |
| HSV(B) | 85.04º | 0.58% | 0.86% | - |
| XYZ | 42.99 | 59.54 | 19.35 | - |
| YUV | 188.68 | 73.44 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 92 | 0.24 | 0 | 0.58 | 0.14 | 85.04 | 0.64 | 0.61 |
| Hex | A6 | DB | 5C | 18 | 0 | 3A | E | 55 | 40 | 3D |
| Octal | 246 | 333 | 134 | 30 | 0 | 72 | 16 | 125 | 100 | 75 |
| Binary | 10100110 | 11011011 | 1011100 | 11000 | 0 | 111010 | 1110 | 1010101 | 1000000 | 111101 |
Color Harmonies of #A6DB5C
Complementary color
Monochromatic Colors of #A6DB5C
Black with #A6DB5C
Text Example
Text Example
White with #A6DB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DB5C; }
p { color: rgb(166,219,92); }
H1.HeaderClassName
{
color: #A6DB5C;
}
.AnyTagClassName
{
color: #A6DB5C;
}
</style>
background-color css
<style>
a { background-color: #A6DB5C; }
a { background-color: rgb(166,219,92); }
div.DivClassName
{
background-color: #A6DB5C;
}
.BgClassName
{
background-color: #A6DB5C;
}
</style>
border-color css
<style>
span { border-color: #A6DB5C; }
span { border-color: rgb(166,219,92); }
td.TdClassName
{
border-color: #A6DB5C;
}
.TagClassName
{
border-color: #A6DB5C;
}
</style>