Shades of Dark Pastel Green #0EC117
Tints of Dark Pastel Green #0EC117
RGB
CMYK
RGB Variations
Color information
#0EC117 (or 0x0EC117) is known color: Dark Pastel Green. HEX triplet: 0E, C1 and 17. RGB value is (14,193,23). Sum of RGB (Red+Green+Blue) = 14+193+23=230 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.09% from 230); Green value is 193 (75.78% from 255 or 83.91% from 230); Blue value is 23 (9.38% from 255 or 10% from 230); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC117 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC117 is #F13EE8. Grayscale: #787878. Windows color (decimal): -15810281 or 1556750. OLE color: 1556750.
HSL color Cylindrical-coordinate representation of color #0EC117: hue angle of 123.02º 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 #0EC117 is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 193 | 23 | - |
| CMYK | 0.93 | 0 | 0.88 | 0.24 |
| HSL | 123.02º | 0.86% | 0.41% | - |
| HSV(B) | 123.02º | 0.93% | 0.76% | - |
| XYZ | 19.41 | 38.3 | 7.18 | - |
| YUV | 120.1 | 73.2 | 52.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 193 | 23 | 0.93 | 0 | 0.88 | 0.24 | 123.02 | 0.86 | 0.41 |
| Hex | E | C1 | 17 | 5D | 0 | 58 | 18 | 7B | 56 | 29 |
| Octal | 16 | 301 | 27 | 135 | 0 | 130 | 30 | 173 | 126 | 51 |
| Binary | 1110 | 11000001 | 10111 | 1011101 | 0 | 1011000 | 11000 | 1111011 | 1010110 | 101001 |
Color Harmonies of #0EC117
Complementary color
Monochromatic Colors of #0EC117
Black with #0EC117
Text Example
Text Example
White with #0EC117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC117; }
p { color: rgb(14,193,23); }
H1.HeaderClassName
{
color: #0EC117;
}
.AnyTagClassName
{
color: #0EC117;
}
</style>
background-color css
<style>
a { background-color: #0EC117; }
a { background-color: rgb(14,193,23); }
div.DivClassName
{
background-color: #0EC117;
}
.BgClassName
{
background-color: #0EC117;
}
</style>
border-color css
<style>
span { border-color: #0EC117; }
span { border-color: rgb(14,193,23); }
td.TdClassName
{
border-color: #0EC117;
}
.TagClassName
{
border-color: #0EC117;
}
</style>