Html Css Color HEX #0EC246 Dark Pastel Green

📋 copy color: '#0EC246'

red 14 ◦ green 194 ◦ blue 70

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

Shades of Dark Pastel Green #0EC246

Tints of Dark Pastel Green #0EC246

RGB

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

 GREEN value IS 194 (76.17% from 255) = 69.78%

 BLUE value IS 70 (27.73% from 255) = 25.18%

R = 5.04%
G = 69.78%
B = 25.18%

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

#0EC246 (or 0x0EC246) is known color: Dark Pastel Green. HEX triplet: 0E, C2 and 46. RGB value is (14,194,70). Sum of RGB (Red+Green+Blue) = 14+194+70=278 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.04% from 278); Green value is 194 (76.17% from 255 or 69.78% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 194 - color contains mainly: green. Hex color #0EC246 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC246 is #F13DB9. Grayscale: #7E7E7E. Windows color (decimal): -15809978 or 4637198. OLE color: 4637198.

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

Color convert

RGB 14 194 70 -
CMYK 0.93 0 0.64 0.24
HSL 138.67º 0.87% 0.41% -
HSV(B) 138.67º 0.93% 0.76% -
XYZ 20.58 39.12 12.26 -
YUV 126.04 96.37 48.08 -
System Red Green Blue C M Y K H S L
Decimal 14 194 70 0.93 0 0.64 0.24 138.67 0.87 0.41
Hex E C2 46 5D 0 40 18 8B 57 29
Octal 16 302 106 135 0 100 30 213 127 51
Binary 1110 11000010 1000110 1011101 0 1000000 11000 10001011 1010111 101001

Color Harmonies of #0EC246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC246

Black with #0EC246

Text Example


Text Example

White with #0EC246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,194,70); }

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

background-color css

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

 a { background-color: rgb(14,194,70); }

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

border-color css

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

 span { border-color: rgb(14,194,70); }

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