Shades of Conifer #A6DD59
Tints of Conifer #A6DD59
RGB
CMYK
RGB Variations
Color information
#A6DD59 (or 0xA6DD59) is known color: Conifer. HEX triplet: A6, DD and 59. RGB value is (166,221,89). Sum of RGB (Red+Green+Blue) = 166+221+89=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 89 (35.16% from 255 or 18.70% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DD59 is #5922A6. Grayscale: #BDBDBD. Windows color (decimal): -5841575 or 5889446. OLE color: 5889446.
HSL color Cylindrical-coordinate representation of color #A6DD59: hue angle of 85º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6DD59 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 221 | 89 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.13 |
| HSL | 85º | 0.66% | 0.61% | - |
| HSV(B) | 85º | 0.6% | 0.87% | - |
| XYZ | 43.39 | 60.54 | 18.85 | - |
| YUV | 189.51 | 71.28 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 89 | 0.25 | 0 | 0.60 | 0.13 | 85 | 0.66 | 0.61 |
| Hex | A6 | DD | 59 | 19 | 0 | 3C | D | 55 | 42 | 3D |
| Octal | 246 | 335 | 131 | 31 | 0 | 74 | 15 | 125 | 102 | 75 |
| Binary | 10100110 | 11011101 | 1011001 | 11001 | 0 | 111100 | 1101 | 1010101 | 1000010 | 111101 |
Color Harmonies of #A6DD59
Complementary color
Monochromatic Colors of #A6DD59
Black with #A6DD59
Text Example
Text Example
White with #A6DD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DD59; }
p { color: rgb(166,221,89); }
H1.HeaderClassName
{
color: #A6DD59;
}
.AnyTagClassName
{
color: #A6DD59;
}
</style>
background-color css
<style>
a { background-color: #A6DD59; }
a { background-color: rgb(166,221,89); }
div.DivClassName
{
background-color: #A6DD59;
}
.BgClassName
{
background-color: #A6DD59;
}
</style>
border-color css
<style>
span { border-color: #A6DD59; }
span { border-color: rgb(166,221,89); }
td.TdClassName
{
border-color: #A6DD59;
}
.TagClassName
{
border-color: #A6DD59;
}
</style>