Shades of Conifer #A5D957
Tints of Conifer #A5D957
RGB
CMYK
RGB Variations
Color information
#A5D957 (or 0xA5D957) is known color: Conifer. HEX triplet: A5, D9 and 57. RGB value is (165,217,87). Sum of RGB (Red+Green+Blue) = 165+217+87=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 87 (34.38% from 255 or 18.55% from 469); Max value from RGB is 217 - color contains mainly: green. Hex color #A5D957 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D957 is #5A26A8. Grayscale: #BBBBBB. Windows color (decimal): -5908137 or 5757349. OLE color: 5757349.
HSL color Cylindrical-coordinate representation of color #A5D957: hue angle of 84º 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 #A5D957 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 217 | 87 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.15 |
| HSL | 84º | 0.63% | 0.6% | - |
| HSV(B) | 84º | 0.6% | 0.85% | - |
| XYZ | 42.05 | 58.31 | 18.06 | - |
| YUV | 186.63 | 71.77 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 217 | 87 | 0.24 | 0 | 0.60 | 0.15 | 84 | 0.63 | 0.6 |
| Hex | A5 | D9 | 57 | 18 | 0 | 3C | F | 54 | 3F | 3C |
| Octal | 245 | 331 | 127 | 30 | 0 | 74 | 17 | 124 | 77 | 74 |
| Binary | 10100101 | 11011001 | 1010111 | 11000 | 0 | 111100 | 1111 | 1010100 | 111111 | 111100 |
Color Harmonies of #A5D957
Complementary color
Monochromatic Colors of #A5D957
Black with #A5D957
Text Example
Text Example
White with #A5D957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D957; }
p { color: rgb(165,217,87); }
H1.HeaderClassName
{
color: #A5D957;
}
.AnyTagClassName
{
color: #A5D957;
}
</style>
background-color css
<style>
a { background-color: #A5D957; }
a { background-color: rgb(165,217,87); }
div.DivClassName
{
background-color: #A5D957;
}
.BgClassName
{
background-color: #A5D957;
}
</style>
border-color css
<style>
span { border-color: #A5D957; }
span { border-color: rgb(165,217,87); }
td.TdClassName
{
border-color: #A5D957;
}
.TagClassName
{
border-color: #A5D957;
}
</style>