Html Css Color HEX #0EC12E Dark Pastel Green

📋 copy color: '#0EC12E'

red 14 ◦ green 193 ◦ blue 46

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

Shades of Dark Pastel Green #0EC12E

Tints of Dark Pastel Green #0EC12E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.18%

R = 5.53%
G = 76.28%
B = 18.18%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#0EC12E (or 0x0EC12E) is known color: Dark Pastel Green. HEX triplet: 0E, C1 and 2E. RGB value is (14,193,46). Sum of RGB (Red+Green+Blue) = 14+193+46=253 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.53% from 253); Green value is 193 (75.78% from 255 or 76.28% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC12E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC12E is #F13ED1. Grayscale: #7B7B7B. Windows color (decimal): -15810258 or 3064078. OLE color: 3064078.

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

Color convert

RGB 14 193 46 -
CMYK 0.93 0 0.76 0.24
HSL 130.73º 0.86% 0.41% -
HSV(B) 130.73º 0.93% 0.76% -
XYZ 19.74 38.43 8.96 -
YUV 122.72 84.7 50.45 -
System Red Green Blue C M Y K H S L
Decimal 14 193 46 0.93 0 0.76 0.24 130.73 0.86 0.41
Hex E C1 2E 5D 0 4C 18 83 56 29
Octal 16 301 56 135 0 114 30 203 126 51
Binary 1110 11000001 101110 1011101 0 1001100 11000 10000011 1010110 101001

Color Harmonies of #0EC12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC12E

Black with #0EC12E

Text Example


Text Example

White with #0EC12E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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