Shades of Dark Pastel Green #0EC625
Tints of Dark Pastel Green #0EC625
RGB
CMYK
RGB Variations
Color information
#0EC625 (or 0x0EC625) is known color: Dark Pastel Green. HEX triplet: 0E, C6 and 25. RGB value is (14,198,37). Sum of RGB (Red+Green+Blue) = 14+198+37=249 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.62% from 249); Green value is 198 (77.73% from 255 or 79.52% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 198 - color contains mainly: green. Hex color #0EC625 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC625 is #F139DA. Grayscale: #7D7D7D. Windows color (decimal): -15808987 or 2475534. OLE color: 2475534.
HSL color Cylindrical-coordinate representation of color #0EC625: hue angle of 127.5º 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 #0EC625 is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 14 | 198 | 37 | - |
| CMYK | 0.93 | 0 | 0.81 | 0.22 |
| HSL | 127.5º | 0.87% | 0.42% | - |
| HSV(B) | 127.5º | 0.93% | 0.78% | - |
| XYZ | 20.71 | 40.62 | 8.5 | - |
| YUV | 124.63 | 78.54 | 49.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 198 | 37 | 0.93 | 0 | 0.81 | 0.22 | 127.5 | 0.87 | 0.42 |
| Hex | E | C6 | 25 | 5D | 0 | 51 | 16 | 80 | 57 | 2A |
| Octal | 16 | 306 | 45 | 135 | 0 | 121 | 26 | 200 | 127 | 52 |
| Binary | 1110 | 11000110 | 100101 | 1011101 | 0 | 1010001 | 10110 | 10000000 | 1010111 | 101010 |
Color Harmonies of #0EC625
Complementary color
Monochromatic Colors of #0EC625
Black with #0EC625
Text Example
Text Example
White with #0EC625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC625; }
p { color: rgb(14,198,37); }
H1.HeaderClassName
{
color: #0EC625;
}
.AnyTagClassName
{
color: #0EC625;
}
</style>
background-color css
<style>
a { background-color: #0EC625; }
a { background-color: rgb(14,198,37); }
div.DivClassName
{
background-color: #0EC625;
}
.BgClassName
{
background-color: #0EC625;
}
</style>
border-color css
<style>
span { border-color: #0EC625; }
span { border-color: rgb(14,198,37); }
td.TdClassName
{
border-color: #0EC625;
}
.TagClassName
{
border-color: #0EC625;
}
</style>