Html Css Color HEX #0EC14C Dark Pastel Green

📋 copy color: '#0EC14C'

red 14 ◦ green 193 ◦ blue 76

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

Shades of Dark Pastel Green #0EC14C

Tints of Dark Pastel Green #0EC14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.86%

R = 4.95%
G = 68.2%
B = 26.86%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#0EC14C (or 0x0EC14C) is known color: Dark Pastel Green. HEX triplet: 0E, C1 and 4C. RGB value is (14,193,76). Sum of RGB (Red+Green+Blue) = 14+193+76=283 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.95% from 283); Green value is 193 (75.78% from 255 or 68.20% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC14C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC14C is #F13EB3. Grayscale: #7E7E7E. Windows color (decimal): -15810228 or 5030158. OLE color: 5030158.

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

Color convert

RGB 14 193 76 -
CMYK 0.93 0 0.61 0.24
HSL 140.78º 0.86% 0.41% -
HSV(B) 140.78º 0.93% 0.76% -
XYZ 20.56 38.76 13.23 -
YUV 126.14 99.7 48.01 -
System Red Green Blue C M Y K H S L
Decimal 14 193 76 0.93 0 0.61 0.24 140.78 0.86 0.41
Hex E C1 4C 5D 0 3D 18 8D 56 29
Octal 16 301 114 135 0 75 30 215 126 51
Binary 1110 11000001 1001100 1011101 0 111101 11000 10001101 1010110 101001

Color Harmonies of #0EC14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC14C

Black with #0EC14C

Text Example


Text Example

White with #0EC14C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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