Html Css Color HEX #0EC143 Dark Pastel Green

📋 copy color: '#0EC143'

red 14 ◦ green 193 ◦ blue 67

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

Shades of Dark Pastel Green #0EC143

Tints of Dark Pastel Green #0EC143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.45%

R = 5.11%
G = 70.44%
B = 24.45%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#0EC143 (or 0x0EC143) is known color: Dark Pastel Green. HEX triplet: 0E, C1 and 43. RGB value is (14,193,67). Sum of RGB (Red+Green+Blue) = 14+193+67=274 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.11% from 274); Green value is 193 (75.78% from 255 or 70.44% from 274); Blue value is 67 (26.56% from 255 or 24.45% from 274); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC143 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC143 is #F13EBC. Grayscale: #7D7D7D. Windows color (decimal): -15810237 or 4440334. OLE color: 4440334.

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

Color convert

RGB 14 193 67 -
CMYK 0.93 0 0.65 0.24
HSL 137.77º 0.86% 0.41% -
HSV(B) 137.77º 0.93% 0.76% -
XYZ 20.26 38.64 11.7 -
YUV 125.12 95.2 48.75 -
System Red Green Blue C M Y K H S L
Decimal 14 193 67 0.93 0 0.65 0.24 137.77 0.86 0.41
Hex E C1 43 5D 0 41 18 8A 56 29
Octal 16 301 103 135 0 101 30 212 126 51
Binary 1110 11000001 1000011 1011101 0 1000001 11000 10001010 1010110 101001

Color Harmonies of #0EC143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC143

Black with #0EC143

Text Example


Text Example

White with #0EC143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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