#0EC35E

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

Shades of Malachite #0EC35E

Tints of Malachite #0EC35E

Color information

#0EC35E (or 0x0EC35E) is unknown color: approx Malachite. HEX triplet: 0E, C3 and 5E. RGB value is (14,195,94). Sum of RGB (Red+Green+Blue) = 14+195+94=303 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.62% from 303); Green value is 195 (76.56% from 255 or 64.36% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 195 - color contains mainly: green. Hex color #0EC35E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC35E is #F13CA1. Grayscale: #818181. Windows color (decimal): -15809698 or 6210318. OLE color: 6210318.

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

Color convert

RGB1419594-
CMYK0.9300.520.24
HSL146.52º86.6%40.98%-
HSV(B)146.52º92.82%76.47%-
XYZ21.7239.9317.15-
YUV129.37108.0345.71-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.62%
GREEN value IS 195 (76.56% from 255) = 64.36%
BLUE value IS 94 (37.11% from 255) = 31.02%
R=4.62%
G=64.36%
B=31.02%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal14195940.9300.520.24146.5286.640.98
HexEC35E5D03418935729
Octal163031361350643022312751
Binary11101100001110111101011101011010011000100100111010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,195,94); }

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

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

 a { background-color: rgb(14,195,94); }

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

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

 span { border-color: rgb(14,195,94); }

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