Shades of Conifer #A5CA53
Tints of Conifer #A5CA53
RGB
CMYK
RGB Variations
Color information
#A5CA53 (or 0xA5CA53) is known color: Conifer. HEX triplet: A5, CA and 53. RGB value is (165,202,83). Sum of RGB (Red+Green+Blue) = 165+202+83=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 83 (32.81% from 255 or 18.44% from 450); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CA53 is #5A35AC. Grayscale: #B1B1B1. Windows color (decimal): -5911981 or 5491365. OLE color: 5491365.
HSL color Cylindrical-coordinate representation of color #A5CA53: hue angle of 78.66º degrees, saturation: 0.53, 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 #A5CA53 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 202 | 83 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.21 |
| HSL | 78.66º | 0.53% | 0.56% | - |
| HSV(B) | 78.66º | 0.59% | 0.79% | - |
| XYZ | 38.2 | 50.86 | 15.99 | - |
| YUV | 177.37 | 74.74 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 202 | 83 | 0.18 | 0 | 0.59 | 0.21 | 78.66 | 0.53 | 0.56 |
| Hex | A5 | CA | 53 | 12 | 0 | 3B | 15 | 4F | 35 | 38 |
| Octal | 245 | 312 | 123 | 22 | 0 | 73 | 25 | 117 | 65 | 70 |
| Binary | 10100101 | 11001010 | 1010011 | 10010 | 0 | 111011 | 10101 | 1001111 | 110101 | 111000 |
Color Harmonies of #A5CA53
Complementary color
Monochromatic Colors of #A5CA53
Black with #A5CA53
Text Example
Text Example
White with #A5CA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CA53; }
p { color: rgb(165,202,83); }
H1.HeaderClassName
{
color: #A5CA53;
}
.AnyTagClassName
{
color: #A5CA53;
}
</style>
background-color css
<style>
a { background-color: #A5CA53; }
a { background-color: rgb(165,202,83); }
div.DivClassName
{
background-color: #A5CA53;
}
.BgClassName
{
background-color: #A5CA53;
}
</style>
border-color css
<style>
span { border-color: #A5CA53; }
span { border-color: rgb(165,202,83); }
td.TdClassName
{
border-color: #A5CA53;
}
.TagClassName
{
border-color: #A5CA53;
}
</style>