Shades of Dark Pastel Green #0EC943
Tints of Dark Pastel Green #0EC943
RGB
CMYK
RGB Variations
Color information
#0EC943 (or 0x0EC943) is known color: Dark Pastel Green. HEX triplet: 0E, C9 and 43. RGB value is (14,201,67). Sum of RGB (Red+Green+Blue) = 14+201+67=282 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.96% from 282); Green value is 201 (78.91% from 255 or 71.28% from 282); Blue value is 67 (26.56% from 255 or 23.76% from 282); Max value from RGB is 201 - color contains mainly: green. Hex color #0EC943 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC943 is #F136BC. Grayscale: #828282. Windows color (decimal): -15808189 or 4442382. OLE color: 4442382.
HSL color Cylindrical-coordinate representation of color #0EC943: hue angle of 137.01º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC943 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 201 | 67 | - |
| CMYK | 0.93 | 0 | 0.67 | 0.21 |
| HSL | 137.01º | 0.87% | 0.42% | - |
| HSV(B) | 137.01º | 0.93% | 0.79% | - |
| XYZ | 22.08 | 42.27 | 12.31 | - |
| YUV | 129.81 | 92.55 | 45.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 201 | 67 | 0.93 | 0 | 0.67 | 0.21 | 137.01 | 0.87 | 0.42 |
| Hex | E | C9 | 43 | 5D | 0 | 43 | 15 | 89 | 57 | 2A |
| Octal | 16 | 311 | 103 | 135 | 0 | 103 | 25 | 211 | 127 | 52 |
| Binary | 1110 | 11001001 | 1000011 | 1011101 | 0 | 1000011 | 10101 | 10001001 | 1010111 | 101010 |
Color Harmonies of #0EC943
Complementary color
Monochromatic Colors of #0EC943
Black with #0EC943
Text Example
Text Example
White with #0EC943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC943; }
p { color: rgb(14,201,67); }
H1.HeaderClassName
{
color: #0EC943;
}
.AnyTagClassName
{
color: #0EC943;
}
</style>
background-color css
<style>
a { background-color: #0EC943; }
a { background-color: rgb(14,201,67); }
div.DivClassName
{
background-color: #0EC943;
}
.BgClassName
{
background-color: #0EC943;
}
</style>
border-color css
<style>
span { border-color: #0EC943; }
span { border-color: rgb(14,201,67); }
td.TdClassName
{
border-color: #0EC943;
}
.TagClassName
{
border-color: #0EC943;
}
</style>