Html Css Color HEX #0EC154 Malachite

📋 copy color: '#0EC154'

red 14 ◦ green 193 ◦ blue 84

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

Shades of Malachite #0EC154

Tints of Malachite #0EC154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 28.87%

R = 4.81%
G = 66.32%
B = 28.87%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#0EC154 (or 0x0EC154) is known color: Malachite. HEX triplet: 0E, C1 and 54. RGB value is (14,193,84). Sum of RGB (Red+Green+Blue) = 14+193+84=291 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.81% from 291); Green value is 193 (75.78% from 255 or 66.32% from 291); Blue value is 84 (33.20% from 255 or 28.87% from 291); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC154 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC154 is #F13EAB. Grayscale: #7F7F7F. Windows color (decimal): -15810220 or 5554446. OLE color: 5554446.

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

Color convert

RGB 14 193 84 -
CMYK 0.93 0 0.56 0.24
HSL 143.46º 0.86% 0.41% -
HSV(B) 143.46º 0.93% 0.76% -
XYZ 20.85 38.87 14.79 -
YUV 127.05 103.7 47.36 -
System Red Green Blue C M Y K H S L
Decimal 14 193 84 0.93 0 0.56 0.24 143.46 0.86 0.41
Hex E C1 54 5D 0 38 18 8F 56 29
Octal 16 301 124 135 0 70 30 217 126 51
Binary 1110 11000001 1010100 1011101 0 111000 11000 10001111 1010110 101001

Color Harmonies of #0EC154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC154

Black with #0EC154

Text Example


Text Example

White with #0EC154

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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