Shades of Conifer #A0EC47
Tints of Conifer #A0EC47
RGB
CMYK
RGB Variations
Color information
#A0EC47 (or 0xA0EC47) is known color: Conifer. HEX triplet: A0, EC and 47. RGB value is (160,236,71). Sum of RGB (Red+Green+Blue) = 160+236+71=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 71 (28.12% from 255 or 15.20% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0EC47 is #5F13B8. Grayscale: #C3C3C3. Windows color (decimal): -6230969 or 4713632. OLE color: 4713632.
HSL color Cylindrical-coordinate representation of color #A0EC47: hue angle of 87.64º 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 #A0EC47 is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 236 | 71 | - |
| CMYK | 0.32 | 0 | 0.70 | 0.07 |
| HSL | 87.64º | 0.81% | 0.6% | - |
| HSV(B) | 87.64º | 0.7% | 0.93% | - |
| XYZ | 45.63 | 67.92 | 16.67 | - |
| YUV | 194.47 | 58.32 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 71 | 0.32 | 0 | 0.70 | 0.07 | 87.64 | 0.81 | 0.6 |
| Hex | A0 | EC | 47 | 20 | 0 | 46 | 7 | 58 | 51 | 3C |
| Octal | 240 | 354 | 107 | 40 | 0 | 106 | 7 | 130 | 121 | 74 |
| Binary | 10100000 | 11101100 | 1000111 | 100000 | 0 | 1000110 | 111 | 1011000 | 1010001 | 111100 |
Color Harmonies of #A0EC47
Complementary color
Monochromatic Colors of #A0EC47
Black with #A0EC47
Text Example
Text Example
White with #A0EC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EC47; }
p { color: rgb(160,236,71); }
H1.HeaderClassName
{
color: #A0EC47;
}
.AnyTagClassName
{
color: #A0EC47;
}
</style>
background-color css
<style>
a { background-color: #A0EC47; }
a { background-color: rgb(160,236,71); }
div.DivClassName
{
background-color: #A0EC47;
}
.BgClassName
{
background-color: #A0EC47;
}
</style>
border-color css
<style>
span { border-color: #A0EC47; }
span { border-color: rgb(160,236,71); }
td.TdClassName
{
border-color: #A0EC47;
}
.TagClassName
{
border-color: #A0EC47;
}
</style>