Shades of Conifer #A0EC66
Tints of Conifer #A0EC66
RGB
CMYK
RGB Variations
Color information
#A0EC66 (or 0xA0EC66) is known color: Conifer. HEX triplet: A0, EC and 66. RGB value is (160,236,102). Sum of RGB (Red+Green+Blue) = 160+236+102=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 102 (40.23% from 255 or 20.48% from 498); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EC66 is #5F1399. Grayscale: #C6C6C6. Windows color (decimal): -6230938 or 6745248. OLE color: 6745248.
HSL color Cylindrical-coordinate representation of color #A0EC66: hue angle of 94.03º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0EC66 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 236 | 102 | - |
| CMYK | 0.32 | 0 | 0.57 | 0.07 |
| HSL | 94.03º | 0.78% | 0.66% | - |
| HSV(B) | 94.03º | 0.57% | 0.93% | - |
| XYZ | 46.89 | 68.42 | 23.31 | - |
| YUV | 198 | 73.82 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 102 | 0.32 | 0 | 0.57 | 0.07 | 94.03 | 0.78 | 0.66 |
| Hex | A0 | EC | 66 | 20 | 0 | 39 | 7 | 5E | 4E | 42 |
| Octal | 240 | 354 | 146 | 40 | 0 | 71 | 7 | 136 | 116 | 102 |
| Binary | 10100000 | 11101100 | 1100110 | 100000 | 0 | 111001 | 111 | 1011110 | 1001110 | 1000010 |
Color Harmonies of #A0EC66
Complementary color
Monochromatic Colors of #A0EC66
Black with #A0EC66
Text Example
Text Example
White with #A0EC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EC66; }
p { color: rgb(160,236,102); }
H1.HeaderClassName
{
color: #A0EC66;
}
.AnyTagClassName
{
color: #A0EC66;
}
</style>
background-color css
<style>
a { background-color: #A0EC66; }
a { background-color: rgb(160,236,102); }
div.DivClassName
{
background-color: #A0EC66;
}
.BgClassName
{
background-color: #A0EC66;
}
</style>
border-color css
<style>
span { border-color: #A0EC66; }
span { border-color: rgb(160,236,102); }
td.TdClassName
{
border-color: #A0EC66;
}
.TagClassName
{
border-color: #A0EC66;
}
</style>