Shades of Dark Pastel Green #0EC62B
Tints of Dark Pastel Green #0EC62B
RGB
CMYK
RGB Variations
Color information
#0EC62B (or 0x0EC62B) is known color: Dark Pastel Green. HEX triplet: 0E, C6 and 2B. RGB value is (14,198,43). Sum of RGB (Red+Green+Blue) = 14+198+43=255 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.49% from 255); Green value is 198 (77.73% from 255 or 77.65% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 198 - color contains mainly: green. Hex color #0EC62B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC62B is #F139D4. Grayscale: #7D7D7D. Windows color (decimal): -15808981 or 2868750. OLE color: 2868750.
HSL color Cylindrical-coordinate representation of color #0EC62B: hue angle of 129.46º 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 #0EC62B is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 14 | 198 | 43 | - |
| CMYK | 0.93 | 0 | 0.78 | 0.22 |
| HSL | 129.46º | 0.87% | 0.42% | - |
| HSV(B) | 129.46º | 0.93% | 0.78% | - |
| XYZ | 20.81 | 40.66 | 9.04 | - |
| YUV | 125.31 | 81.54 | 48.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 198 | 43 | 0.93 | 0 | 0.78 | 0.22 | 129.46 | 0.87 | 0.42 |
| Hex | E | C6 | 2B | 5D | 0 | 4E | 16 | 81 | 57 | 2A |
| Octal | 16 | 306 | 53 | 135 | 0 | 116 | 26 | 201 | 127 | 52 |
| Binary | 1110 | 11000110 | 101011 | 1011101 | 0 | 1001110 | 10110 | 10000001 | 1010111 | 101010 |
Color Harmonies of #0EC62B
Complementary color
Monochromatic Colors of #0EC62B
Black with #0EC62B
Text Example
Text Example
White with #0EC62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC62B; }
p { color: rgb(14,198,43); }
H1.HeaderClassName
{
color: #0EC62B;
}
.AnyTagClassName
{
color: #0EC62B;
}
</style>
background-color css
<style>
a { background-color: #0EC62B; }
a { background-color: rgb(14,198,43); }
div.DivClassName
{
background-color: #0EC62B;
}
.BgClassName
{
background-color: #0EC62B;
}
</style>
border-color css
<style>
span { border-color: #0EC62B; }
span { border-color: rgb(14,198,43); }
td.TdClassName
{
border-color: #0EC62B;
}
.TagClassName
{
border-color: #0EC62B;
}
</style>