Shades of Dark Pastel Green #0EDC32
Tints of Dark Pastel Green #0EDC32
RGB
CMYK
RGB Variations
Color information
#0EDC32 (or 0x0EDC32) is known color: Dark Pastel Green. HEX triplet: 0E, DC and 32. RGB value is (14,220,50). Sum of RGB (Red+Green+Blue) = 14+220+50=284 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.93% from 284); Green value is 220 (86.33% from 255 or 77.46% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 220 - color contains mainly: green. Hex color #0EDC32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EDC32 is #F123CD. Grayscale: #8B8B8B. Windows color (decimal): -15803342 or 3333134. OLE color: 3333134.
HSL color Cylindrical-coordinate representation of color #0EDC32: hue angle of 130.49º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDC32 is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 220 | 50 | - |
| CMYK | 0.94 | 0 | 0.77 | 0.14 |
| HSL | 130.49º | 0.88% | 0.46% | - |
| HSV(B) | 130.49º | 0.94% | 0.86% | - |
| XYZ | 26.35 | 51.51 | 11.57 | - |
| YUV | 139.03 | 77.75 | 38.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 220 | 50 | 0.94 | 0 | 0.77 | 0.14 | 130.49 | 0.88 | 0.46 |
| Hex | E | DC | 32 | 5E | 0 | 4D | E | 82 | 58 | 2E |
| Octal | 16 | 334 | 62 | 136 | 0 | 115 | 16 | 202 | 130 | 56 |
| Binary | 1110 | 11011100 | 110010 | 1011110 | 0 | 1001101 | 1110 | 10000010 | 1011000 | 101110 |
Color Harmonies of #0EDC32
Complementary color
Monochromatic Colors of #0EDC32
Black with #0EDC32
Text Example
Text Example
White with #0EDC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDC32; }
p { color: rgb(14,220,50); }
H1.HeaderClassName
{
color: #0EDC32;
}
.AnyTagClassName
{
color: #0EDC32;
}
</style>
background-color css
<style>
a { background-color: #0EDC32; }
a { background-color: rgb(14,220,50); }
div.DivClassName
{
background-color: #0EDC32;
}
.BgClassName
{
background-color: #0EDC32;
}
</style>
border-color css
<style>
span { border-color: #0EDC32; }
span { border-color: rgb(14,220,50); }
td.TdClassName
{
border-color: #0EDC32;
}
.TagClassName
{
border-color: #0EDC32;
}
</style>