Html Css Color HEX #0EC24C Dark Pastel Green

📋 copy color: '#0EC24C'

red 14 ◦ green 194 ◦ blue 76

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

Shades of Dark Pastel Green #0EC24C

Tints of Dark Pastel Green #0EC24C

RGB

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

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

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

R = 4.93%
G = 68.31%
B = 26.76%

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

#0EC24C (or 0x0EC24C) is known color: Dark Pastel Green. HEX triplet: 0E, C2 and 4C. RGB value is (14,194,76). Sum of RGB (Red+Green+Blue) = 14+194+76=284 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.93% from 284); Green value is 194 (76.17% from 255 or 68.31% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 194 - color contains mainly: green. Hex color #0EC24C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC24C is #F13DB3. Grayscale: #7F7F7F. Windows color (decimal): -15809972 or 5030414. OLE color: 5030414.

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

Color convert

RGB 14 194 76 -
CMYK 0.93 0 0.61 0.24
HSL 140.67º 0.87% 0.41% -
HSV(B) 140.67º 0.93% 0.76% -
XYZ 20.78 39.2 13.31 -
YUV 126.73 99.37 47.59 -
System Red Green Blue C M Y K H S L
Decimal 14 194 76 0.93 0 0.61 0.24 140.67 0.87 0.41
Hex E C2 4C 5D 0 3D 18 8D 57 29
Octal 16 302 114 135 0 75 30 215 127 51
Binary 1110 11000010 1001100 1011101 0 111101 11000 10001101 1010111 101001

Color Harmonies of #0EC24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC24C

Black with #0EC24C

Text Example


Text Example

White with #0EC24C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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