Shades of Conifer #A5CA5E
Tints of Conifer #A5CA5E
RGB
CMYK
RGB Variations
Color information
#A5CA5E (or 0xA5CA5E) is known color: Conifer. HEX triplet: A5, CA and 5E. RGB value is (165,202,94). Sum of RGB (Red+Green+Blue) = 165+202+94=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CA5E is #5A35A1. Grayscale: #B3B3B3. Windows color (decimal): -5911970 or 6212261. OLE color: 6212261.
HSL color Cylindrical-coordinate representation of color #A5CA5E: hue angle of 80.56º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5CA5E is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 202 | 94 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.21 |
| HSL | 80.56º | 0.5% | 0.58% | - |
| HSV(B) | 80.56º | 0.53% | 0.79% | - |
| XYZ | 38.66 | 51.05 | 18.41 | - |
| YUV | 178.63 | 80.24 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 202 | 94 | 0.18 | 0 | 0.53 | 0.21 | 80.56 | 0.5 | 0.58 |
| Hex | A5 | CA | 5E | 12 | 0 | 35 | 15 | 51 | 32 | 3A |
| Octal | 245 | 312 | 136 | 22 | 0 | 65 | 25 | 121 | 62 | 72 |
| Binary | 10100101 | 11001010 | 1011110 | 10010 | 0 | 110101 | 10101 | 1010001 | 110010 | 111010 |
Color Harmonies of #A5CA5E
Complementary color
Monochromatic Colors of #A5CA5E
Black with #A5CA5E
Text Example
Text Example
White with #A5CA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CA5E; }
p { color: rgb(165,202,94); }
H1.HeaderClassName
{
color: #A5CA5E;
}
.AnyTagClassName
{
color: #A5CA5E;
}
</style>
background-color css
<style>
a { background-color: #A5CA5E; }
a { background-color: rgb(165,202,94); }
div.DivClassName
{
background-color: #A5CA5E;
}
.BgClassName
{
background-color: #A5CA5E;
}
</style>
border-color css
<style>
span { border-color: #A5CA5E; }
span { border-color: rgb(165,202,94); }
td.TdClassName
{
border-color: #A5CA5E;
}
.TagClassName
{
border-color: #A5CA5E;
}
</style>