Shades of Dark Pastel Green #0EDC2A
Tints of Dark Pastel Green #0EDC2A
RGB
CMYK
RGB Variations
Color information
#0EDC2A (or 0x0EDC2A) is known color: Dark Pastel Green. HEX triplet: 0E, DC and 2A. RGB value is (14,220,42). Sum of RGB (Red+Green+Blue) = 14+220+42=276 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.07% from 276); Green value is 220 (86.33% from 255 or 79.71% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 220 - color contains mainly: green. Hex color #0EDC2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EDC2A is #F123D5. Grayscale: #8A8A8A. Windows color (decimal): -15803350 or 2808846. OLE color: 2808846.
HSL color Cylindrical-coordinate representation of color #0EDC2A: hue angle of 128.16º 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 #0EDC2A is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 220 | 42 | - |
| CMYK | 0.94 | 0 | 0.81 | 0.14 |
| HSL | 128.16º | 0.88% | 0.46% | - |
| HSV(B) | 128.16º | 0.94% | 0.86% | - |
| XYZ | 26.19 | 51.45 | 10.74 | - |
| YUV | 138.11 | 73.75 | 39.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 220 | 42 | 0.94 | 0 | 0.81 | 0.14 | 128.16 | 0.88 | 0.46 |
| Hex | E | DC | 2A | 5E | 0 | 51 | E | 80 | 58 | 2E |
| Octal | 16 | 334 | 52 | 136 | 0 | 121 | 16 | 200 | 130 | 56 |
| Binary | 1110 | 11011100 | 101010 | 1011110 | 0 | 1010001 | 1110 | 10000000 | 1011000 | 101110 |
Color Harmonies of #0EDC2A
Complementary color
Monochromatic Colors of #0EDC2A
Black with #0EDC2A
Text Example
Text Example
White with #0EDC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDC2A; }
p { color: rgb(14,220,42); }
H1.HeaderClassName
{
color: #0EDC2A;
}
.AnyTagClassName
{
color: #0EDC2A;
}
</style>
background-color css
<style>
a { background-color: #0EDC2A; }
a { background-color: rgb(14,220,42); }
div.DivClassName
{
background-color: #0EDC2A;
}
.BgClassName
{
background-color: #0EDC2A;
}
</style>
border-color css
<style>
span { border-color: #0EDC2A; }
span { border-color: rgb(14,220,42); }
td.TdClassName
{
border-color: #0EDC2A;
}
.TagClassName
{
border-color: #0EDC2A;
}
</style>