Shades of Dark Pastel Green #0EC743
Tints of Dark Pastel Green #0EC743
RGB
CMYK
RGB Variations
Color information
#0EC743 (or 0x0EC743) is known color: Dark Pastel Green. HEX triplet: 0E, C7 and 43. RGB value is (14,199,67). Sum of RGB (Red+Green+Blue) = 14+199+67=280 (37% of max value = 765). Red value is 14 (5.86% from 255 or 5% from 280); Green value is 199 (78.12% from 255 or 71.07% from 280); Blue value is 67 (26.56% from 255 or 23.93% from 280); Max value from RGB is 199 - color contains mainly: green. Hex color #0EC743 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC743 is #F138BC. Grayscale: #808080. Windows color (decimal): -15808701 or 4441870. OLE color: 4441870.
HSL color Cylindrical-coordinate representation of color #0EC743: hue angle of 137.19º 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 #0EC743 is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 14 | 199 | 67 | - |
| CMYK | 0.93 | 0 | 0.66 | 0.22 |
| HSL | 137.19º | 0.87% | 0.42% | - |
| HSV(B) | 137.19º | 0.93% | 0.78% | - |
| XYZ | 21.62 | 41.35 | 12.15 | - |
| YUV | 128.64 | 93.21 | 46.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 199 | 67 | 0.93 | 0 | 0.66 | 0.22 | 137.19 | 0.87 | 0.42 |
| Hex | E | C7 | 43 | 5D | 0 | 42 | 16 | 89 | 57 | 2A |
| Octal | 16 | 307 | 103 | 135 | 0 | 102 | 26 | 211 | 127 | 52 |
| Binary | 1110 | 11000111 | 1000011 | 1011101 | 0 | 1000010 | 10110 | 10001001 | 1010111 | 101010 |
Color Harmonies of #0EC743
Complementary color
Monochromatic Colors of #0EC743
Black with #0EC743
Text Example
Text Example
White with #0EC743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC743; }
p { color: rgb(14,199,67); }
H1.HeaderClassName
{
color: #0EC743;
}
.AnyTagClassName
{
color: #0EC743;
}
</style>
background-color css
<style>
a { background-color: #0EC743; }
a { background-color: rgb(14,199,67); }
div.DivClassName
{
background-color: #0EC743;
}
.BgClassName
{
background-color: #0EC743;
}
</style>
border-color css
<style>
span { border-color: #0EC743; }
span { border-color: rgb(14,199,67); }
td.TdClassName
{
border-color: #0EC743;
}
.TagClassName
{
border-color: #0EC743;
}
</style>