Shades of Conifer #A6D369
Tints of Conifer #A6D369
RGB
CMYK
RGB Variations
Color information
#A6D369 (or 0xA6D369) is known color: Conifer. HEX triplet: A6, D3 and 69. RGB value is (166,211,105). Sum of RGB (Red+Green+Blue) = 166+211+105=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 211 - color contains mainly: green. Hex color #A6D369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D369 is #592C96. Grayscale: #B9B9B9. Windows color (decimal): -5844119 or 6935462. OLE color: 6935462.
HSL color Cylindrical-coordinate representation of color #A6D369: hue angle of 85.47º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A6D369 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 211 | 105 | - |
| CMYK | 0.21 | 0 | 0.50 | 0.17 |
| HSL | 85.47º | 0.55% | 0.62% | - |
| HSV(B) | 85.47º | 0.5% | 0.83% | - |
| XYZ | 41.57 | 55.72 | 21.93 | - |
| YUV | 185.46 | 82.59 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 211 | 105 | 0.21 | 0 | 0.50 | 0.17 | 85.47 | 0.55 | 0.62 |
| Hex | A6 | D3 | 69 | 15 | 0 | 32 | 11 | 55 | 37 | 3E |
| Octal | 246 | 323 | 151 | 25 | 0 | 62 | 21 | 125 | 67 | 76 |
| Binary | 10100110 | 11010011 | 1101001 | 10101 | 0 | 110010 | 10001 | 1010101 | 110111 | 111110 |
Color Harmonies of #A6D369
Complementary color
Monochromatic Colors of #A6D369
Black with #A6D369
Text Example
Text Example
White with #A6D369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D369; }
p { color: rgb(166,211,105); }
H1.HeaderClassName
{
color: #A6D369;
}
.AnyTagClassName
{
color: #A6D369;
}
</style>
background-color css
<style>
a { background-color: #A6D369; }
a { background-color: rgb(166,211,105); }
div.DivClassName
{
background-color: #A6D369;
}
.BgClassName
{
background-color: #A6D369;
}
</style>
border-color css
<style>
span { border-color: #A6D369; }
span { border-color: rgb(166,211,105); }
td.TdClassName
{
border-color: #A6D369;
}
.TagClassName
{
border-color: #A6D369;
}
</style>