Html Css Color HEX #13E141 Malachite

📋 copy color: '#13E141'

red 19 ◦ green 225 ◦ blue 65

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

Shades of Malachite #13E141

Tints of Malachite #13E141

RGB

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

 GREEN value IS 225 (88.28% from 255) = 72.82%

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

R = 6.15%
G = 72.82%
B = 21.04%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#13E141 (or 0x13E141) is known color: Malachite. HEX triplet: 13, E1 and 41. RGB value is (19,225,65). Sum of RGB (Red+Green+Blue) = 19+225+65=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 225 (88.28% from 255 or 72.82% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 225 - color contains mainly: green. Hex color #13E141 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13E141 is #EC1EBE. Grayscale: #919191. Windows color (decimal): -15474367 or 4317459. OLE color: 4317459.

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

Color convert

RGB 19 225 65 -
CMYK 0.92 0 0.71 0.12
HSL 133.4º 0.84% 0.48% -
HSV(B) 133.4º 0.92% 0.88% -
XYZ 28.15 54.37 14.01 -
YUV 145.17 82.75 38.01 -
System Red Green Blue C M Y K H S L
Decimal 19 225 65 0.92 0 0.71 0.12 133.4 0.84 0.48
Hex 13 E1 41 5C 0 47 C 85 54 30
Octal 23 341 101 134 0 107 14 205 124 60
Binary 10011 11100001 1000001 1011100 0 1000111 1100 10000101 1010100 110000

Color Harmonies of #13E141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13E141

Black with #13E141

Text Example


Text Example

White with #13E141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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