Shades of Dark Pastel Green #0EC62D
Tints of Dark Pastel Green #0EC62D
RGB
CMYK
RGB Variations
Color information
#0EC62D (or 0x0EC62D) is known color: Dark Pastel Green. HEX triplet: 0E, C6 and 2D. RGB value is (14,198,45). Sum of RGB (Red+Green+Blue) = 14+198+45=257 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.45% from 257); Green value is 198 (77.73% from 255 or 77.04% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 198 - color contains mainly: green. Hex color #0EC62D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC62D is #F139D2. Grayscale: #7D7D7D. Windows color (decimal): -15808979 or 2999822. OLE color: 2999822.
HSL color Cylindrical-coordinate representation of color #0EC62D: hue angle of 130.11º 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 #0EC62D is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 14 | 198 | 45 | - |
| CMYK | 0.93 | 0 | 0.77 | 0.22 |
| HSL | 130.11º | 0.87% | 0.42% | - |
| HSV(B) | 130.11º | 0.93% | 0.78% | - |
| XYZ | 20.85 | 40.67 | 9.23 | - |
| YUV | 125.54 | 82.54 | 48.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 198 | 45 | 0.93 | 0 | 0.77 | 0.22 | 130.11 | 0.87 | 0.42 |
| Hex | E | C6 | 2D | 5D | 0 | 4D | 16 | 82 | 57 | 2A |
| Octal | 16 | 306 | 55 | 135 | 0 | 115 | 26 | 202 | 127 | 52 |
| Binary | 1110 | 11000110 | 101101 | 1011101 | 0 | 1001101 | 10110 | 10000010 | 1010111 | 101010 |
Color Harmonies of #0EC62D
Complementary color
Monochromatic Colors of #0EC62D
Black with #0EC62D
Text Example
Text Example
White with #0EC62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC62D; }
p { color: rgb(14,198,45); }
H1.HeaderClassName
{
color: #0EC62D;
}
.AnyTagClassName
{
color: #0EC62D;
}
</style>
background-color css
<style>
a { background-color: #0EC62D; }
a { background-color: rgb(14,198,45); }
div.DivClassName
{
background-color: #0EC62D;
}
.BgClassName
{
background-color: #0EC62D;
}
</style>
border-color css
<style>
span { border-color: #0EC62D; }
span { border-color: rgb(14,198,45); }
td.TdClassName
{
border-color: #0EC62D;
}
.TagClassName
{
border-color: #0EC62D;
}
</style>