Shades of Dark Pastel Green #0EC13D
Tints of Dark Pastel Green #0EC13D
RGB
CMYK
RGB Variations
Color information
#0EC13D (or 0x0EC13D) is known color: Dark Pastel Green. HEX triplet: 0E, C1 and 3D. RGB value is (14,193,61). Sum of RGB (Red+Green+Blue) = 14+193+61=268 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.22% from 268); Green value is 193 (75.78% from 255 or 72.01% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC13D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC13D is #F13EC2. Grayscale: #7C7C7C. Windows color (decimal): -15810243 or 4047118. OLE color: 4047118.
HSL color Cylindrical-coordinate representation of color #0EC13D: hue angle of 135.75º 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 #0EC13D is Cyan = 0.93, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 193 | 61 | - |
| CMYK | 0.93 | 0 | 0.68 | 0.24 |
| HSL | 135.75º | 0.86% | 0.41% | - |
| HSV(B) | 135.75º | 0.93% | 0.76% | - |
| XYZ | 20.09 | 38.57 | 10.8 | - |
| YUV | 124.43 | 92.2 | 49.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 193 | 61 | 0.93 | 0 | 0.68 | 0.24 | 135.75 | 0.86 | 0.41 |
| Hex | E | C1 | 3D | 5D | 0 | 44 | 18 | 88 | 56 | 29 |
| Octal | 16 | 301 | 75 | 135 | 0 | 104 | 30 | 210 | 126 | 51 |
| Binary | 1110 | 11000001 | 111101 | 1011101 | 0 | 1000100 | 11000 | 10001000 | 1010110 | 101001 |
Color Harmonies of #0EC13D
Complementary color
Monochromatic Colors of #0EC13D
Black with #0EC13D
Text Example
Text Example
White with #0EC13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC13D; }
p { color: rgb(14,193,61); }
H1.HeaderClassName
{
color: #0EC13D;
}
.AnyTagClassName
{
color: #0EC13D;
}
</style>
background-color css
<style>
a { background-color: #0EC13D; }
a { background-color: rgb(14,193,61); }
div.DivClassName
{
background-color: #0EC13D;
}
.BgClassName
{
background-color: #0EC13D;
}
</style>
border-color css
<style>
span { border-color: #0EC13D; }
span { border-color: rgb(14,193,61); }
td.TdClassName
{
border-color: #0EC13D;
}
.TagClassName
{
border-color: #0EC13D;
}
</style>