Shades of Dark Pastel Green #0EC642
Tints of Dark Pastel Green #0EC642
RGB
CMYK
RGB Variations
Color information
#0EC642 (or 0x0EC642) is known color: Dark Pastel Green. HEX triplet: 0E, C6 and 42. RGB value is (14,198,66). Sum of RGB (Red+Green+Blue) = 14+198+66=278 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.04% from 278); Green value is 198 (77.73% from 255 or 71.22% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 198 - color contains mainly: green. Hex color #0EC642 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC642 is #F139BD. Grayscale: #808080. Windows color (decimal): -15808958 or 4376078. OLE color: 4376078.
HSL color Cylindrical-coordinate representation of color #0EC642: hue angle of 136.96º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC642 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 14 | 198 | 66 | - |
| CMYK | 0.93 | 0 | 0.67 | 0.22 |
| HSL | 136.96º | 0.87% | 0.42% | - |
| HSV(B) | 136.96º | 0.93% | 0.78% | - |
| XYZ | 21.36 | 40.87 | 11.92 | - |
| YUV | 127.94 | 93.04 | 46.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 198 | 66 | 0.93 | 0 | 0.67 | 0.22 | 136.96 | 0.87 | 0.42 |
| Hex | E | C6 | 42 | 5D | 0 | 43 | 16 | 89 | 57 | 2A |
| Octal | 16 | 306 | 102 | 135 | 0 | 103 | 26 | 211 | 127 | 52 |
| Binary | 1110 | 11000110 | 1000010 | 1011101 | 0 | 1000011 | 10110 | 10001001 | 1010111 | 101010 |
Color Harmonies of #0EC642
Complementary color
Monochromatic Colors of #0EC642
Black with #0EC642
Text Example
Text Example
White with #0EC642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC642; }
p { color: rgb(14,198,66); }
H1.HeaderClassName
{
color: #0EC642;
}
.AnyTagClassName
{
color: #0EC642;
}
</style>
background-color css
<style>
a { background-color: #0EC642; }
a { background-color: rgb(14,198,66); }
div.DivClassName
{
background-color: #0EC642;
}
.BgClassName
{
background-color: #0EC642;
}
</style>
border-color css
<style>
span { border-color: #0EC642; }
span { border-color: rgb(14,198,66); }
td.TdClassName
{
border-color: #0EC642;
}
.TagClassName
{
border-color: #0EC642;
}
</style>