Shades of Conifer #A2D564
Tints of Conifer #A2D564
RGB
CMYK
RGB Variations
Color information
#A2D564 (or 0xA2D564) is known color: Conifer. HEX triplet: A2, D5 and 64. RGB value is (162,213,100). Sum of RGB (Red+Green+Blue) = 162+213+100=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D564 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D564 is #5D2A9B. Grayscale: #B9B9B9. Windows color (decimal): -6105756 or 6608290. OLE color: 6608290.
HSL color Cylindrical-coordinate representation of color #A2D564: hue angle of 87.08º 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 #A2D564 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 213 | 100 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.16 |
| HSL | 87.08º | 0.57% | 0.61% | - |
| HSV(B) | 87.08º | 0.53% | 0.84% | - |
| XYZ | 40.99 | 56.19 | 20.74 | - |
| YUV | 184.87 | 80.1 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 213 | 100 | 0.24 | 0 | 0.53 | 0.16 | 87.08 | 0.57 | 0.61 |
| Hex | A2 | D5 | 64 | 18 | 0 | 35 | 10 | 57 | 39 | 3D |
| Octal | 242 | 325 | 144 | 30 | 0 | 65 | 20 | 127 | 71 | 75 |
| Binary | 10100010 | 11010101 | 1100100 | 11000 | 0 | 110101 | 10000 | 1010111 | 111001 | 111101 |
Color Harmonies of #A2D564
Complementary color
Monochromatic Colors of #A2D564
Black with #A2D564
Text Example
Text Example
White with #A2D564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D564; }
p { color: rgb(162,213,100); }
H1.HeaderClassName
{
color: #A2D564;
}
.AnyTagClassName
{
color: #A2D564;
}
</style>
background-color css
<style>
a { background-color: #A2D564; }
a { background-color: rgb(162,213,100); }
div.DivClassName
{
background-color: #A2D564;
}
.BgClassName
{
background-color: #A2D564;
}
</style>
border-color css
<style>
span { border-color: #A2D564; }
span { border-color: rgb(162,213,100); }
td.TdClassName
{
border-color: #A2D564;
}
.TagClassName
{
border-color: #A2D564;
}
</style>