Html Css Color HEX #13E040 Malachite

📋 copy color: '#13E040'

red 19 ◦ green 224 ◦ blue 64

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

Shades of Malachite #13E040

Tints of Malachite #13E040

RGB

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

 GREEN value IS 224 (87.89% from 255) = 72.96%

 BLUE value IS 64 (25.39% from 255) = 20.85%

R = 6.19%
G = 72.96%
B = 20.85%

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

#13E040 (or 0x13E040) is known color: Malachite. HEX triplet: 13, E0 and 40. RGB value is (19,224,64). Sum of RGB (Red+Green+Blue) = 19+224+64=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 224 (87.89% from 255 or 72.96% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 224 - color contains mainly: green. Hex color #13E040 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13E040 is #EC1FBF. Grayscale: #909090. Windows color (decimal): -15474624 or 4251667. OLE color: 4251667.

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

Color convert

RGB 19 224 64 -
CMYK 0.92 0 0.71 0.12
HSL 133.17º 0.84% 0.48% -
HSV(B) 133.17º 0.92% 0.88% -
XYZ 27.85 53.82 13.77 -
YUV 144.47 82.58 38.51 -
System Red Green Blue C M Y K H S L
Decimal 19 224 64 0.92 0 0.71 0.12 133.17 0.84 0.48
Hex 13 E0 40 5C 0 47 C 85 54 30
Octal 23 340 100 134 0 107 14 205 124 60
Binary 10011 11100000 1000000 1011100 0 1000111 1100 10000101 1010100 110000

Color Harmonies of #13E040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13E040

Black with #13E040

Text Example


Text Example

White with #13E040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,224,64); }

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

background-color css

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

 a { background-color: rgb(19,224,64); }

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

border-color css

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

 span { border-color: rgb(19,224,64); }

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