Shades of Dark Pastel Green #0ED02A
Tints of Dark Pastel Green #0ED02A
RGB
CMYK
RGB Variations
Color information
#0ED02A (or 0x0ED02A) is known color: Dark Pastel Green. HEX triplet: 0E, D0 and 2A. RGB value is (14,208,42). Sum of RGB (Red+Green+Blue) = 14+208+42=264 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.30% from 264); Green value is 208 (81.64% from 255 or 78.79% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 208 - color contains mainly: green. Hex color #0ED02A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED02A is #F12FD5. Grayscale: #838383. Windows color (decimal): -15806422 or 2805774. OLE color: 2805774.
HSL color Cylindrical-coordinate representation of color #0ED02A: hue angle of 128.66º 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 #0ED02A is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 208 | 42 | - |
| CMYK | 0.93 | 0 | 0.80 | 0.18 |
| HSL | 128.66º | 0.87% | 0.44% | - |
| HSV(B) | 128.66º | 0.93% | 0.82% | - |
| XYZ | 23.15 | 45.37 | 9.73 | - |
| YUV | 131.07 | 77.73 | 44.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 208 | 42 | 0.93 | 0 | 0.80 | 0.18 | 128.66 | 0.87 | 0.44 |
| Hex | E | D0 | 2A | 5D | 0 | 50 | 12 | 81 | 57 | 2C |
| Octal | 16 | 320 | 52 | 135 | 0 | 120 | 22 | 201 | 127 | 54 |
| Binary | 1110 | 11010000 | 101010 | 1011101 | 0 | 1010000 | 10010 | 10000001 | 1010111 | 101100 |
Color Harmonies of #0ED02A
Complementary color
Monochromatic Colors of #0ED02A
Black with #0ED02A
Text Example
Text Example
White with #0ED02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED02A; }
p { color: rgb(14,208,42); }
H1.HeaderClassName
{
color: #0ED02A;
}
.AnyTagClassName
{
color: #0ED02A;
}
</style>
background-color css
<style>
a { background-color: #0ED02A; }
a { background-color: rgb(14,208,42); }
div.DivClassName
{
background-color: #0ED02A;
}
.BgClassName
{
background-color: #0ED02A;
}
</style>
border-color css
<style>
span { border-color: #0ED02A; }
span { border-color: rgb(14,208,42); }
td.TdClassName
{
border-color: #0ED02A;
}
.TagClassName
{
border-color: #0ED02A;
}
</style>