#13E25D

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

Shades of Malachite #13E25D

Tints of Malachite #13E25D

Color information

#13E25D (or 0x13E25D) is unknown color: approx Malachite. HEX triplet: 13, E2 and 5D. RGB value is (19,226,93). Sum of RGB (Red+Green+Blue) = 19+226+93=338 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.62% from 338); Green value is 226 (88.67% from 255 or 66.86% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 226 - color contains mainly: green. Hex color #13E25D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13E25D is #EC1DA2. Grayscale: #959595. Windows color (decimal): -15474083 or 6152723. OLE color: 6152723.

HSL color Cylindrical-coordinate representation of color #13E25D: hue angle of 141.45º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E25D is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB1922693-
CMYK0.9200.590.11
HSL141.45º84.49%48.04%-
HSV(B)141.45º91.59%88.63%-
XYZ29.4455.3219.48-
YUV148.9596.4235.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.62%
GREEN value IS 226 (88.67% from 255) = 66.86%
BLUE value IS 93 (36.72% from 255) = 27.51%
R=5.62%
G=66.86%
B=27.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal19226930.9200.590.11141.4584.4948.04
Hex13E25D5C03BB8d5430
Octal233421351340731321512460
Binary10011111000101011101101110001110111011100011011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13E25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,226,93); }

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

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

 a { background-color: rgb(19,226,93); }

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

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

 span { border-color: rgb(19,226,93); }

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