Html Css Color HEX #0EC34C Dark Pastel Green

📋 copy color: '#0EC34C'

red 14 ◦ green 195 ◦ blue 76

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

Shades of Dark Pastel Green #0EC34C

Tints of Dark Pastel Green #0EC34C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 68.42%

 BLUE value IS 76 (30.08% from 255) = 26.67%

R = 4.91%
G = 68.42%
B = 26.67%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#0EC34C (or 0x0EC34C) is known color: Dark Pastel Green. HEX triplet: 0E, C3 and 4C. RGB value is (14,195,76). Sum of RGB (Red+Green+Blue) = 14+195+76=285 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.91% from 285); Green value is 195 (76.56% from 255 or 68.42% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 195 - color contains mainly: green. Hex color #0EC34C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC34C is #F13CB3. Grayscale: #7F7F7F. Windows color (decimal): -15809716 or 5030670. OLE color: 5030670.

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

Color convert

RGB 14 195 76 -
CMYK 0.93 0 0.61 0.24
HSL 140.55º 0.87% 0.41% -
HSV(B) 140.55º 0.93% 0.76% -
XYZ 21 39.65 13.38 -
YUV 127.32 99.03 47.18 -
System Red Green Blue C M Y K H S L
Decimal 14 195 76 0.93 0 0.61 0.24 140.55 0.87 0.41
Hex E C3 4C 5D 0 3D 18 8D 57 29
Octal 16 303 114 135 0 75 30 215 127 51
Binary 1110 11000011 1001100 1011101 0 111101 11000 10001101 1010111 101001

Color Harmonies of #0EC34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC34C

Black with #0EC34C

Text Example


Text Example

White with #0EC34C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,195,76); }

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

background-color css

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

 a { background-color: rgb(14,195,76); }

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

border-color css

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

 span { border-color: rgb(14,195,76); }

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