Shades of Dark Pastel Green #0EC138
Tints of Dark Pastel Green #0EC138
RGB
CMYK
RGB Variations
Color information
#0EC138 (or 0x0EC138) is known color: Dark Pastel Green. HEX triplet: 0E, C1 and 38. RGB value is (14,193,56). Sum of RGB (Red+Green+Blue) = 14+193+56=263 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.32% from 263); Green value is 193 (75.78% from 255 or 73.38% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC138 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC138 is #F13EC7. Grayscale: #7C7C7C. Windows color (decimal): -15810248 or 3719438. OLE color: 3719438.
HSL color Cylindrical-coordinate representation of color #0EC138: hue angle of 134.08º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC138 is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 193 | 56 | - |
| CMYK | 0.93 | 0 | 0.71 | 0.24 |
| HSL | 134.08º | 0.86% | 0.41% | - |
| HSV(B) | 134.08º | 0.93% | 0.76% | - |
| XYZ | 19.96 | 38.52 | 10.12 | - |
| YUV | 123.86 | 89.7 | 49.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 193 | 56 | 0.93 | 0 | 0.71 | 0.24 | 134.08 | 0.86 | 0.41 |
| Hex | E | C1 | 38 | 5D | 0 | 47 | 18 | 86 | 56 | 29 |
| Octal | 16 | 301 | 70 | 135 | 0 | 107 | 30 | 206 | 126 | 51 |
| Binary | 1110 | 11000001 | 111000 | 1011101 | 0 | 1000111 | 11000 | 10000110 | 1010110 | 101001 |
Color Harmonies of #0EC138
Complementary color
Monochromatic Colors of #0EC138
Black with #0EC138
Text Example
Text Example
White with #0EC138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC138; }
p { color: rgb(14,193,56); }
H1.HeaderClassName
{
color: #0EC138;
}
.AnyTagClassName
{
color: #0EC138;
}
</style>
background-color css
<style>
a { background-color: #0EC138; }
a { background-color: rgb(14,193,56); }
div.DivClassName
{
background-color: #0EC138;
}
.BgClassName
{
background-color: #0EC138;
}
</style>
border-color css
<style>
span { border-color: #0EC138; }
span { border-color: rgb(14,193,56); }
td.TdClassName
{
border-color: #0EC138;
}
.TagClassName
{
border-color: #0EC138;
}
</style>