Html Css Color HEX #0EC13F Dark Pastel Green

📋 copy color: '#0EC13F'

red 14 ◦ green 193 ◦ blue 63

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

Shades of Dark Pastel Green #0EC13F

Tints of Dark Pastel Green #0EC13F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 71.48%

 BLUE value IS 63 (25% from 255) = 23.33%

R = 5.19%
G = 71.48%
B = 23.33%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#0EC13F (or 0x0EC13F) is known color: Dark Pastel Green. HEX triplet: 0E, C1 and 3F. RGB value is (14,193,63). Sum of RGB (Red+Green+Blue) = 14+193+63=270 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.19% from 270); Green value is 193 (75.78% from 255 or 71.48% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC13F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC13F is #F13EC0. Grayscale: #7D7D7D. Windows color (decimal): -15810241 or 4178190. OLE color: 4178190.

HSL color Cylindrical-coordinate representation of color #0EC13F: hue angle of 136.42º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC13F is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 14 193 63 -
CMYK 0.93 0 0.67 0.24
HSL 136.42º 0.86% 0.41% -
HSV(B) 136.42º 0.93% 0.76% -
XYZ 20.15 38.59 11.09 -
YUV 124.66 93.2 49.07 -
System Red Green Blue C M Y K H S L
Decimal 14 193 63 0.93 0 0.67 0.24 136.42 0.86 0.41
Hex E C1 3F 5D 0 43 18 88 56 29
Octal 16 301 77 135 0 103 30 210 126 51
Binary 1110 11000001 111111 1011101 0 1000011 11000 10001000 1010110 101001

Color Harmonies of #0EC13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC13F

Black with #0EC13F

Text Example


Text Example

White with #0EC13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,193,63); }

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

background-color css

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

 a { background-color: rgb(14,193,63); }

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

border-color css

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

 span { border-color: rgb(14,193,63); }

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