Shades of Conifer #A2D256
Tints of Conifer #A2D256
RGB
CMYK
RGB Variations
Color information
#A2D256 (or 0xA2D256) is known color: Conifer. HEX triplet: A2, D2 and 56. RGB value is (162,210,86). Sum of RGB (Red+Green+Blue) = 162+210+86=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 210 (82.42% from 255 or 45.85% from 458); Blue value is 86 (33.98% from 255 or 18.78% from 458); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D256 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D256 is #5D2DA9. Grayscale: #B5B5B5. Windows color (decimal): -6106538 or 5690018. OLE color: 5690018.
HSL color Cylindrical-coordinate representation of color #A2D256: hue angle of 83.23º degrees, saturation: 0.58, 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 #A2D256 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 210 | 86 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.18 |
| HSL | 83.23º | 0.58% | 0.58% | - |
| HSV(B) | 83.23º | 0.59% | 0.82% | - |
| XYZ | 39.63 | 54.45 | 17.22 | - |
| YUV | 181.51 | 74.1 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 210 | 86 | 0.23 | 0 | 0.59 | 0.18 | 83.23 | 0.58 | 0.58 |
| Hex | A2 | D2 | 56 | 17 | 0 | 3B | 12 | 53 | 3A | 3A |
| Octal | 242 | 322 | 126 | 27 | 0 | 73 | 22 | 123 | 72 | 72 |
| Binary | 10100010 | 11010010 | 1010110 | 10111 | 0 | 111011 | 10010 | 1010011 | 111010 | 111010 |
Color Harmonies of #A2D256
Complementary color
Monochromatic Colors of #A2D256
Black with #A2D256
Text Example
Text Example
White with #A2D256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D256; }
p { color: rgb(162,210,86); }
H1.HeaderClassName
{
color: #A2D256;
}
.AnyTagClassName
{
color: #A2D256;
}
</style>
background-color css
<style>
a { background-color: #A2D256; }
a { background-color: rgb(162,210,86); }
div.DivClassName
{
background-color: #A2D256;
}
.BgClassName
{
background-color: #A2D256;
}
</style>
border-color css
<style>
span { border-color: #A2D256; }
span { border-color: rgb(162,210,86); }
td.TdClassName
{
border-color: #A2D256;
}
.TagClassName
{
border-color: #A2D256;
}
</style>