Shades of Conifer #A5DA68
Tints of Conifer #A5DA68
RGB
CMYK
RGB Variations
Color information
#A5DA68 (or 0xA5DA68) is known color: Conifer. HEX triplet: A5, DA and 68. RGB value is (165,218,104). Sum of RGB (Red+Green+Blue) = 165+218+104=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 104 (41.02% from 255 or 21.36% from 487); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DA68 is #5A2597. Grayscale: #BDBDBD. Windows color (decimal): -5907864 or 6871717. OLE color: 6871717.
HSL color Cylindrical-coordinate representation of color #A5DA68: hue angle of 87.89º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A5DA68 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 218 | 104 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.15 |
| HSL | 87.89º | 0.61% | 0.63% | - |
| HSV(B) | 87.89º | 0.52% | 0.85% | - |
| XYZ | 43.09 | 59.14 | 22.24 | - |
| YUV | 189.16 | 79.94 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 218 | 104 | 0.24 | 0 | 0.52 | 0.15 | 87.89 | 0.61 | 0.63 |
| Hex | A5 | DA | 68 | 18 | 0 | 34 | F | 58 | 3D | 3F |
| Octal | 245 | 332 | 150 | 30 | 0 | 64 | 17 | 130 | 75 | 77 |
| Binary | 10100101 | 11011010 | 1101000 | 11000 | 0 | 110100 | 1111 | 1011000 | 111101 | 111111 |
Color Harmonies of #A5DA68
Complementary color
Monochromatic Colors of #A5DA68
Black with #A5DA68
Text Example
Text Example
White with #A5DA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DA68; }
p { color: rgb(165,218,104); }
H1.HeaderClassName
{
color: #A5DA68;
}
.AnyTagClassName
{
color: #A5DA68;
}
</style>
background-color css
<style>
a { background-color: #A5DA68; }
a { background-color: rgb(165,218,104); }
div.DivClassName
{
background-color: #A5DA68;
}
.BgClassName
{
background-color: #A5DA68;
}
</style>
border-color css
<style>
span { border-color: #A5DA68; }
span { border-color: rgb(165,218,104); }
td.TdClassName
{
border-color: #A5DA68;
}
.TagClassName
{
border-color: #A5DA68;
}
</style>