Shades of Conifer #A5D64E
Tints of Conifer #A5D64E
RGB
CMYK
RGB Variations
Color information
#A5D64E (or 0xA5D64E) is known color: Conifer. HEX triplet: A5, D6 and 4E. RGB value is (165,214,78). Sum of RGB (Red+Green+Blue) = 165+214+78=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 214 (83.98% from 255 or 46.83% from 457); Blue value is 78 (30.86% from 255 or 17.07% from 457); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D64E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D64E is #5A29B1. Grayscale: #B8B8B8. Windows color (decimal): -5908914 or 5166757. OLE color: 5166757.
HSL color Cylindrical-coordinate representation of color #A5D64E: hue angle of 81.62º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A5D64E is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 214 | 78 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.16 |
| HSL | 81.62º | 0.62% | 0.57% | - |
| HSV(B) | 81.62º | 0.64% | 0.84% | - |
| XYZ | 40.94 | 56.64 | 15.98 | - |
| YUV | 183.85 | 68.27 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 214 | 78 | 0.23 | 0 | 0.64 | 0.16 | 81.62 | 0.62 | 0.57 |
| Hex | A5 | D6 | 4E | 17 | 0 | 40 | 10 | 52 | 3E | 39 |
| Octal | 245 | 326 | 116 | 27 | 0 | 100 | 20 | 122 | 76 | 71 |
| Binary | 10100101 | 11010110 | 1001110 | 10111 | 0 | 1000000 | 10000 | 1010010 | 111110 | 111001 |
Color Harmonies of #A5D64E
Complementary color
Monochromatic Colors of #A5D64E
Black with #A5D64E
Text Example
Text Example
White with #A5D64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D64E; }
p { color: rgb(165,214,78); }
H1.HeaderClassName
{
color: #A5D64E;
}
.AnyTagClassName
{
color: #A5D64E;
}
</style>
background-color css
<style>
a { background-color: #A5D64E; }
a { background-color: rgb(165,214,78); }
div.DivClassName
{
background-color: #A5D64E;
}
.BgClassName
{
background-color: #A5D64E;
}
</style>
border-color css
<style>
span { border-color: #A5D64E; }
span { border-color: rgb(165,214,78); }
td.TdClassName
{
border-color: #A5D64E;
}
.TagClassName
{
border-color: #A5D64E;
}
</style>