Shades of Dark Pastel Green #0EC236
Tints of Dark Pastel Green #0EC236
RGB
CMYK
RGB Variations
Color information
#0EC236 (or 0x0EC236) is known color: Dark Pastel Green. HEX triplet: 0E, C2 and 36. RGB value is (14,194,54). Sum of RGB (Red+Green+Blue) = 14+194+54=262 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.34% from 262); Green value is 194 (76.17% from 255 or 74.05% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 194 - color contains mainly: green. Hex color #0EC236 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC236 is #F13DC9. Grayscale: #7C7C7C. Windows color (decimal): -15809994 or 3588622. OLE color: 3588622.
HSL color Cylindrical-coordinate representation of color #0EC236: hue angle of 133.33º degrees, saturation: 0.87, 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 #0EC236 is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 194 | 54 | - |
| CMYK | 0.93 | 0 | 0.72 | 0.24 |
| HSL | 133.33º | 0.87% | 0.41% | - |
| HSV(B) | 133.33º | 0.93% | 0.76% | - |
| XYZ | 20.14 | 38.94 | 9.95 | - |
| YUV | 124.22 | 88.37 | 49.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 194 | 54 | 0.93 | 0 | 0.72 | 0.24 | 133.33 | 0.87 | 0.41 |
| Hex | E | C2 | 36 | 5D | 0 | 48 | 18 | 85 | 57 | 29 |
| Octal | 16 | 302 | 66 | 135 | 0 | 110 | 30 | 205 | 127 | 51 |
| Binary | 1110 | 11000010 | 110110 | 1011101 | 0 | 1001000 | 11000 | 10000101 | 1010111 | 101001 |
Color Harmonies of #0EC236
Complementary color
Monochromatic Colors of #0EC236
Black with #0EC236
Text Example
Text Example
White with #0EC236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC236; }
p { color: rgb(14,194,54); }
H1.HeaderClassName
{
color: #0EC236;
}
.AnyTagClassName
{
color: #0EC236;
}
</style>
background-color css
<style>
a { background-color: #0EC236; }
a { background-color: rgb(14,194,54); }
div.DivClassName
{
background-color: #0EC236;
}
.BgClassName
{
background-color: #0EC236;
}
</style>
border-color css
<style>
span { border-color: #0EC236; }
span { border-color: rgb(14,194,54); }
td.TdClassName
{
border-color: #0EC236;
}
.TagClassName
{
border-color: #0EC236;
}
</style>