Html Css Color HEX #0EC768 Malachite

📋 copy color: '#0EC768'

red 14 ◦ green 199 ◦ blue 104

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

Shades of Malachite #0EC768

Tints of Malachite #0EC768

RGB

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

 GREEN value IS 199 (78.13% from 255) = 62.78%

 BLUE value IS 104 (41.02% from 255) = 32.81%

R = 4.42%
G = 62.78%
B = 32.81%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#0EC768 (or 0x0EC768) is known color: Malachite. HEX triplet: 0E, C7 and 68. RGB value is (14,199,104). Sum of RGB (Red+Green+Blue) = 14+199+104=317 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.42% from 317); Green value is 199 (78.12% from 255 or 62.78% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 199 - color contains mainly: green. Hex color #0EC768 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC768 is #F13897. Grayscale: #858585. Windows color (decimal): -15808664 or 6866702. OLE color: 6866702.

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

Color convert

RGB 14 199 104 -
CMYK 0.93 0 0.48 0.22
HSL 149.19º 0.87% 0.42% -
HSV(B) 149.19º 0.93% 0.78% -
XYZ 23.1 41.94 19.97 -
YUV 132.86 111.71 43.22 -
System Red Green Blue C M Y K H S L
Decimal 14 199 104 0.93 0 0.48 0.22 149.19 0.87 0.42
Hex E C7 68 5D 0 30 16 95 57 2A
Octal 16 307 150 135 0 60 26 225 127 52
Binary 1110 11000111 1101000 1011101 0 110000 10110 10010101 1010111 101010

Color Harmonies of #0EC768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC768

Black with #0EC768

Text Example


Text Example

White with #0EC768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,199,104); }

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

background-color css

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

 a { background-color: rgb(14,199,104); }

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

border-color css

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

 span { border-color: rgb(14,199,104); }

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