Html Css Color HEX #0EC148 Dark Pastel Green

📋 copy color: '#0EC148'

red 14 ◦ green 193 ◦ blue 72

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

Shades of Dark Pastel Green #0EC148

Tints of Dark Pastel Green #0EC148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.81%

R = 5.02%
G = 69.18%
B = 25.81%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#0EC148 (or 0x0EC148) is known color: Dark Pastel Green. HEX triplet: 0E, C1 and 48. RGB value is (14,193,72). Sum of RGB (Red+Green+Blue) = 14+193+72=279 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.02% from 279); Green value is 193 (75.78% from 255 or 69.18% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC148 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC148 is #F13EB7. Grayscale: #7D7D7D. Windows color (decimal): -15810232 or 4768014. OLE color: 4768014.

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

Color convert

RGB 14 193 72 -
CMYK 0.93 0 0.63 0.24
HSL 139.44º 0.86% 0.41% -
HSV(B) 139.44º 0.93% 0.76% -
XYZ 20.42 38.7 12.52 -
YUV 125.69 97.7 48.34 -
System Red Green Blue C M Y K H S L
Decimal 14 193 72 0.93 0 0.63 0.24 139.44 0.86 0.41
Hex E C1 48 5D 0 3F 18 8B 56 29
Octal 16 301 110 135 0 77 30 213 126 51
Binary 1110 11000001 1001000 1011101 0 111111 11000 10001011 1010110 101001

Color Harmonies of #0EC148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC148

Black with #0EC148

Text Example


Text Example

White with #0EC148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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