Shades of Conifer #A2D656
Tints of Conifer #A2D656
RGB
CMYK
RGB Variations
Color information
#A2D656 (or 0xA2D656) is known color: Conifer. HEX triplet: A2, D6 and 56. RGB value is (162,214,86). Sum of RGB (Red+Green+Blue) = 162+214+86=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 214 (83.98% from 255 or 46.32% from 462); Blue value is 86 (33.98% from 255 or 18.61% from 462); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D656 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D656 is #5D29A9. Grayscale: #B8B8B8. Windows color (decimal): -6105514 or 5691042. OLE color: 5691042.
HSL color Cylindrical-coordinate representation of color #A2D656: hue angle of 84.38º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2D656 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 86 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.16 |
| HSL | 84.38º | 0.61% | 0.59% | - |
| HSV(B) | 84.38º | 0.6% | 0.84% | - |
| XYZ | 40.63 | 56.45 | 17.56 | - |
| YUV | 183.86 | 72.77 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 86 | 0.24 | 0 | 0.60 | 0.16 | 84.38 | 0.61 | 0.59 |
| Hex | A2 | D6 | 56 | 18 | 0 | 3C | 10 | 54 | 3D | 3B |
| Octal | 242 | 326 | 126 | 30 | 0 | 74 | 20 | 124 | 75 | 73 |
| Binary | 10100010 | 11010110 | 1010110 | 11000 | 0 | 111100 | 10000 | 1010100 | 111101 | 111011 |
Color Harmonies of #A2D656
Complementary color
Monochromatic Colors of #A2D656
Black with #A2D656
Text Example
Text Example
White with #A2D656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D656; }
p { color: rgb(162,214,86); }
H1.HeaderClassName
{
color: #A2D656;
}
.AnyTagClassName
{
color: #A2D656;
}
</style>
background-color css
<style>
a { background-color: #A2D656; }
a { background-color: rgb(162,214,86); }
div.DivClassName
{
background-color: #A2D656;
}
.BgClassName
{
background-color: #A2D656;
}
</style>
border-color css
<style>
span { border-color: #A2D656; }
span { border-color: rgb(162,214,86); }
td.TdClassName
{
border-color: #A2D656;
}
.TagClassName
{
border-color: #A2D656;
}
</style>