Shades of Conifer #A2D056
Tints of Conifer #A2D056
RGB
CMYK
RGB Variations
Color information
#A2D056 (or 0xA2D056) is known color: Conifer. HEX triplet: A2, D0 and 56. RGB value is (162,208,86). Sum of RGB (Red+Green+Blue) = 162+208+86=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 86 (33.98% from 255 or 18.86% from 456); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D056 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D056 is #5D2FA9. Grayscale: #B4B4B4. Windows color (decimal): -6107050 or 5689506. OLE color: 5689506.
HSL color Cylindrical-coordinate representation of color #A2D056: hue angle of 82.62º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2D056 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 208 | 86 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.18 |
| HSL | 82.62º | 0.56% | 0.58% | - |
| HSV(B) | 82.62º | 0.59% | 0.82% | - |
| XYZ | 39.14 | 53.47 | 17.06 | - |
| YUV | 180.34 | 74.76 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 86 | 0.22 | 0 | 0.59 | 0.18 | 82.62 | 0.56 | 0.58 |
| Hex | A2 | D0 | 56 | 16 | 0 | 3B | 12 | 53 | 38 | 3A |
| Octal | 242 | 320 | 126 | 26 | 0 | 73 | 22 | 123 | 70 | 72 |
| Binary | 10100010 | 11010000 | 1010110 | 10110 | 0 | 111011 | 10010 | 1010011 | 111000 | 111010 |
Color Harmonies of #A2D056
Complementary color
Monochromatic Colors of #A2D056
Black with #A2D056
Text Example
Text Example
White with #A2D056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D056; }
p { color: rgb(162,208,86); }
H1.HeaderClassName
{
color: #A2D056;
}
.AnyTagClassName
{
color: #A2D056;
}
</style>
background-color css
<style>
a { background-color: #A2D056; }
a { background-color: rgb(162,208,86); }
div.DivClassName
{
background-color: #A2D056;
}
.BgClassName
{
background-color: #A2D056;
}
</style>
border-color css
<style>
span { border-color: #A2D056; }
span { border-color: rgb(162,208,86); }
td.TdClassName
{
border-color: #A2D056;
}
.TagClassName
{
border-color: #A2D056;
}
</style>