Shades of Conifer #A6DD46
Tints of Conifer #A6DD46
RGB
CMYK
RGB Variations
Color information
#A6DD46 (or 0xA6DD46) is known color: Conifer. HEX triplet: A6, DD and 46. RGB value is (166,221,70). Sum of RGB (Red+Green+Blue) = 166+221+70=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 70 (27.73% from 255 or 15.32% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DD46 is #5922B9. Grayscale: #BBBBBB. Windows color (decimal): -5841594 or 4644262. OLE color: 4644262.
HSL color Cylindrical-coordinate representation of color #A6DD46: hue angle of 81.85º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A6DD46 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 221 | 70 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.13 |
| HSL | 81.85º | 0.69% | 0.57% | - |
| HSV(B) | 81.85º | 0.68% | 0.87% | - |
| XYZ | 42.69 | 60.26 | 15.18 | - |
| YUV | 187.34 | 61.78 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 70 | 0.25 | 0 | 0.68 | 0.13 | 81.85 | 0.69 | 0.57 |
| Hex | A6 | DD | 46 | 19 | 0 | 44 | D | 52 | 45 | 39 |
| Octal | 246 | 335 | 106 | 31 | 0 | 104 | 15 | 122 | 105 | 71 |
| Binary | 10100110 | 11011101 | 1000110 | 11001 | 0 | 1000100 | 1101 | 1010010 | 1000101 | 111001 |
Color Harmonies of #A6DD46
Complementary color
Monochromatic Colors of #A6DD46
Black with #A6DD46
Text Example
Text Example
White with #A6DD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DD46; }
p { color: rgb(166,221,70); }
H1.HeaderClassName
{
color: #A6DD46;
}
.AnyTagClassName
{
color: #A6DD46;
}
</style>
background-color css
<style>
a { background-color: #A6DD46; }
a { background-color: rgb(166,221,70); }
div.DivClassName
{
background-color: #A6DD46;
}
.BgClassName
{
background-color: #A6DD46;
}
</style>
border-color css
<style>
span { border-color: #A6DD46; }
span { border-color: rgb(166,221,70); }
td.TdClassName
{
border-color: #A6DD46;
}
.TagClassName
{
border-color: #A6DD46;
}
</style>