Shades of Conifer #A2D957
Tints of Conifer #A2D957
RGB
CMYK
RGB Variations
Color information
#A2D957 (or 0xA2D957) is known color: Conifer. HEX triplet: A2, D9 and 57. RGB value is (162,217,87). Sum of RGB (Red+Green+Blue) = 162+217+87=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 87 (34.38% from 255 or 18.67% from 466); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D957 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D957 is #5D26A8. Grayscale: #BABABA. Windows color (decimal): -6104745 or 5757346. OLE color: 5757346.
HSL color Cylindrical-coordinate representation of color #A2D957: hue angle of 85.38º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2D957 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 217 | 87 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.15 |
| HSL | 85.38º | 0.63% | 0.6% | - |
| HSV(B) | 85.38º | 0.6% | 0.85% | - |
| XYZ | 41.43 | 58 | 18.03 | - |
| YUV | 185.74 | 72.28 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 217 | 87 | 0.25 | 0 | 0.60 | 0.15 | 85.38 | 0.63 | 0.6 |
| Hex | A2 | D9 | 57 | 19 | 0 | 3C | F | 55 | 3F | 3C |
| Octal | 242 | 331 | 127 | 31 | 0 | 74 | 17 | 125 | 77 | 74 |
| Binary | 10100010 | 11011001 | 1010111 | 11001 | 0 | 111100 | 1111 | 1010101 | 111111 | 111100 |
Color Harmonies of #A2D957
Complementary color
Monochromatic Colors of #A2D957
Black with #A2D957
Text Example
Text Example
White with #A2D957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D957; }
p { color: rgb(162,217,87); }
H1.HeaderClassName
{
color: #A2D957;
}
.AnyTagClassName
{
color: #A2D957;
}
</style>
background-color css
<style>
a { background-color: #A2D957; }
a { background-color: rgb(162,217,87); }
div.DivClassName
{
background-color: #A2D957;
}
.BgClassName
{
background-color: #A2D957;
}
</style>
border-color css
<style>
span { border-color: #A2D957; }
span { border-color: rgb(162,217,87); }
td.TdClassName
{
border-color: #A2D957;
}
.TagClassName
{
border-color: #A2D957;
}
</style>