Shades of Dark Pastel Green #0EC346
Tints of Dark Pastel Green #0EC346
RGB
CMYK
RGB Variations
Color information
#0EC346 (or 0x0EC346) is known color: Dark Pastel Green. HEX triplet: 0E, C3 and 46. RGB value is (14,195,70). Sum of RGB (Red+Green+Blue) = 14+195+70=279 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.02% from 279); Green value is 195 (76.56% from 255 or 69.89% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 195 - color contains mainly: green. Hex color #0EC346 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC346 is #F13CB9. Grayscale: #7E7E7E. Windows color (decimal): -15809722 or 4637454. OLE color: 4637454.
HSL color Cylindrical-coordinate representation of color #0EC346: hue angle of 138.56º degrees, saturation: 0.87, 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 #0EC346 is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 195 | 70 | - |
| CMYK | 0.93 | 0 | 0.64 | 0.24 |
| HSL | 138.56º | 0.87% | 0.41% | - |
| HSV(B) | 138.56º | 0.93% | 0.76% | - |
| XYZ | 20.8 | 39.57 | 12.33 | - |
| YUV | 126.63 | 96.03 | 47.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 195 | 70 | 0.93 | 0 | 0.64 | 0.24 | 138.56 | 0.87 | 0.41 |
| Hex | E | C3 | 46 | 5D | 0 | 40 | 18 | 8B | 57 | 29 |
| Octal | 16 | 303 | 106 | 135 | 0 | 100 | 30 | 213 | 127 | 51 |
| Binary | 1110 | 11000011 | 1000110 | 1011101 | 0 | 1000000 | 11000 | 10001011 | 1010111 | 101001 |
Color Harmonies of #0EC346
Complementary color
Monochromatic Colors of #0EC346
Black with #0EC346
Text Example
Text Example
White with #0EC346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC346; }
p { color: rgb(14,195,70); }
H1.HeaderClassName
{
color: #0EC346;
}
.AnyTagClassName
{
color: #0EC346;
}
</style>
background-color css
<style>
a { background-color: #0EC346; }
a { background-color: rgb(14,195,70); }
div.DivClassName
{
background-color: #0EC346;
}
.BgClassName
{
background-color: #0EC346;
}
</style>
border-color css
<style>
span { border-color: #0EC346; }
span { border-color: rgb(14,195,70); }
td.TdClassName
{
border-color: #0EC346;
}
.TagClassName
{
border-color: #0EC346;
}
</style>