Shades of Dark Pastel Green #0EDB2E
Tints of Dark Pastel Green #0EDB2E
RGB
CMYK
RGB Variations
Color information
#0EDB2E (or 0x0EDB2E) is known color: Dark Pastel Green. HEX triplet: 0E, DB and 2E. RGB value is (14,219,46). Sum of RGB (Red+Green+Blue) = 14+219+46=279 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.02% from 279); Green value is 219 (85.94% from 255 or 78.49% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 219 - color contains mainly: green. Hex color #0EDB2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EDB2E is #F124D1. Grayscale: #8A8A8A. Windows color (decimal): -15803602 or 3070734. OLE color: 3070734.
HSL color Cylindrical-coordinate representation of color #0EDB2E: hue angle of 129.37º 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 #0EDB2E is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 219 | 46 | - |
| CMYK | 0.94 | 0 | 0.79 | 0.14 |
| HSL | 129.37º | 0.88% | 0.46% | - |
| HSV(B) | 129.37º | 0.94% | 0.86% | - |
| XYZ | 26.01 | 50.95 | 11.05 | - |
| YUV | 137.98 | 76.08 | 39.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 219 | 46 | 0.94 | 0 | 0.79 | 0.14 | 129.37 | 0.88 | 0.46 |
| Hex | E | DB | 2E | 5E | 0 | 4F | E | 81 | 58 | 2E |
| Octal | 16 | 333 | 56 | 136 | 0 | 117 | 16 | 201 | 130 | 56 |
| Binary | 1110 | 11011011 | 101110 | 1011110 | 0 | 1001111 | 1110 | 10000001 | 1011000 | 101110 |
Color Harmonies of #0EDB2E
Complementary color
Monochromatic Colors of #0EDB2E
Black with #0EDB2E
Text Example
Text Example
White with #0EDB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDB2E; }
p { color: rgb(14,219,46); }
H1.HeaderClassName
{
color: #0EDB2E;
}
.AnyTagClassName
{
color: #0EDB2E;
}
</style>
background-color css
<style>
a { background-color: #0EDB2E; }
a { background-color: rgb(14,219,46); }
div.DivClassName
{
background-color: #0EDB2E;
}
.BgClassName
{
background-color: #0EDB2E;
}
</style>
border-color css
<style>
span { border-color: #0EDB2E; }
span { border-color: rgb(14,219,46); }
td.TdClassName
{
border-color: #0EDB2E;
}
.TagClassName
{
border-color: #0EDB2E;
}
</style>