Html Css Color HEX #0EC96A Malachite

📋 copy color: '#0EC96A'

red 14 ◦ green 201 ◦ blue 106

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

Shades of Malachite #0EC96A

Tints of Malachite #0EC96A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 62.62%

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

R = 4.36%
G = 62.62%
B = 33.02%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#0EC96A (or 0x0EC96A) is known color: Malachite. HEX triplet: 0E, C9 and 6A. RGB value is (14,201,106). Sum of RGB (Red+Green+Blue) = 14+201+106=321 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.36% from 321); Green value is 201 (78.91% from 255 or 62.62% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 201 - color contains mainly: green. Hex color #0EC96A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC96A is #F13695. Grayscale: #868686. Windows color (decimal): -15808150 or 6998286. OLE color: 6998286.

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

Color convert

RGB 14 201 106 -
CMYK 0.93 0 0.47 0.21
HSL 149.52º 0.87% 0.42% -
HSV(B) 149.52º 0.93% 0.79% -
XYZ 23.67 42.91 20.67 -
YUV 134.26 112.05 42.22 -
System Red Green Blue C M Y K H S L
Decimal 14 201 106 0.93 0 0.47 0.21 149.52 0.87 0.42
Hex E C9 6A 5D 0 2F 15 96 57 2A
Octal 16 311 152 135 0 57 25 226 127 52
Binary 1110 11001001 1101010 1011101 0 101111 10101 10010110 1010111 101010

Color Harmonies of #0EC96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC96A

Black with #0EC96A

Text Example


Text Example

White with #0EC96A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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