#0EC152

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

Shades of Malachite #0EC152

Tints of Malachite #0EC152

Color information

#0EC152 (or 0x0EC152) is unknown color: approx Malachite. HEX triplet: 0E, C1 and 52. RGB value is (14,193,82). Sum of RGB (Red+Green+Blue) = 14+193+82=289 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.84% from 289); Green value is 193 (75.78% from 255 or 66.78% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC152 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC152 is #F13EAD. Grayscale: #7F7F7F. Windows color (decimal): -15810222 or 5423374. OLE color: 5423374.

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

Color convert

RGB1419382-
CMYK0.9300.580.24
HSL142.79º86.47%40.59%-
HSV(B)142.79º92.75%75.69%-
XYZ20.7738.8414.39-
YUV126.82102.747.53-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.84%
GREEN value IS 193 (75.78% from 255) = 66.78%
BLUE value IS 82 (32.42% from 255) = 28.37%
R=4.84%
G=66.78%
B=28.37%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal14193820.9300.580.24142.7986.4740.59
HexEC1525D03A188f5629
Octal163011221350723021712651
Binary11101100000110100101011101011101011000100011111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,193,82); }

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

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

 a { background-color: rgb(14,193,82); }

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

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

 span { border-color: rgb(14,193,82); }

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