#0ECA4C

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

Shades of Malachite #0ECA4C

Tints of Malachite #0ECA4C

Color information

#0ECA4C (or 0x0ECA4C) is unknown color: approx Malachite. HEX triplet: 0E, CA and 4C. RGB value is (14,202,76). Sum of RGB (Red+Green+Blue) = 14+202+76=292 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.79% from 292); Green value is 202 (79.30% from 255 or 69.18% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 202 - color contains mainly: green. Hex color #0ECA4C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ECA4C is #F135B3. Grayscale: #838383. Windows color (decimal): -15807924 or 5032462. OLE color: 5032462.

HSL color Cylindrical-coordinate representation of color #0ECA4C: hue angle of 139.79º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECA4C is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB1420276-
CMYK0.9300.620.21
HSL139.79º87.04%42.35%-
HSV(B)139.79º93.07%79.22%-
XYZ22.6142.8613.92-
YUV131.4296.7244.25-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.79%
GREEN value IS 202 (79.30% from 255) = 69.18%
BLUE value IS 76 (30.08% from 255) = 26.03%
R=4.79%
G=69.18%
B=26.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal14202760.9300.620.21139.7987.0442.35
HexECA4C5D03E158c572a
Octal163121141350762521412752
Binary11101100101010011001011101011111010101100011001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ECA4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,202,76); }

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

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

 a { background-color: rgb(14,202,76); }

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

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

 span { border-color: rgb(14,202,76); }

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