Shades of Conifer #A5D766
Tints of Conifer #A5D766
RGB
CMYK
RGB Variations
Color information
#A5D766 (or 0xA5D766) is known color: Conifer. HEX triplet: A5, D7 and 66. RGB value is (165,215,102). Sum of RGB (Red+Green+Blue) = 165+215+102=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D766 is #5A2899. Grayscale: #BBBBBB. Windows color (decimal): -5908634 or 6739877. OLE color: 6739877.
HSL color Cylindrical-coordinate representation of color #A5D766: hue angle of 86.55º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5D766 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 215 | 102 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.16 |
| HSL | 86.55º | 0.59% | 0.62% | - |
| HSV(B) | 86.55º | 0.53% | 0.84% | - |
| XYZ | 42.22 | 57.56 | 21.46 | - |
| YUV | 187.17 | 79.94 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 215 | 102 | 0.23 | 0 | 0.53 | 0.16 | 86.55 | 0.59 | 0.62 |
| Hex | A5 | D7 | 66 | 17 | 0 | 35 | 10 | 57 | 3B | 3E |
| Octal | 245 | 327 | 146 | 27 | 0 | 65 | 20 | 127 | 73 | 76 |
| Binary | 10100101 | 11010111 | 1100110 | 10111 | 0 | 110101 | 10000 | 1010111 | 111011 | 111110 |
Color Harmonies of #A5D766
Complementary color
Monochromatic Colors of #A5D766
Black with #A5D766
Text Example
Text Example
White with #A5D766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D766; }
p { color: rgb(165,215,102); }
H1.HeaderClassName
{
color: #A5D766;
}
.AnyTagClassName
{
color: #A5D766;
}
</style>
background-color css
<style>
a { background-color: #A5D766; }
a { background-color: rgb(165,215,102); }
div.DivClassName
{
background-color: #A5D766;
}
.BgClassName
{
background-color: #A5D766;
}
</style>
border-color css
<style>
span { border-color: #A5D766; }
span { border-color: rgb(165,215,102); }
td.TdClassName
{
border-color: #A5D766;
}
.TagClassName
{
border-color: #A5D766;
}
</style>