Shades of Conifer #A2D660
Tints of Conifer #A2D660
RGB
CMYK
RGB Variations
Color information
#A2D660 (or 0xA2D660) is known color: Conifer. HEX triplet: A2, D6 and 60. RGB value is (162,214,96). Sum of RGB (Red+Green+Blue) = 162+214+96=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D660 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D660 is #5D299F. Grayscale: #B9B9B9. Windows color (decimal): -6105504 or 6346402. OLE color: 6346402.
HSL color Cylindrical-coordinate representation of color #A2D660: hue angle of 86.44º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2D660 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 96 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.16 |
| HSL | 86.44º | 0.59% | 0.61% | - |
| HSV(B) | 86.44º | 0.55% | 0.84% | - |
| XYZ | 41.06 | 56.62 | 19.83 | - |
| YUV | 185 | 77.77 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 96 | 0.24 | 0 | 0.55 | 0.16 | 86.44 | 0.59 | 0.61 |
| Hex | A2 | D6 | 60 | 18 | 0 | 37 | 10 | 56 | 3B | 3D |
| Octal | 242 | 326 | 140 | 30 | 0 | 67 | 20 | 126 | 73 | 75 |
| Binary | 10100010 | 11010110 | 1100000 | 11000 | 0 | 110111 | 10000 | 1010110 | 111011 | 111101 |
Color Harmonies of #A2D660
Complementary color
Monochromatic Colors of #A2D660
Black with #A2D660
Text Example
Text Example
White with #A2D660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D660; }
p { color: rgb(162,214,96); }
H1.HeaderClassName
{
color: #A2D660;
}
.AnyTagClassName
{
color: #A2D660;
}
</style>
background-color css
<style>
a { background-color: #A2D660; }
a { background-color: rgb(162,214,96); }
div.DivClassName
{
background-color: #A2D660;
}
.BgClassName
{
background-color: #A2D660;
}
</style>
border-color css
<style>
span { border-color: #A2D660; }
span { border-color: rgb(162,214,96); }
td.TdClassName
{
border-color: #A2D660;
}
.TagClassName
{
border-color: #A2D660;
}
</style>