Html Css Color HEX #0EC039 Dark Pastel Green

📋 copy color: '#0EC039'

red 14 ◦ green 192 ◦ blue 57

#0EC039
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #0EC039

Tints of Dark Pastel Green #0EC039

RGB

 RED value IS 14 (5.86% from 255) = 5.32%

 GREEN value IS 192 (75.39% from 255) = 73%

 BLUE value IS 57 (22.66% from 255) = 21.67%

R = 5.32%
G = 73%
B = 21.67%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#0EC039 (or 0x0EC039) is known color: Dark Pastel Green. HEX triplet: 0E, C0 and 39. RGB value is (14,192,57). Sum of RGB (Red+Green+Blue) = 14+192+57=263 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.32% from 263); Green value is 192 (75.39% from 255 or 73.00% from 263); Blue value is 57 (22.66% from 255 or 21.67% from 263); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC039 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC039 is #F13FC6. Grayscale: #7B7B7B. Windows color (decimal): -15810503 or 3784718. OLE color: 3784718.

HSL color Cylindrical-coordinate representation of color #0EC039: hue angle of 134.49º 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 #0EC039 is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 14 192 57 -
CMYK 0.93 0 0.70 0.25
HSL 134.49º 0.86% 0.4% -
HSV(B) 134.49º 0.93% 0.75% -
XYZ 19.77 38.09 10.18 -
YUV 123.39 90.53 49.98 -
System Red Green Blue C M Y K H S L
Decimal 14 192 57 0.93 0 0.70 0.25 134.49 0.86 0.4
Hex E C0 39 5D 0 46 19 86 56 28
Octal 16 300 71 135 0 106 31 206 126 50
Binary 1110 11000000 111001 1011101 0 1000110 11001 10000110 1010110 101000

Color Harmonies of #0EC039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC039

Black with #0EC039

Text Example


Text Example

White with #0EC039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0EC039;
 }
 .AnyTagClassName
 {
   color: #0EC039;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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