Shades of Conifer #A6EC4D
Tints of Conifer #A6EC4D
RGB
CMYK
RGB Variations
Color information
#A6EC4D (or 0xA6EC4D) is known color: Conifer. HEX triplet: A6, EC and 4D. RGB value is (166,236,77). Sum of RGB (Red+Green+Blue) = 166+236+77=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 236 (92.58% from 255 or 49.27% from 479); Blue value is 77 (30.47% from 255 or 16.08% from 479); Max value from RGB is 236 - color contains mainly: green. Hex color #A6EC4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6EC4D is #5913B2. Grayscale: #C5C5C5. Windows color (decimal): -5837747 or 5106854. OLE color: 5106854.
HSL color Cylindrical-coordinate representation of color #A6EC4D: hue angle of 86.42º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A6EC4D is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 236 | 77 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.07 |
| HSL | 86.42º | 0.81% | 0.61% | - |
| HSV(B) | 86.42º | 0.67% | 0.93% | - |
| XYZ | 47.06 | 68.63 | 17.79 | - |
| YUV | 196.94 | 60.31 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 236 | 77 | 0.30 | 0 | 0.67 | 0.07 | 86.42 | 0.81 | 0.61 |
| Hex | A6 | EC | 4D | 1E | 0 | 43 | 7 | 56 | 51 | 3D |
| Octal | 246 | 354 | 115 | 36 | 0 | 103 | 7 | 126 | 121 | 75 |
| Binary | 10100110 | 11101100 | 1001101 | 11110 | 0 | 1000011 | 111 | 1010110 | 1010001 | 111101 |
Color Harmonies of #A6EC4D
Complementary color
Monochromatic Colors of #A6EC4D
Black with #A6EC4D
Text Example
Text Example
White with #A6EC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EC4D; }
p { color: rgb(166,236,77); }
H1.HeaderClassName
{
color: #A6EC4D;
}
.AnyTagClassName
{
color: #A6EC4D;
}
</style>
background-color css
<style>
a { background-color: #A6EC4D; }
a { background-color: rgb(166,236,77); }
div.DivClassName
{
background-color: #A6EC4D;
}
.BgClassName
{
background-color: #A6EC4D;
}
</style>
border-color css
<style>
span { border-color: #A6EC4D; }
span { border-color: rgb(166,236,77); }
td.TdClassName
{
border-color: #A6EC4D;
}
.TagClassName
{
border-color: #A6EC4D;
}
</style>