Html Css Color HEX #13E241 Malachite

📋 copy color: '#13E241'

red 19 ◦ green 226 ◦ blue 65

#13E241
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #13E241

Tints of Malachite #13E241

RGB

 RED value IS 19 (7.81% from 255) = 6.13%

 GREEN value IS 226 (88.67% from 255) = 72.9%

 BLUE value IS 65 (25.78% from 255) = 20.97%

R = 6.13%
G = 72.9%
B = 20.97%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#13E241 (or 0x13E241) is known color: Malachite. HEX triplet: 13, E2 and 41. RGB value is (19,226,65). Sum of RGB (Red+Green+Blue) = 19+226+65=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 226 (88.67% from 255 or 72.90% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 226 - color contains mainly: green. Hex color #13E241 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13E241 is #EC1DBE. Grayscale: #929292. Windows color (decimal): -15474111 or 4317715. OLE color: 4317715.

HSL color Cylindrical-coordinate representation of color #13E241: hue angle of 133.33º 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 #13E241 is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB 19 226 65 -
CMYK 0.92 0 0.71 0.11
HSL 133.33º 0.84% 0.48% -
HSV(B) 133.33º 0.92% 0.89% -
XYZ 28.42 54.91 14.1 -
YUV 145.75 82.42 37.59 -
System Red Green Blue C M Y K H S L
Decimal 19 226 65 0.92 0 0.71 0.11 133.33 0.84 0.48
Hex 13 E2 41 5C 0 47 B 85 54 30
Octal 23 342 101 134 0 107 13 205 124 60
Binary 10011 11100010 1000001 1011100 0 1000111 1011 10000101 1010100 110000

Color Harmonies of #13E241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13E241

Black with #13E241

Text Example


Text Example

White with #13E241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13E241;
 }
 .AnyTagClassName
 {
   color: #13E241;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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