Shades of Conifer #A2D856
Tints of Conifer #A2D856
RGB
CMYK
RGB Variations
Color information
#A2D856 (or 0xA2D856) is known color: Conifer. HEX triplet: A2, D8 and 56. RGB value is (162,216,86). Sum of RGB (Red+Green+Blue) = 162+216+86=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 216 (84.77% from 255 or 46.55% from 464); Blue value is 86 (33.98% from 255 or 18.53% from 464); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D856 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D856 is #5D27A9. Grayscale: #B9B9B9. Windows color (decimal): -6105002 or 5691554. OLE color: 5691554.
HSL color Cylindrical-coordinate representation of color #A2D856: hue angle of 84.92º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2D856 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 216 | 86 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.15 |
| HSL | 84.92º | 0.63% | 0.59% | - |
| HSV(B) | 84.92º | 0.6% | 0.85% | - |
| XYZ | 41.14 | 57.47 | 17.73 | - |
| YUV | 185.03 | 72.11 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 216 | 86 | 0.25 | 0 | 0.60 | 0.15 | 84.92 | 0.63 | 0.59 |
| Hex | A2 | D8 | 56 | 19 | 0 | 3C | F | 55 | 3E | 3B |
| Octal | 242 | 330 | 126 | 31 | 0 | 74 | 17 | 125 | 76 | 73 |
| Binary | 10100010 | 11011000 | 1010110 | 11001 | 0 | 111100 | 1111 | 1010101 | 111110 | 111011 |
Color Harmonies of #A2D856
Complementary color
Monochromatic Colors of #A2D856
Black with #A2D856
Text Example
Text Example
White with #A2D856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D856; }
p { color: rgb(162,216,86); }
H1.HeaderClassName
{
color: #A2D856;
}
.AnyTagClassName
{
color: #A2D856;
}
</style>
background-color css
<style>
a { background-color: #A2D856; }
a { background-color: rgb(162,216,86); }
div.DivClassName
{
background-color: #A2D856;
}
.BgClassName
{
background-color: #A2D856;
}
</style>
border-color css
<style>
span { border-color: #A2D856; }
span { border-color: rgb(162,216,86); }
td.TdClassName
{
border-color: #A2D856;
}
.TagClassName
{
border-color: #A2D856;
}
</style>