Shades of Conifer #A9DA68
Tints of Conifer #A9DA68
RGB
CMYK
RGB Variations
Color information
#A9DA68 (or 0xA9DA68) is known color: Conifer. HEX triplet: A9, DA and 68. RGB value is (169,218,104). Sum of RGB (Red+Green+Blue) = 169+218+104=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 104 (41.02% from 255 or 21.18% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #A9DA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9DA68 is #562597. Grayscale: #BEBEBE. Windows color (decimal): -5645720 or 6871721. OLE color: 6871721.
HSL color Cylindrical-coordinate representation of color #A9DA68: hue angle of 85.79º 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 #A9DA68 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 218 | 104 | - |
| CMYK | 0.22 | 0 | 0.52 | 0.15 |
| HSL | 85.79º | 0.61% | 0.63% | - |
| HSV(B) | 85.79º | 0.52% | 0.85% | - |
| XYZ | 43.93 | 59.58 | 22.28 | - |
| YUV | 190.35 | 79.27 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 218 | 104 | 0.22 | 0 | 0.52 | 0.15 | 85.79 | 0.61 | 0.63 |
| Hex | A9 | DA | 68 | 16 | 0 | 34 | F | 56 | 3D | 3F |
| Octal | 251 | 332 | 150 | 26 | 0 | 64 | 17 | 126 | 75 | 77 |
| Binary | 10101001 | 11011010 | 1101000 | 10110 | 0 | 110100 | 1111 | 1010110 | 111101 | 111111 |
Color Harmonies of #A9DA68
Complementary color
Monochromatic Colors of #A9DA68
Black with #A9DA68
Text Example
Text Example
White with #A9DA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DA68; }
p { color: rgb(169,218,104); }
H1.HeaderClassName
{
color: #A9DA68;
}
.AnyTagClassName
{
color: #A9DA68;
}
</style>
background-color css
<style>
a { background-color: #A9DA68; }
a { background-color: rgb(169,218,104); }
div.DivClassName
{
background-color: #A9DA68;
}
.BgClassName
{
background-color: #A9DA68;
}
</style>
border-color css
<style>
span { border-color: #A9DA68; }
span { border-color: rgb(169,218,104); }
td.TdClassName
{
border-color: #A9DA68;
}
.TagClassName
{
border-color: #A9DA68;
}
</style>