Shades of Conifer #A5CA5B
Tints of Conifer #A5CA5B
RGB
CMYK
RGB Variations
Color information
#A5CA5B (or 0xA5CA5B) is known color: Conifer. HEX triplet: A5, CA and 5B. RGB value is (165,202,91). Sum of RGB (Red+Green+Blue) = 165+202+91=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 91 (35.94% from 255 or 19.87% from 458); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CA5B is #5A35A4. Grayscale: #B2B2B2. Windows color (decimal): -5911973 or 6015653. OLE color: 6015653.
HSL color Cylindrical-coordinate representation of color #A5CA5B: hue angle of 80º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A5CA5B is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 202 | 91 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.21 |
| HSL | 80º | 0.51% | 0.57% | - |
| HSV(B) | 80º | 0.55% | 0.79% | - |
| XYZ | 38.53 | 51 | 17.71 | - |
| YUV | 178.28 | 78.74 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 202 | 91 | 0.18 | 0 | 0.55 | 0.21 | 80 | 0.51 | 0.57 |
| Hex | A5 | CA | 5B | 12 | 0 | 37 | 15 | 50 | 33 | 39 |
| Octal | 245 | 312 | 133 | 22 | 0 | 67 | 25 | 120 | 63 | 71 |
| Binary | 10100101 | 11001010 | 1011011 | 10010 | 0 | 110111 | 10101 | 1010000 | 110011 | 111001 |
Color Harmonies of #A5CA5B
Complementary color
Monochromatic Colors of #A5CA5B
Black with #A5CA5B
Text Example
Text Example
White with #A5CA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CA5B; }
p { color: rgb(165,202,91); }
H1.HeaderClassName
{
color: #A5CA5B;
}
.AnyTagClassName
{
color: #A5CA5B;
}
</style>
background-color css
<style>
a { background-color: #A5CA5B; }
a { background-color: rgb(165,202,91); }
div.DivClassName
{
background-color: #A5CA5B;
}
.BgClassName
{
background-color: #A5CA5B;
}
</style>
border-color css
<style>
span { border-color: #A5CA5B; }
span { border-color: rgb(165,202,91); }
td.TdClassName
{
border-color: #A5CA5B;
}
.TagClassName
{
border-color: #A5CA5B;
}
</style>