Shades of Conifer #A6EC48
Tints of Conifer #A6EC48
RGB
CMYK
RGB Variations
Color information
#A6EC48 (or 0xA6EC48) is known color: Conifer. HEX triplet: A6, EC and 48. RGB value is (166,236,72). Sum of RGB (Red+Green+Blue) = 166+236+72=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 72 (28.52% from 255 or 15.19% from 474); Max value from RGB is 236 - color contains mainly: green. Hex color #A6EC48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A6EC48 is #5913B7. Grayscale: #C4C4C4. Windows color (decimal): -5837752 or 4779174. OLE color: 4779174.
HSL color Cylindrical-coordinate representation of color #A6EC48: hue angle of 85.61º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A6EC48 is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 236 | 72 | - |
| CMYK | 0.30 | 0 | 0.69 | 0.07 |
| HSL | 85.61º | 0.81% | 0.6% | - |
| HSV(B) | 85.61º | 0.69% | 0.93% | - |
| XYZ | 46.89 | 68.57 | 16.89 | - |
| YUV | 196.37 | 57.81 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 236 | 72 | 0.30 | 0 | 0.69 | 0.07 | 85.61 | 0.81 | 0.6 |
| Hex | A6 | EC | 48 | 1E | 0 | 45 | 7 | 56 | 51 | 3C |
| Octal | 246 | 354 | 110 | 36 | 0 | 105 | 7 | 126 | 121 | 74 |
| Binary | 10100110 | 11101100 | 1001000 | 11110 | 0 | 1000101 | 111 | 1010110 | 1010001 | 111100 |
Color Harmonies of #A6EC48
Complementary color
Monochromatic Colors of #A6EC48
Black with #A6EC48
Text Example
Text Example
White with #A6EC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EC48; }
p { color: rgb(166,236,72); }
H1.HeaderClassName
{
color: #A6EC48;
}
.AnyTagClassName
{
color: #A6EC48;
}
</style>
background-color css
<style>
a { background-color: #A6EC48; }
a { background-color: rgb(166,236,72); }
div.DivClassName
{
background-color: #A6EC48;
}
.BgClassName
{
background-color: #A6EC48;
}
</style>
border-color css
<style>
span { border-color: #A6EC48; }
span { border-color: rgb(166,236,72); }
td.TdClassName
{
border-color: #A6EC48;
}
.TagClassName
{
border-color: #A6EC48;
}
</style>