#0EC04E

Color #0EC04E Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #0EC04E

Tints of Dark Pastel Green #0EC04E

Color information

#0EC04E (or 0x0EC04E) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, C0 and 4E. RGB value is (14,192,78). Sum of RGB (Red+Green+Blue) = 14+192+78=284 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.93% from 284); Green value is 192 (75.39% from 255 or 67.61% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC04E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC04E is #F13FB1. Grayscale: #7E7E7E. Windows color (decimal): -15810482 or 5160974. OLE color: 5160974.

HSL color Cylindrical-coordinate representation of color #0EC04E: hue angle of 141.57º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC04E is Cyan = 0.93, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB1419278-
CMYK0.9300.590.25
HSL141.57º86.41%40.39%-
HSV(B)141.57º92.71%75.29%-
XYZ20.4138.3413.53-
YUV125.78101.0348.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 14 (5.86% from 255) = 4.93%
GREEN value IS 192 (75.39% from 255) = 67.61%
BLUE value IS 78 (30.86% from 255) = 27.46%
R=4.93%
G=67.61%
B=27.46%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14192780.9300.590.25141.5786.4140.39
HexEC04E5D03B198e5628
Octal163001161350733121612650
Binary11101100000010011101011101011101111001100011101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0EC04E; }

 p { color: rgb(14,192,78); }

 H1.HeaderClassName
 {
   color: #0EC04E;
 }
 .AnyTagClassName
 {
   color: #0EC04E;
 }
</style>
background-color css

<style>
 a { background-color: #0EC04E; }

 a { background-color: rgb(14,192,78); }

 div.DivClassName
 {
   background-color: #0EC04E;
 }
 .BgClassName
 {
   background-color: #0EC04E;
 }
</style>
border-color css

<style>
 span { border-color: #0EC04E; }

 span { border-color: rgb(14,192,78); }

 td.TdClassName
 {
   border-color: #0EC04E;
 }
 .TagClassName
 {
   border-color: #0EC04E;
 }
</style>