Html Css Color HEX #0EC13A Dark Pastel Green

📋 copy color: '#0EC13A'

red 14 ◦ green 193 ◦ blue 58

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

Shades of Dark Pastel Green #0EC13A

Tints of Dark Pastel Green #0EC13A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.89%

R = 5.28%
G = 72.83%
B = 21.89%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#0EC13A (or 0x0EC13A) is known color: Dark Pastel Green. HEX triplet: 0E, C1 and 3A. RGB value is (14,193,58). Sum of RGB (Red+Green+Blue) = 14+193+58=265 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.28% from 265); Green value is 193 (75.78% from 255 or 72.83% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC13A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC13A is #F13EC5. Grayscale: #7C7C7C. Windows color (decimal): -15810246 or 3850510. OLE color: 3850510.

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

Color convert

RGB 14 193 58 -
CMYK 0.93 0 0.70 0.24
HSL 134.75º 0.86% 0.41% -
HSV(B) 134.75º 0.93% 0.76% -
XYZ 20.01 38.54 10.39 -
YUV 124.09 90.7 49.48 -
System Red Green Blue C M Y K H S L
Decimal 14 193 58 0.93 0 0.70 0.24 134.75 0.86 0.41
Hex E C1 3A 5D 0 46 18 87 56 29
Octal 16 301 72 135 0 106 30 207 126 51
Binary 1110 11000001 111010 1011101 0 1000110 11000 10000111 1010110 101001

Color Harmonies of #0EC13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC13A

Black with #0EC13A

Text Example


Text Example

White with #0EC13A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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