Html Css Color HEX #0EC13E Dark Pastel Green

📋 copy color: '#0EC13E'

red 14 ◦ green 193 ◦ blue 62

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

Shades of Dark Pastel Green #0EC13E

Tints of Dark Pastel Green #0EC13E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.05%

R = 5.2%
G = 71.75%
B = 23.05%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#0EC13E (or 0x0EC13E) is known color: Dark Pastel Green. HEX triplet: 0E, C1 and 3E. RGB value is (14,193,62). Sum of RGB (Red+Green+Blue) = 14+193+62=269 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.20% from 269); Green value is 193 (75.78% from 255 or 71.75% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC13E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC13E is #F13EC1. Grayscale: #7C7C7C. Windows color (decimal): -15810242 or 4112654. OLE color: 4112654.

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

Color convert

RGB 14 193 62 -
CMYK 0.93 0 0.68 0.24
HSL 136.09º 0.86% 0.41% -
HSV(B) 136.09º 0.93% 0.76% -
XYZ 20.12 38.58 10.94 -
YUV 124.55 92.7 49.15 -
System Red Green Blue C M Y K H S L
Decimal 14 193 62 0.93 0 0.68 0.24 136.09 0.86 0.41
Hex E C1 3E 5D 0 44 18 88 56 29
Octal 16 301 76 135 0 104 30 210 126 51
Binary 1110 11000001 111110 1011101 0 1000100 11000 10001000 1010110 101001

Color Harmonies of #0EC13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC13E

Black with #0EC13E

Text Example


Text Example

White with #0EC13E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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