Shades of Conifer #A6D161
Tints of Conifer #A6D161
RGB
CMYK
RGB Variations
Color information
#A6D161 (or 0xA6D161) is known color: Conifer. HEX triplet: A6, D1 and 61. RGB value is (166,209,97). Sum of RGB (Red+Green+Blue) = 166+209+97=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 97 (38.28% from 255 or 20.55% from 472); Max value from RGB is 209 - color contains mainly: green. Hex color #A6D161 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D161 is #592E9E. Grayscale: #B7B7B7. Windows color (decimal): -5844639 or 6410662. OLE color: 6410662.
HSL color Cylindrical-coordinate representation of color #A6D161: hue angle of 83.04º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A6D161 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 209 | 97 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.18 |
| HSL | 83.04º | 0.55% | 0.6% | - |
| HSV(B) | 83.04º | 0.54% | 0.82% | - |
| XYZ | 40.68 | 54.57 | 19.7 | - |
| YUV | 183.38 | 79.25 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 209 | 97 | 0.21 | 0 | 0.54 | 0.18 | 83.04 | 0.55 | 0.6 |
| Hex | A6 | D1 | 61 | 15 | 0 | 36 | 12 | 53 | 37 | 3C |
| Octal | 246 | 321 | 141 | 25 | 0 | 66 | 22 | 123 | 67 | 74 |
| Binary | 10100110 | 11010001 | 1100001 | 10101 | 0 | 110110 | 10010 | 1010011 | 110111 | 111100 |
Color Harmonies of #A6D161
Complementary color
Monochromatic Colors of #A6D161
Black with #A6D161
Text Example
Text Example
White with #A6D161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D161; }
p { color: rgb(166,209,97); }
H1.HeaderClassName
{
color: #A6D161;
}
.AnyTagClassName
{
color: #A6D161;
}
</style>
background-color css
<style>
a { background-color: #A6D161; }
a { background-color: rgb(166,209,97); }
div.DivClassName
{
background-color: #A6D161;
}
.BgClassName
{
background-color: #A6D161;
}
</style>
border-color css
<style>
span { border-color: #A6D161; }
span { border-color: rgb(166,209,97); }
td.TdClassName
{
border-color: #A6D161;
}
.TagClassName
{
border-color: #A6D161;
}
</style>