#13E75A

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

Shades of Malachite #13E75A

Tints of Malachite #13E75A

Color information

#13E75A (or 0x13E75A) is unknown color: approx Malachite. HEX triplet: 13, E7 and 5A. RGB value is (19,231,90). Sum of RGB (Red+Green+Blue) = 19+231+90=340 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.59% from 340); Green value is 231 (90.62% from 255 or 67.94% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 231 - color contains mainly: green. Hex color #13E75A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13E75A is #EC18A5. Grayscale: #979797. Windows color (decimal): -15472806 or 5957395. OLE color: 5957395.

HSL color Cylindrical-coordinate representation of color #13E75A: hue angle of 140.09º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E75A is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB1923190-
CMYK0.9200.610.09
HSL140.09º84.8%49.02%-
HSV(B)140.09º91.77%90.59%-
XYZ30.6958.0319.26-
YUV151.5493.2633.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.59%
GREEN value IS 231 (90.62% from 255) = 67.94%
BLUE value IS 90 (35.55% from 255) = 26.47%
R=5.59%
G=67.94%
B=26.47%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal19231900.9200.610.09140.0984.849.02
Hex13E75A5C03D98c5531
Octal233471321340751121412561
Binary10011111001111011010101110001111011001100011001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13E75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,231,90); }

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

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

 a { background-color: rgb(19,231,90); }

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

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

 span { border-color: rgb(19,231,90); }

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