Shades of Conifer #A2C656
Tints of Conifer #A2C656
RGB
CMYK
RGB Variations
Color information
#A2C656 (or 0xA2C656) is known color: Conifer. HEX triplet: A2, C6 and 56. RGB value is (162,198,86). Sum of RGB (Red+Green+Blue) = 162+198+86=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 198 (77.73% from 255 or 44.39% from 446); Blue value is 86 (33.98% from 255 or 19.28% from 446); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C656 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C656 is #5D39A9. Grayscale: #AEAEAE. Windows color (decimal): -6109610 or 5686946. OLE color: 5686946.
HSL color Cylindrical-coordinate representation of color #A2C656: hue angle of 79.29º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2C656 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 198 | 86 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.22 |
| HSL | 79.29º | 0.5% | 0.56% | - |
| HSV(B) | 79.29º | 0.57% | 0.78% | - |
| XYZ | 36.77 | 48.74 | 16.27 | - |
| YUV | 174.47 | 78.07 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 198 | 86 | 0.18 | 0 | 0.57 | 0.22 | 79.29 | 0.5 | 0.56 |
| Hex | A2 | C6 | 56 | 12 | 0 | 39 | 16 | 4F | 32 | 38 |
| Octal | 242 | 306 | 126 | 22 | 0 | 71 | 26 | 117 | 62 | 70 |
| Binary | 10100010 | 11000110 | 1010110 | 10010 | 0 | 111001 | 10110 | 1001111 | 110010 | 111000 |
Color Harmonies of #A2C656
Complementary color
Monochromatic Colors of #A2C656
Black with #A2C656
Text Example
Text Example
White with #A2C656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C656; }
p { color: rgb(162,198,86); }
H1.HeaderClassName
{
color: #A2C656;
}
.AnyTagClassName
{
color: #A2C656;
}
</style>
background-color css
<style>
a { background-color: #A2C656; }
a { background-color: rgb(162,198,86); }
div.DivClassName
{
background-color: #A2C656;
}
.BgClassName
{
background-color: #A2C656;
}
</style>
border-color css
<style>
span { border-color: #A2C656; }
span { border-color: rgb(162,198,86); }
td.TdClassName
{
border-color: #A2C656;
}
.TagClassName
{
border-color: #A2C656;
}
</style>