#0EC264

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

Shades of Malachite #0EC264

Tints of Malachite #0EC264

Color information

#0EC264 (or 0x0EC264) is unknown color: approx Malachite. HEX triplet: 0E, C2 and 64. RGB value is (14,194,100). Sum of RGB (Red+Green+Blue) = 14+194+100=308 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.55% from 308); Green value is 194 (76.17% from 255 or 62.99% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 194 - color contains mainly: green. Hex color #0EC264 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC264 is #F13D9B. Grayscale: #818181. Windows color (decimal): -15809948 or 6603278. OLE color: 6603278.

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

Color convert

RGB14194100-
CMYK0.9300.480.24
HSL148.67º86.54%40.78%-
HSV(B)148.67º92.78%76.08%-
XYZ21.7739.618.55-
YUV129.46111.3745.64-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.55%
GREEN value IS 194 (76.17% from 255) = 62.99%
BLUE value IS 100 (39.45% from 255) = 32.47%
R=4.55%
G=62.99%
B=32.47%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal141941000.9300.480.24148.6786.5440.78
HexEC2645D03018955729
Octal163021441350603022512751
Binary11101100001011001001011101011000011000100101011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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