#13EC50

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

Shades of Malachite #13EC50

Tints of Malachite #13EC50

Color information

#13EC50 (or 0x13EC50) is unknown color: approx Malachite. HEX triplet: 13, EC and 50. RGB value is (19,236,80). Sum of RGB (Red+Green+Blue) = 19+236+80=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 236 (92.58% from 255 or 70.45% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 236 - color contains mainly: green. Hex color #13EC50 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13EC50 is #EC13AF. Grayscale: #999999. Windows color (decimal): -15471536 or 5303315. OLE color: 5303315.

HSL color Cylindrical-coordinate representation of color #13EC50: hue angle of 136.87º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EC50 is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB1923680-
CMYK0.9200.660.07
HSL136.87º85.1%50%-
HSV(B)136.87º91.95%92.55%-
XYZ31.7160.7117.64-
YUV153.3386.6132.18-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.67%
GREEN value IS 236 (92.58% from 255) = 70.45%
BLUE value IS 80 (31.64% from 255) = 23.88%
R=5.67%
G=70.45%
B=23.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal19236800.9200.660.07136.8785.150
Hex13EC505C0427895532
Octal233541201340102721112562
Binary10011111011001010000101110001000010111100010011010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13EC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13EC50; }

 p { color: rgb(19,236,80); }

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

<style>
 a { background-color: #13EC50; }

 a { background-color: rgb(19,236,80); }

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

<style>
 span { border-color: #13EC50; }

 span { border-color: rgb(19,236,80); }

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