Html Css Color HEX #0EC86A Malachite

📋 copy color: '#0EC86A'

red 14 ◦ green 200 ◦ blue 106

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

Shades of Malachite #0EC86A

Tints of Malachite #0EC86A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 62.5%

 BLUE value IS 106 (41.8% from 255) = 33.13%

R = 4.38%
G = 62.5%
B = 33.13%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#0EC86A (or 0x0EC86A) is known color: Malachite. HEX triplet: 0E, C8 and 6A. RGB value is (14,200,106). Sum of RGB (Red+Green+Blue) = 14+200+106=320 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.38% from 320); Green value is 200 (78.52% from 255 or 62.5% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 200 - color contains mainly: green. Hex color #0EC86A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC86A is #F13795. Grayscale: #858585. Windows color (decimal): -15808406 or 6998030. OLE color: 6998030.

HSL color Cylindrical-coordinate representation of color #0EC86A: hue angle of 149.68º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC86A is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 14 200 106 -
CMYK 0.93 0 0.47 0.22
HSL 149.68º 0.87% 0.42% -
HSV(B) 149.68º 0.93% 0.78% -
XYZ 23.44 42.44 20.59 -
YUV 133.67 112.38 42.64 -
System Red Green Blue C M Y K H S L
Decimal 14 200 106 0.93 0 0.47 0.22 149.68 0.87 0.42
Hex E C8 6A 5D 0 2F 16 96 57 2A
Octal 16 310 152 135 0 57 26 226 127 52
Binary 1110 11001000 1101010 1011101 0 101111 10110 10010110 1010111 101010

Color Harmonies of #0EC86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC86A

Black with #0EC86A

Text Example


Text Example

White with #0EC86A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,200,106); }

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

background-color css

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

 a { background-color: rgb(14,200,106); }

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

border-color css

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

 span { border-color: rgb(14,200,106); }

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