Shades of Dark Pastel Green #0EDD2E
Tints of Dark Pastel Green #0EDD2E
RGB
CMYK
RGB Variations
Color information
#0EDD2E (or 0x0EDD2E) is known color: Dark Pastel Green. HEX triplet: 0E, DD and 2E. RGB value is (14,221,46). Sum of RGB (Red+Green+Blue) = 14+221+46=281 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.98% from 281); Green value is 221 (86.72% from 255 or 78.65% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 221 - color contains mainly: green. Hex color #0EDD2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EDD2E is #F122D1. Grayscale: #8B8B8B. Windows color (decimal): -15803090 or 3071246. OLE color: 3071246.
HSL color Cylindrical-coordinate representation of color #0EDD2E: hue angle of 129.28º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDD2E is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 221 | 46 | - |
| CMYK | 0.94 | 0 | 0.79 | 0.13 |
| HSL | 129.28º | 0.88% | 0.46% | - |
| HSV(B) | 129.28º | 0.94% | 0.87% | - |
| XYZ | 26.53 | 52 | 11.22 | - |
| YUV | 139.16 | 75.42 | 38.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 221 | 46 | 0.94 | 0 | 0.79 | 0.13 | 129.28 | 0.88 | 0.46 |
| Hex | E | DD | 2E | 5E | 0 | 4F | D | 81 | 58 | 2E |
| Octal | 16 | 335 | 56 | 136 | 0 | 117 | 15 | 201 | 130 | 56 |
| Binary | 1110 | 11011101 | 101110 | 1011110 | 0 | 1001111 | 1101 | 10000001 | 1011000 | 101110 |
Color Harmonies of #0EDD2E
Complementary color
Monochromatic Colors of #0EDD2E
Black with #0EDD2E
Text Example
Text Example
White with #0EDD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDD2E; }
p { color: rgb(14,221,46); }
H1.HeaderClassName
{
color: #0EDD2E;
}
.AnyTagClassName
{
color: #0EDD2E;
}
</style>
background-color css
<style>
a { background-color: #0EDD2E; }
a { background-color: rgb(14,221,46); }
div.DivClassName
{
background-color: #0EDD2E;
}
.BgClassName
{
background-color: #0EDD2E;
}
</style>
border-color css
<style>
span { border-color: #0EDD2E; }
span { border-color: rgb(14,221,46); }
td.TdClassName
{
border-color: #0EDD2E;
}
.TagClassName
{
border-color: #0EDD2E;
}
</style>