#0EC256

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

Shades of Malachite #0EC256

Tints of Malachite #0EC256

Color information

#0EC256 (or 0x0EC256) is unknown color: approx Malachite. HEX triplet: 0E, C2 and 56. RGB value is (14,194,86). Sum of RGB (Red+Green+Blue) = 14+194+86=294 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.76% from 294); Green value is 194 (76.17% from 255 or 65.99% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 194 - color contains mainly: green. Hex color #0EC256 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC256 is #F13DA9. Grayscale: #808080. Windows color (decimal): -15809962 or 5685774. OLE color: 5685774.

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

Color convert

RGB1419486-
CMYK0.9300.560.24
HSL144º86.54%40.78%-
HSV(B)144º92.78%76.08%-
XYZ21.1539.3515.28-
YUV127.87104.3746.78-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.76%
GREEN value IS 194 (76.17% from 255) = 65.99%
BLUE value IS 86 (33.98% from 255) = 29.25%
R=4.76%
G=65.99%
B=29.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal14194860.9300.560.2414486.5440.78
HexEC2565D03818905729
Octal163021261350703022012751
Binary11101100001010101101011101011100011000100100001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,194,86); }

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

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

 a { background-color: rgb(14,194,86); }

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

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

 span { border-color: rgb(14,194,86); }

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