Shades of Conifer #A6DA59
Tints of Conifer #A6DA59
RGB
CMYK
RGB Variations
Color information
#A6DA59 (or 0xA6DA59) is known color: Conifer. HEX triplet: A6, DA and 59. RGB value is (166,218,89). Sum of RGB (Red+Green+Blue) = 166+218+89=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 89 (35.16% from 255 or 18.82% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DA59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DA59 is #5925A6. Grayscale: #BCBCBC. Windows color (decimal): -5842343 or 5888678. OLE color: 5888678.
HSL color Cylindrical-coordinate representation of color #A6DA59: hue angle of 84.19º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A6DA59 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 218 | 89 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.15 |
| HSL | 84.19º | 0.64% | 0.6% | - |
| HSV(B) | 84.19º | 0.59% | 0.85% | - |
| XYZ | 42.6 | 58.97 | 18.59 | - |
| YUV | 187.75 | 72.27 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 218 | 89 | 0.24 | 0 | 0.59 | 0.15 | 84.19 | 0.64 | 0.6 |
| Hex | A6 | DA | 59 | 18 | 0 | 3B | F | 54 | 40 | 3C |
| Octal | 246 | 332 | 131 | 30 | 0 | 73 | 17 | 124 | 100 | 74 |
| Binary | 10100110 | 11011010 | 1011001 | 11000 | 0 | 111011 | 1111 | 1010100 | 1000000 | 111100 |
Color Harmonies of #A6DA59
Complementary color
Monochromatic Colors of #A6DA59
Black with #A6DA59
Text Example
Text Example
White with #A6DA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DA59; }
p { color: rgb(166,218,89); }
H1.HeaderClassName
{
color: #A6DA59;
}
.AnyTagClassName
{
color: #A6DA59;
}
</style>
background-color css
<style>
a { background-color: #A6DA59; }
a { background-color: rgb(166,218,89); }
div.DivClassName
{
background-color: #A6DA59;
}
.BgClassName
{
background-color: #A6DA59;
}
</style>
border-color css
<style>
span { border-color: #A6DA59; }
span { border-color: rgb(166,218,89); }
td.TdClassName
{
border-color: #A6DA59;
}
.TagClassName
{
border-color: #A6DA59;
}
</style>