Shades of Conifer #A5D769
Tints of Conifer #A5D769
RGB
CMYK
RGB Variations
Color information
#A5D769 (or 0xA5D769) is known color: Conifer. HEX triplet: A5, D7 and 69. RGB value is (165,215,105). Sum of RGB (Red+Green+Blue) = 165+215+105=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 105 (41.41% from 255 or 21.65% from 485); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D769 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D769 is #5A2896. Grayscale: #BBBBBB. Windows color (decimal): -5908631 or 6936485. OLE color: 6936485.
HSL color Cylindrical-coordinate representation of color #A5D769: hue angle of 87.27º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A5D769 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 215 | 105 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.16 |
| HSL | 87.27º | 0.58% | 0.63% | - |
| HSV(B) | 87.27º | 0.51% | 0.84% | - |
| XYZ | 42.37 | 57.62 | 22.25 | - |
| YUV | 187.51 | 81.44 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 215 | 105 | 0.23 | 0 | 0.51 | 0.16 | 87.27 | 0.58 | 0.63 |
| Hex | A5 | D7 | 69 | 17 | 0 | 33 | 10 | 57 | 3A | 3F |
| Octal | 245 | 327 | 151 | 27 | 0 | 63 | 20 | 127 | 72 | 77 |
| Binary | 10100101 | 11010111 | 1101001 | 10111 | 0 | 110011 | 10000 | 1010111 | 111010 | 111111 |
Color Harmonies of #A5D769
Complementary color
Monochromatic Colors of #A5D769
Black with #A5D769
Text Example
Text Example
White with #A5D769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D769; }
p { color: rgb(165,215,105); }
H1.HeaderClassName
{
color: #A5D769;
}
.AnyTagClassName
{
color: #A5D769;
}
</style>
background-color css
<style>
a { background-color: #A5D769; }
a { background-color: rgb(165,215,105); }
div.DivClassName
{
background-color: #A5D769;
}
.BgClassName
{
background-color: #A5D769;
}
</style>
border-color css
<style>
span { border-color: #A5D769; }
span { border-color: rgb(165,215,105); }
td.TdClassName
{
border-color: #A5D769;
}
.TagClassName
{
border-color: #A5D769;
}
</style>