Shades of Conifer #A6D364
Tints of Conifer #A6D364
RGB
CMYK
RGB Variations
Color information
#A6D364 (or 0xA6D364) is known color: Conifer. HEX triplet: A6, D3 and 64. RGB value is (166,211,100). Sum of RGB (Red+Green+Blue) = 166+211+100=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 211 (82.81% from 255 or 44.23% from 477); Blue value is 100 (39.45% from 255 or 20.96% from 477); Max value from RGB is 211 - color contains mainly: green. Hex color #A6D364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D364 is #592C9B. Grayscale: #B9B9B9. Windows color (decimal): -5844124 or 6607782. OLE color: 6607782.
HSL color Cylindrical-coordinate representation of color #A6D364: hue angle of 84.32º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A6D364 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 211 | 100 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.17 |
| HSL | 84.32º | 0.56% | 0.61% | - |
| HSV(B) | 84.32º | 0.53% | 0.83% | - |
| XYZ | 41.32 | 55.62 | 20.61 | - |
| YUV | 184.89 | 80.09 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 211 | 100 | 0.21 | 0 | 0.53 | 0.17 | 84.32 | 0.56 | 0.61 |
| Hex | A6 | D3 | 64 | 15 | 0 | 35 | 11 | 54 | 38 | 3D |
| Octal | 246 | 323 | 144 | 25 | 0 | 65 | 21 | 124 | 70 | 75 |
| Binary | 10100110 | 11010011 | 1100100 | 10101 | 0 | 110101 | 10001 | 1010100 | 111000 | 111101 |
Color Harmonies of #A6D364
Complementary color
Monochromatic Colors of #A6D364
Black with #A6D364
Text Example
Text Example
White with #A6D364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D364; }
p { color: rgb(166,211,100); }
H1.HeaderClassName
{
color: #A6D364;
}
.AnyTagClassName
{
color: #A6D364;
}
</style>
background-color css
<style>
a { background-color: #A6D364; }
a { background-color: rgb(166,211,100); }
div.DivClassName
{
background-color: #A6D364;
}
.BgClassName
{
background-color: #A6D364;
}
</style>
border-color css
<style>
span { border-color: #A6D364; }
span { border-color: rgb(166,211,100); }
td.TdClassName
{
border-color: #A6D364;
}
.TagClassName
{
border-color: #A6D364;
}
</style>