Shades of Conifer #A2D855
Tints of Conifer #A2D855
RGB
CMYK
RGB Variations
Color information
#A2D855 (or 0xA2D855) is known color: Conifer. HEX triplet: A2, D8 and 55. RGB value is (162,216,85). Sum of RGB (Red+Green+Blue) = 162+216+85=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 216 (84.77% from 255 or 46.65% from 463); Blue value is 85 (33.59% from 255 or 18.36% from 463); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D855 is #5D27AA. Grayscale: #B9B9B9. Windows color (decimal): -6105003 or 5626018. OLE color: 5626018.
HSL color Cylindrical-coordinate representation of color #A2D855: hue angle of 84.73º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A2D855 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 216 | 85 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.15 |
| HSL | 84.73º | 0.63% | 0.59% | - |
| HSV(B) | 84.73º | 0.61% | 0.85% | - |
| XYZ | 41.1 | 57.45 | 17.52 | - |
| YUV | 184.92 | 71.61 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 216 | 85 | 0.25 | 0 | 0.61 | 0.15 | 84.73 | 0.63 | 0.59 |
| Hex | A2 | D8 | 55 | 19 | 0 | 3D | F | 55 | 3F | 3B |
| Octal | 242 | 330 | 125 | 31 | 0 | 75 | 17 | 125 | 77 | 73 |
| Binary | 10100010 | 11011000 | 1010101 | 11001 | 0 | 111101 | 1111 | 1010101 | 111111 | 111011 |
Color Harmonies of #A2D855
Complementary color
Monochromatic Colors of #A2D855
Black with #A2D855
Text Example
Text Example
White with #A2D855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D855; }
p { color: rgb(162,216,85); }
H1.HeaderClassName
{
color: #A2D855;
}
.AnyTagClassName
{
color: #A2D855;
}
</style>
background-color css
<style>
a { background-color: #A2D855; }
a { background-color: rgb(162,216,85); }
div.DivClassName
{
background-color: #A2D855;
}
.BgClassName
{
background-color: #A2D855;
}
</style>
border-color css
<style>
span { border-color: #A2D855; }
span { border-color: rgb(162,216,85); }
td.TdClassName
{
border-color: #A2D855;
}
.TagClassName
{
border-color: #A2D855;
}
</style>