Shades of Dark Pastel Green #0EC11D
Tints of Dark Pastel Green #0EC11D
RGB
CMYK
RGB Variations
Color information
#0EC11D (or 0x0EC11D) is known color: Dark Pastel Green. HEX triplet: 0E, C1 and 1D. RGB value is (14,193,29). Sum of RGB (Red+Green+Blue) = 14+193+29=236 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.93% from 236); Green value is 193 (75.78% from 255 or 81.78% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC11D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC11D is #F13EE2. Grayscale: #797979. Windows color (decimal): -15810275 or 1949966. OLE color: 1949966.
HSL color Cylindrical-coordinate representation of color #0EC11D: hue angle of 125.03º 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 #0EC11D is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 193 | 29 | - |
| CMYK | 0.93 | 0 | 0.85 | 0.24 |
| HSL | 125.03º | 0.86% | 0.41% | - |
| HSV(B) | 125.03º | 0.93% | 0.76% | - |
| XYZ | 19.47 | 38.32 | 7.53 | - |
| YUV | 120.78 | 76.2 | 51.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 193 | 29 | 0.93 | 0 | 0.85 | 0.24 | 125.03 | 0.86 | 0.41 |
| Hex | E | C1 | 1D | 5D | 0 | 55 | 18 | 7D | 56 | 29 |
| Octal | 16 | 301 | 35 | 135 | 0 | 125 | 30 | 175 | 126 | 51 |
| Binary | 1110 | 11000001 | 11101 | 1011101 | 0 | 1010101 | 11000 | 1111101 | 1010110 | 101001 |
Color Harmonies of #0EC11D
Complementary color
Monochromatic Colors of #0EC11D
Black with #0EC11D
Text Example
Text Example
White with #0EC11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC11D; }
p { color: rgb(14,193,29); }
H1.HeaderClassName
{
color: #0EC11D;
}
.AnyTagClassName
{
color: #0EC11D;
}
</style>
background-color css
<style>
a { background-color: #0EC11D; }
a { background-color: rgb(14,193,29); }
div.DivClassName
{
background-color: #0EC11D;
}
.BgClassName
{
background-color: #0EC11D;
}
</style>
border-color css
<style>
span { border-color: #0EC11D; }
span { border-color: rgb(14,193,29); }
td.TdClassName
{
border-color: #0EC11D;
}
.TagClassName
{
border-color: #0EC11D;
}
</style>