Shades of Conifer #A5CD5B
Tints of Conifer #A5CD5B
RGB
CMYK
RGB Variations
Color information
#A5CD5B (or 0xA5CD5B) is known color: Conifer. HEX triplet: A5, CD and 5B. RGB value is (165,205,91). Sum of RGB (Red+Green+Blue) = 165+205+91=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 91 (35.94% from 255 or 19.74% from 461); Max value from RGB is 205 - color contains mainly: green. Hex color #A5CD5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CD5B is #5A32A4. Grayscale: #B4B4B4. Windows color (decimal): -5911205 or 6016421. OLE color: 6016421.
HSL color Cylindrical-coordinate representation of color #A5CD5B: hue angle of 81.05º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A5CD5B is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 205 | 91 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.20 |
| HSL | 81.05º | 0.53% | 0.58% | - |
| HSV(B) | 81.05º | 0.56% | 0.8% | - |
| XYZ | 39.24 | 52.42 | 17.95 | - |
| YUV | 180.04 | 77.75 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 205 | 91 | 0.20 | 0 | 0.56 | 0.20 | 81.05 | 0.53 | 0.58 |
| Hex | A5 | CD | 5B | 14 | 0 | 38 | 14 | 51 | 35 | 3A |
| Octal | 245 | 315 | 133 | 24 | 0 | 70 | 24 | 121 | 65 | 72 |
| Binary | 10100101 | 11001101 | 1011011 | 10100 | 0 | 111000 | 10100 | 1010001 | 110101 | 111010 |
Color Harmonies of #A5CD5B
Complementary color
Monochromatic Colors of #A5CD5B
Black with #A5CD5B
Text Example
Text Example
White with #A5CD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CD5B; }
p { color: rgb(165,205,91); }
H1.HeaderClassName
{
color: #A5CD5B;
}
.AnyTagClassName
{
color: #A5CD5B;
}
</style>
background-color css
<style>
a { background-color: #A5CD5B; }
a { background-color: rgb(165,205,91); }
div.DivClassName
{
background-color: #A5CD5B;
}
.BgClassName
{
background-color: #A5CD5B;
}
</style>
border-color css
<style>
span { border-color: #A5CD5B; }
span { border-color: rgb(165,205,91); }
td.TdClassName
{
border-color: #A5CD5B;
}
.TagClassName
{
border-color: #A5CD5B;
}
</style>