Shades of Conifer #A5C953
Tints of Conifer #A5C953
RGB
CMYK
RGB Variations
Color information
#A5C953 (or 0xA5C953) is known color: Conifer. HEX triplet: A5, C9 and 53. RGB value is (165,201,83). Sum of RGB (Red+Green+Blue) = 165+201+83=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 83 (32.81% from 255 or 18.49% from 449); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C953 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C953 is #5A36AC. Grayscale: #B1B1B1. Windows color (decimal): -5912237 or 5491109. OLE color: 5491109.
HSL color Cylindrical-coordinate representation of color #A5C953: hue angle of 78.31º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5C953 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 201 | 83 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.21 |
| HSL | 78.31º | 0.52% | 0.56% | - |
| HSV(B) | 78.31º | 0.59% | 0.79% | - |
| XYZ | 37.97 | 50.4 | 15.91 | - |
| YUV | 176.78 | 75.07 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 201 | 83 | 0.18 | 0 | 0.59 | 0.21 | 78.31 | 0.52 | 0.56 |
| Hex | A5 | C9 | 53 | 12 | 0 | 3B | 15 | 4E | 34 | 38 |
| Octal | 245 | 311 | 123 | 22 | 0 | 73 | 25 | 116 | 64 | 70 |
| Binary | 10100101 | 11001001 | 1010011 | 10010 | 0 | 111011 | 10101 | 1001110 | 110100 | 111000 |
Color Harmonies of #A5C953
Complementary color
Monochromatic Colors of #A5C953
Black with #A5C953
Text Example
Text Example
White with #A5C953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C953; }
p { color: rgb(165,201,83); }
H1.HeaderClassName
{
color: #A5C953;
}
.AnyTagClassName
{
color: #A5C953;
}
</style>
background-color css
<style>
a { background-color: #A5C953; }
a { background-color: rgb(165,201,83); }
div.DivClassName
{
background-color: #A5C953;
}
.BgClassName
{
background-color: #A5C953;
}
</style>
border-color css
<style>
span { border-color: #A5C953; }
span { border-color: rgb(165,201,83); }
td.TdClassName
{
border-color: #A5C953;
}
.TagClassName
{
border-color: #A5C953;
}
</style>