Shades of Dark Pastel Green #0EC12A
Tints of Dark Pastel Green #0EC12A
RGB
CMYK
RGB Variations
Color information
#0EC12A (or 0x0EC12A) is known color: Dark Pastel Green. HEX triplet: 0E, C1 and 2A. RGB value is (14,193,42). Sum of RGB (Red+Green+Blue) = 14+193+42=249 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.62% from 249); Green value is 193 (75.78% from 255 or 77.51% from 249); Blue value is 42 (16.80% from 255 or 16.87% from 249); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC12A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC12A is #F13ED5. Grayscale: #7A7A7A. Windows color (decimal): -15810262 or 2801934. OLE color: 2801934.
HSL color Cylindrical-coordinate representation of color #0EC12A: hue angle of 129.39º 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 #0EC12A is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 193 | 42 | - |
| CMYK | 0.93 | 0 | 0.78 | 0.24 |
| HSL | 129.39º | 0.86% | 0.41% | - |
| HSV(B) | 129.39º | 0.93% | 0.76% | - |
| XYZ | 19.67 | 38.4 | 8.57 | - |
| YUV | 122.27 | 82.7 | 50.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 193 | 42 | 0.93 | 0 | 0.78 | 0.24 | 129.39 | 0.86 | 0.41 |
| Hex | E | C1 | 2A | 5D | 0 | 4E | 18 | 81 | 56 | 29 |
| Octal | 16 | 301 | 52 | 135 | 0 | 116 | 30 | 201 | 126 | 51 |
| Binary | 1110 | 11000001 | 101010 | 1011101 | 0 | 1001110 | 11000 | 10000001 | 1010110 | 101001 |
Color Harmonies of #0EC12A
Complementary color
Monochromatic Colors of #0EC12A
Black with #0EC12A
Text Example
Text Example
White with #0EC12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC12A; }
p { color: rgb(14,193,42); }
H1.HeaderClassName
{
color: #0EC12A;
}
.AnyTagClassName
{
color: #0EC12A;
}
</style>
background-color css
<style>
a { background-color: #0EC12A; }
a { background-color: rgb(14,193,42); }
div.DivClassName
{
background-color: #0EC12A;
}
.BgClassName
{
background-color: #0EC12A;
}
</style>
border-color css
<style>
span { border-color: #0EC12A; }
span { border-color: rgb(14,193,42); }
td.TdClassName
{
border-color: #0EC12A;
}
.TagClassName
{
border-color: #0EC12A;
}
</style>