Html Css Color HEX #0EC145 Dark Pastel Green

📋 copy color: '#0EC145'

red 14 ◦ green 193 ◦ blue 69

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

Shades of Dark Pastel Green #0EC145

Tints of Dark Pastel Green #0EC145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25%

R = 5.07%
G = 69.93%
B = 25%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#0EC145 (or 0x0EC145) is known color: Dark Pastel Green. HEX triplet: 0E, C1 and 45. RGB value is (14,193,69). Sum of RGB (Red+Green+Blue) = 14+193+69=276 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.07% from 276); Green value is 193 (75.78% from 255 or 69.93% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC145 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC145 is #F13EBA. Grayscale: #7D7D7D. Windows color (decimal): -15810235 or 4571406. OLE color: 4571406.

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

Color convert

RGB 14 193 69 -
CMYK 0.93 0 0.64 0.24
HSL 138.44º 0.86% 0.41% -
HSV(B) 138.44º 0.93% 0.76% -
XYZ 20.33 38.66 12.02 -
YUV 125.34 96.2 48.58 -
System Red Green Blue C M Y K H S L
Decimal 14 193 69 0.93 0 0.64 0.24 138.44 0.86 0.41
Hex E C1 45 5D 0 40 18 8A 56 29
Octal 16 301 105 135 0 100 30 212 126 51
Binary 1110 11000001 1000101 1011101 0 1000000 11000 10001010 1010110 101001

Color Harmonies of #0EC145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC145

Black with #0EC145

Text Example


Text Example

White with #0EC145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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