#0EC055

Color #0EC055 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #0EC055

Tints of Malachite #0EC055

Color information

#0EC055 (or 0x0EC055) is unknown color: approx Malachite. HEX triplet: 0E, C0 and 55. RGB value is (14,192,85). Sum of RGB (Red+Green+Blue) = 14+192+85=291 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.81% from 291); Green value is 192 (75.39% from 255 or 65.98% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC055 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC055 is #F13FAA. Grayscale: #7E7E7E. Windows color (decimal): -15810475 or 5619726. OLE color: 5619726.

HSL color Cylindrical-coordinate representation of color #0EC055: hue angle of 143.93º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC055 is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB1419285-
CMYK0.9300.560.25
HSL143.93º86.41%40.39%-
HSV(B)143.93º92.71%75.29%-
XYZ20.6738.4514.93-
YUV126.58104.5347.7-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.81%
GREEN value IS 192 (75.39% from 255) = 65.98%
BLUE value IS 85 (33.59% from 255) = 29.21%
R=4.81%
G=65.98%
B=29.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14192850.9300.560.25143.9386.4140.39
HexEC0555D03819905628
Octal163001251350703122012650
Binary11101100000010101011011101011100011001100100001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,192,85); }

 H1.HeaderClassName
 {
   color: #0EC055;
 }
 .AnyTagClassName
 {
   color: #0EC055;
 }
</style>
background-color css

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

 a { background-color: rgb(14,192,85); }

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

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

 span { border-color: rgb(14,192,85); }

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