Shades of Conifer #A0EC46
Tints of Conifer #A0EC46
RGB
CMYK
RGB Variations
Color information
#A0EC46 (or 0xA0EC46) is known color: Conifer. HEX triplet: A0, EC and 46. RGB value is (160,236,70). Sum of RGB (Red+Green+Blue) = 160+236+70=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 236 (92.58% from 255 or 50.64% from 466); Blue value is 70 (27.73% from 255 or 15.02% from 466); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0EC46 is #5F13B9. Grayscale: #C2C2C2. Windows color (decimal): -6230970 or 4648096. OLE color: 4648096.
HSL color Cylindrical-coordinate representation of color #A0EC46: hue angle of 87.47º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A0EC46 is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 236 | 70 | - |
| CMYK | 0.32 | 0 | 0.70 | 0.07 |
| HSL | 87.47º | 0.81% | 0.6% | - |
| HSV(B) | 87.47º | 0.7% | 0.93% | - |
| XYZ | 45.6 | 67.91 | 16.5 | - |
| YUV | 194.35 | 57.82 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 70 | 0.32 | 0 | 0.70 | 0.07 | 87.47 | 0.81 | 0.6 |
| Hex | A0 | EC | 46 | 20 | 0 | 46 | 7 | 57 | 51 | 3C |
| Octal | 240 | 354 | 106 | 40 | 0 | 106 | 7 | 127 | 121 | 74 |
| Binary | 10100000 | 11101100 | 1000110 | 100000 | 0 | 1000110 | 111 | 1010111 | 1010001 | 111100 |
Color Harmonies of #A0EC46
Complementary color
Monochromatic Colors of #A0EC46
Black with #A0EC46
Text Example
Text Example
White with #A0EC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EC46; }
p { color: rgb(160,236,70); }
H1.HeaderClassName
{
color: #A0EC46;
}
.AnyTagClassName
{
color: #A0EC46;
}
</style>
background-color css
<style>
a { background-color: #A0EC46; }
a { background-color: rgb(160,236,70); }
div.DivClassName
{
background-color: #A0EC46;
}
.BgClassName
{
background-color: #A0EC46;
}
</style>
border-color css
<style>
span { border-color: #A0EC46; }
span { border-color: rgb(160,236,70); }
td.TdClassName
{
border-color: #A0EC46;
}
.TagClassName
{
border-color: #A0EC46;
}
</style>