Shades of Dark Pastel Green #0ED02F
Tints of Dark Pastel Green #0ED02F
RGB
CMYK
RGB Variations
Color information
#0ED02F (or 0x0ED02F) is known color: Dark Pastel Green. HEX triplet: 0E, D0 and 2F. RGB value is (14,208,47). Sum of RGB (Red+Green+Blue) = 14+208+47=269 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.20% from 269); Green value is 208 (81.64% from 255 or 77.32% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 208 - color contains mainly: green. Hex color #0ED02F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED02F is #F12FD0. Grayscale: #848484. Windows color (decimal): -15806417 or 3133454. OLE color: 3133454.
HSL color Cylindrical-coordinate representation of color #0ED02F: hue angle of 130.21º 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 #0ED02F is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 208 | 47 | - |
| CMYK | 0.93 | 0 | 0.77 | 0.18 |
| HSL | 130.21º | 0.87% | 0.44% | - |
| HSV(B) | 130.21º | 0.93% | 0.82% | - |
| XYZ | 23.25 | 45.41 | 10.23 | - |
| YUV | 131.64 | 80.23 | 44.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 208 | 47 | 0.93 | 0 | 0.77 | 0.18 | 130.21 | 0.87 | 0.44 |
| Hex | E | D0 | 2F | 5D | 0 | 4D | 12 | 82 | 57 | 2C |
| Octal | 16 | 320 | 57 | 135 | 0 | 115 | 22 | 202 | 127 | 54 |
| Binary | 1110 | 11010000 | 101111 | 1011101 | 0 | 1001101 | 10010 | 10000010 | 1010111 | 101100 |
Color Harmonies of #0ED02F
Complementary color
Monochromatic Colors of #0ED02F
Black with #0ED02F
Text Example
Text Example
White with #0ED02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED02F; }
p { color: rgb(14,208,47); }
H1.HeaderClassName
{
color: #0ED02F;
}
.AnyTagClassName
{
color: #0ED02F;
}
</style>
background-color css
<style>
a { background-color: #0ED02F; }
a { background-color: rgb(14,208,47); }
div.DivClassName
{
background-color: #0ED02F;
}
.BgClassName
{
background-color: #0ED02F;
}
</style>
border-color css
<style>
span { border-color: #0ED02F; }
span { border-color: rgb(14,208,47); }
td.TdClassName
{
border-color: #0ED02F;
}
.TagClassName
{
border-color: #0ED02F;
}
</style>