Shades of Dark Pastel Green #0EC549
Tints of Dark Pastel Green #0EC549
RGB
CMYK
RGB Variations
Color information
#0EC549 (or 0x0EC549) is known color: Dark Pastel Green. HEX triplet: 0E, C5 and 49. RGB value is (14,197,73). Sum of RGB (Red+Green+Blue) = 14+197+73=284 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.93% from 284); Green value is 197 (77.34% from 255 or 69.37% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 197 - color contains mainly: green. Hex color #0EC549 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC549 is #F13AB6. Grayscale: #808080. Windows color (decimal): -15809207 or 4834574. OLE color: 4834574.
HSL color Cylindrical-coordinate representation of color #0EC549: hue angle of 139.34º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC549 is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 14 | 197 | 73 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.23 |
| HSL | 139.34º | 0.87% | 0.41% | - |
| HSV(B) | 139.34º | 0.93% | 0.77% | - |
| XYZ | 21.35 | 40.51 | 13 | - |
| YUV | 128.15 | 96.87 | 46.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 197 | 73 | 0.93 | 0 | 0.63 | 0.23 | 139.34 | 0.87 | 0.41 |
| Hex | E | C5 | 49 | 5D | 0 | 3F | 17 | 8B | 57 | 29 |
| Octal | 16 | 305 | 111 | 135 | 0 | 77 | 27 | 213 | 127 | 51 |
| Binary | 1110 | 11000101 | 1001001 | 1011101 | 0 | 111111 | 10111 | 10001011 | 1010111 | 101001 |
Color Harmonies of #0EC549
Complementary color
Monochromatic Colors of #0EC549
Black with #0EC549
Text Example
Text Example
White with #0EC549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC549; }
p { color: rgb(14,197,73); }
H1.HeaderClassName
{
color: #0EC549;
}
.AnyTagClassName
{
color: #0EC549;
}
</style>
background-color css
<style>
a { background-color: #0EC549; }
a { background-color: rgb(14,197,73); }
div.DivClassName
{
background-color: #0EC549;
}
.BgClassName
{
background-color: #0EC549;
}
</style>
border-color css
<style>
span { border-color: #0EC549; }
span { border-color: rgb(14,197,73); }
td.TdClassName
{
border-color: #0EC549;
}
.TagClassName
{
border-color: #0EC549;
}
</style>