Shades of Dark Pastel Green #0ED03D
Tints of Dark Pastel Green #0ED03D
RGB
CMYK
RGB Variations
Color information
#0ED03D (or 0x0ED03D) is known color: Dark Pastel Green. HEX triplet: 0E, D0 and 3D. RGB value is (14,208,61). Sum of RGB (Red+Green+Blue) = 14+208+61=283 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.95% from 283); Green value is 208 (81.64% from 255 or 73.50% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 208 - color contains mainly: green. Hex color #0ED03D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED03D is #F12FC2. Grayscale: #858585. Windows color (decimal): -15806403 or 4050958. OLE color: 4050958.
HSL color Cylindrical-coordinate representation of color #0ED03D: hue angle of 134.54º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED03D is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 208 | 61 | - |
| CMYK | 0.93 | 0 | 0.71 | 0.18 |
| HSL | 134.54º | 0.87% | 0.44% | - |
| HSV(B) | 134.54º | 0.93% | 0.82% | - |
| XYZ | 23.58 | 45.54 | 11.96 | - |
| YUV | 133.24 | 87.23 | 42.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 208 | 61 | 0.93 | 0 | 0.71 | 0.18 | 134.54 | 0.87 | 0.44 |
| Hex | E | D0 | 3D | 5D | 0 | 47 | 12 | 87 | 57 | 2C |
| Octal | 16 | 320 | 75 | 135 | 0 | 107 | 22 | 207 | 127 | 54 |
| Binary | 1110 | 11010000 | 111101 | 1011101 | 0 | 1000111 | 10010 | 10000111 | 1010111 | 101100 |
Color Harmonies of #0ED03D
Complementary color
Monochromatic Colors of #0ED03D
Black with #0ED03D
Text Example
Text Example
White with #0ED03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED03D; }
p { color: rgb(14,208,61); }
H1.HeaderClassName
{
color: #0ED03D;
}
.AnyTagClassName
{
color: #0ED03D;
}
</style>
background-color css
<style>
a { background-color: #0ED03D; }
a { background-color: rgb(14,208,61); }
div.DivClassName
{
background-color: #0ED03D;
}
.BgClassName
{
background-color: #0ED03D;
}
</style>
border-color css
<style>
span { border-color: #0ED03D; }
span { border-color: rgb(14,208,61); }
td.TdClassName
{
border-color: #0ED03D;
}
.TagClassName
{
border-color: #0ED03D;
}
</style>