Shades of Dark Pastel Green #0EDA2F
Tints of Dark Pastel Green #0EDA2F
RGB
CMYK
RGB Variations
Color information
#0EDA2F (or 0x0EDA2F) is known color: Dark Pastel Green. HEX triplet: 0E, DA and 2F. RGB value is (14,218,47). Sum of RGB (Red+Green+Blue) = 14+218+47=279 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.02% from 279); Green value is 218 (85.55% from 255 or 78.14% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 218 - color contains mainly: green. Hex color #0EDA2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EDA2F is #F125D0. Grayscale: #898989. Windows color (decimal): -15803857 or 3136014. OLE color: 3136014.
HSL color Cylindrical-coordinate representation of color #0EDA2F: hue angle of 129.71º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDA2F is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 218 | 47 | - |
| CMYK | 0.94 | 0 | 0.78 | 0.15 |
| HSL | 129.71º | 0.88% | 0.45% | - |
| HSV(B) | 129.71º | 0.94% | 0.85% | - |
| XYZ | 25.77 | 50.44 | 11.07 | - |
| YUV | 137.51 | 76.91 | 39.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 218 | 47 | 0.94 | 0 | 0.78 | 0.15 | 129.71 | 0.88 | 0.45 |
| Hex | E | DA | 2F | 5E | 0 | 4E | F | 82 | 58 | 2D |
| Octal | 16 | 332 | 57 | 136 | 0 | 116 | 17 | 202 | 130 | 55 |
| Binary | 1110 | 11011010 | 101111 | 1011110 | 0 | 1001110 | 1111 | 10000010 | 1011000 | 101101 |
Color Harmonies of #0EDA2F
Complementary color
Monochromatic Colors of #0EDA2F
Black with #0EDA2F
Text Example
Text Example
White with #0EDA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDA2F; }
p { color: rgb(14,218,47); }
H1.HeaderClassName
{
color: #0EDA2F;
}
.AnyTagClassName
{
color: #0EDA2F;
}
</style>
background-color css
<style>
a { background-color: #0EDA2F; }
a { background-color: rgb(14,218,47); }
div.DivClassName
{
background-color: #0EDA2F;
}
.BgClassName
{
background-color: #0EDA2F;
}
</style>
border-color css
<style>
span { border-color: #0EDA2F; }
span { border-color: rgb(14,218,47); }
td.TdClassName
{
border-color: #0EDA2F;
}
.TagClassName
{
border-color: #0EDA2F;
}
</style>