Shades of Conifer #A2D955
Tints of Conifer #A2D955
RGB
CMYK
RGB Variations
Color information
#A2D955 (or 0xA2D955) is known color: Conifer. HEX triplet: A2, D9 and 55. RGB value is (162,217,85). Sum of RGB (Red+Green+Blue) = 162+217+85=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 217 (85.16% from 255 or 46.77% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D955 is #5D26AA. Grayscale: #B9B9B9. Windows color (decimal): -6104747 or 5626274. OLE color: 5626274.
HSL color Cylindrical-coordinate representation of color #A2D955: hue angle of 85º 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 #A2D955 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 217 | 85 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.15 |
| HSL | 85º | 0.63% | 0.59% | - |
| HSV(B) | 85º | 0.61% | 0.85% | - |
| XYZ | 41.35 | 57.96 | 17.6 | - |
| YUV | 185.51 | 71.28 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 217 | 85 | 0.25 | 0 | 0.61 | 0.15 | 85 | 0.63 | 0.59 |
| Hex | A2 | D9 | 55 | 19 | 0 | 3D | F | 55 | 3F | 3B |
| Octal | 242 | 331 | 125 | 31 | 0 | 75 | 17 | 125 | 77 | 73 |
| Binary | 10100010 | 11011001 | 1010101 | 11001 | 0 | 111101 | 1111 | 1010101 | 111111 | 111011 |
Color Harmonies of #A2D955
Complementary color
Monochromatic Colors of #A2D955
Black with #A2D955
Text Example
Text Example
White with #A2D955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D955; }
p { color: rgb(162,217,85); }
H1.HeaderClassName
{
color: #A2D955;
}
.AnyTagClassName
{
color: #A2D955;
}
</style>
background-color css
<style>
a { background-color: #A2D955; }
a { background-color: rgb(162,217,85); }
div.DivClassName
{
background-color: #A2D955;
}
.BgClassName
{
background-color: #A2D955;
}
</style>
border-color css
<style>
span { border-color: #A2D955; }
span { border-color: rgb(162,217,85); }
td.TdClassName
{
border-color: #A2D955;
}
.TagClassName
{
border-color: #A2D955;
}
</style>