Shades of Conifer #A6D564
Tints of Conifer #A6D564
RGB
CMYK
RGB Variations
Color information
#A6D564 (or 0xA6D564) is known color: Conifer. HEX triplet: A6, D5 and 64. RGB value is (166,213,100). Sum of RGB (Red+Green+Blue) = 166+213+100=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 213 (83.59% from 255 or 44.47% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D564 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D564 is #592A9B. Grayscale: #BABABA. Windows color (decimal): -5843612 or 6608294. OLE color: 6608294.
HSL color Cylindrical-coordinate representation of color #A6D564: hue angle of 84.96º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A6D564 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 213 | 100 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.16 |
| HSL | 84.96º | 0.57% | 0.61% | - |
| HSV(B) | 84.96º | 0.53% | 0.84% | - |
| XYZ | 41.82 | 56.62 | 20.78 | - |
| YUV | 186.07 | 79.43 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 213 | 100 | 0.22 | 0 | 0.53 | 0.16 | 84.96 | 0.57 | 0.61 |
| Hex | A6 | D5 | 64 | 16 | 0 | 35 | 10 | 55 | 39 | 3D |
| Octal | 246 | 325 | 144 | 26 | 0 | 65 | 20 | 125 | 71 | 75 |
| Binary | 10100110 | 11010101 | 1100100 | 10110 | 0 | 110101 | 10000 | 1010101 | 111001 | 111101 |
Color Harmonies of #A6D564
Complementary color
Monochromatic Colors of #A6D564
Black with #A6D564
Text Example
Text Example
White with #A6D564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D564; }
p { color: rgb(166,213,100); }
H1.HeaderClassName
{
color: #A6D564;
}
.AnyTagClassName
{
color: #A6D564;
}
</style>
background-color css
<style>
a { background-color: #A6D564; }
a { background-color: rgb(166,213,100); }
div.DivClassName
{
background-color: #A6D564;
}
.BgClassName
{
background-color: #A6D564;
}
</style>
border-color css
<style>
span { border-color: #A6D564; }
span { border-color: rgb(166,213,100); }
td.TdClassName
{
border-color: #A6D564;
}
.TagClassName
{
border-color: #A6D564;
}
</style>