Shades of Conifer #A6DC69
Tints of Conifer #A6DC69
RGB
CMYK
RGB Variations
Color information
#A6DC69 (or 0xA6DC69) is known color: Conifer. HEX triplet: A6, DC and 69. RGB value is (166,220,105). Sum of RGB (Red+Green+Blue) = 166+220+105=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 105 (41.41% from 255 or 21.38% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DC69 is #592396. Grayscale: #BFBFBF. Windows color (decimal): -5841815 or 6937766. OLE color: 6937766.
HSL color Cylindrical-coordinate representation of color #A6DC69: hue angle of 88.17º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A6DC69 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 220 | 105 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.14 |
| HSL | 88.17º | 0.62% | 0.64% | - |
| HSV(B) | 88.17º | 0.52% | 0.86% | - |
| XYZ | 43.87 | 60.31 | 22.69 | - |
| YUV | 190.74 | 79.61 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 220 | 105 | 0.25 | 0 | 0.52 | 0.14 | 88.17 | 0.62 | 0.64 |
| Hex | A6 | DC | 69 | 19 | 0 | 34 | E | 58 | 3E | 40 |
| Octal | 246 | 334 | 151 | 31 | 0 | 64 | 16 | 130 | 76 | 100 |
| Binary | 10100110 | 11011100 | 1101001 | 11001 | 0 | 110100 | 1110 | 1011000 | 111110 | 1000000 |
Color Harmonies of #A6DC69
Complementary color
Monochromatic Colors of #A6DC69
Black with #A6DC69
Text Example
Text Example
White with #A6DC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DC69; }
p { color: rgb(166,220,105); }
H1.HeaderClassName
{
color: #A6DC69;
}
.AnyTagClassName
{
color: #A6DC69;
}
</style>
background-color css
<style>
a { background-color: #A6DC69; }
a { background-color: rgb(166,220,105); }
div.DivClassName
{
background-color: #A6DC69;
}
.BgClassName
{
background-color: #A6DC69;
}
</style>
border-color css
<style>
span { border-color: #A6DC69; }
span { border-color: rgb(166,220,105); }
td.TdClassName
{
border-color: #A6DC69;
}
.TagClassName
{
border-color: #A6DC69;
}
</style>