Shades of Dark Pastel Green #0ECD3D
Tints of Dark Pastel Green #0ECD3D
RGB
CMYK
RGB Variations
Color information
#0ECD3D (or 0x0ECD3D) is known color: Dark Pastel Green. HEX triplet: 0E, CD and 3D. RGB value is (14,205,61). Sum of RGB (Red+Green+Blue) = 14+205+61=280 (37% of max value = 765). Red value is 14 (5.86% from 255 or 5% from 280); Green value is 205 (80.47% from 255 or 73.21% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 205 - color contains mainly: green. Hex color #0ECD3D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ECD3D is #F132C2. Grayscale: #838383. Windows color (decimal): -15807171 or 4050190. OLE color: 4050190.
HSL color Cylindrical-coordinate representation of color #0ECD3D: hue angle of 134.76º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECD3D is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 14 | 205 | 61 | - |
| CMYK | 0.93 | 0 | 0.70 | 0.20 |
| HSL | 134.76º | 0.87% | 0.43% | - |
| HSV(B) | 134.76º | 0.93% | 0.8% | - |
| XYZ | 22.85 | 44.09 | 11.72 | - |
| YUV | 131.48 | 88.22 | 44.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 205 | 61 | 0.93 | 0 | 0.70 | 0.20 | 134.76 | 0.87 | 0.43 |
| Hex | E | CD | 3D | 5D | 0 | 46 | 14 | 87 | 57 | 2B |
| Octal | 16 | 315 | 75 | 135 | 0 | 106 | 24 | 207 | 127 | 53 |
| Binary | 1110 | 11001101 | 111101 | 1011101 | 0 | 1000110 | 10100 | 10000111 | 1010111 | 101011 |
Color Harmonies of #0ECD3D
Complementary color
Monochromatic Colors of #0ECD3D
Black with #0ECD3D
Text Example
Text Example
White with #0ECD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECD3D; }
p { color: rgb(14,205,61); }
H1.HeaderClassName
{
color: #0ECD3D;
}
.AnyTagClassName
{
color: #0ECD3D;
}
</style>
background-color css
<style>
a { background-color: #0ECD3D; }
a { background-color: rgb(14,205,61); }
div.DivClassName
{
background-color: #0ECD3D;
}
.BgClassName
{
background-color: #0ECD3D;
}
</style>
border-color css
<style>
span { border-color: #0ECD3D; }
span { border-color: rgb(14,205,61); }
td.TdClassName
{
border-color: #0ECD3D;
}
.TagClassName
{
border-color: #0ECD3D;
}
</style>