Shades of Conifer #A2D756
Tints of Conifer #A2D756
RGB
CMYK
RGB Variations
Color information
#A2D756 (or 0xA2D756) is known color: Conifer. HEX triplet: A2, D7 and 56. RGB value is (162,215,86). Sum of RGB (Red+Green+Blue) = 162+215+86=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 215 (84.38% from 255 or 46.44% from 463); Blue value is 86 (33.98% from 255 or 18.57% from 463); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D756 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D756 is #5D28A9. Grayscale: #B8B8B8. Windows color (decimal): -6105258 or 5691298. OLE color: 5691298.
HSL color Cylindrical-coordinate representation of color #A2D756: hue angle of 84.65º degrees, saturation: 0.62, 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 #A2D756 is Cyan = 0.25, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 215 | 86 | - |
| CMYK | 0.25 | 0 | 0.6 | 0.16 |
| HSL | 84.65º | 0.62% | 0.59% | - |
| HSV(B) | 84.65º | 0.6% | 0.84% | - |
| XYZ | 40.88 | 56.95 | 17.64 | - |
| YUV | 184.45 | 72.44 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 215 | 86 | 0.25 | 0 | 0.6 | 0.16 | 84.65 | 0.62 | 0.59 |
| Hex | A2 | D7 | 56 | 19 | 0 | 3C | 10 | 55 | 3E | 3B |
| Octal | 242 | 327 | 126 | 31 | 0 | 74 | 20 | 125 | 76 | 73 |
| Binary | 10100010 | 11010111 | 1010110 | 11001 | 0 | 111100 | 10000 | 1010101 | 111110 | 111011 |
Color Harmonies of #A2D756
Complementary color
Monochromatic Colors of #A2D756
Black with #A2D756
Text Example
Text Example
White with #A2D756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D756; }
p { color: rgb(162,215,86); }
H1.HeaderClassName
{
color: #A2D756;
}
.AnyTagClassName
{
color: #A2D756;
}
</style>
background-color css
<style>
a { background-color: #A2D756; }
a { background-color: rgb(162,215,86); }
div.DivClassName
{
background-color: #A2D756;
}
.BgClassName
{
background-color: #A2D756;
}
</style>
border-color css
<style>
span { border-color: #A2D756; }
span { border-color: rgb(162,215,86); }
td.TdClassName
{
border-color: #A2D756;
}
.TagClassName
{
border-color: #A2D756;
}
</style>