Html Css Color HEX #13EF5E Malachite

📋 copy color: '#13EF5E'

red 19 ◦ green 239 ◦ blue 94

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

Shades of Malachite #13EF5E

Tints of Malachite #13EF5E

RGB

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

 GREEN value IS 239 (93.75% from 255) = 67.9%

 BLUE value IS 94 (37.11% from 255) = 26.7%

R = 5.4%
G = 67.9%
B = 26.7%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#13EF5E (or 0x13EF5E) is known color: Malachite. HEX triplet: 13, EF and 5E. RGB value is (19,239,94). Sum of RGB (Red+Green+Blue) = 19+239+94=352 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.40% from 352); Green value is 239 (93.75% from 255 or 67.90% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 239 - color contains mainly: green. Hex color #13EF5E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13EF5E is #EC10A1. Grayscale: #9D9D9D. Windows color (decimal): -15470754 or 6221587. OLE color: 6221587.

HSL color Cylindrical-coordinate representation of color #13EF5E: hue angle of 140.45º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EF5E is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 19 239 94 -
CMYK 0.92 0 0.61 0.06
HSL 140.45º 0.87% 0.51% -
HSV(B) 140.45º 0.92% 0.94% -
XYZ 33.16 62.68 20.94 -
YUV 156.69 92.61 29.79 -
System Red Green Blue C M Y K H S L
Decimal 19 239 94 0.92 0 0.61 0.06 140.45 0.87 0.51
Hex 13 EF 5E 5C 0 3D 6 8C 57 33
Octal 23 357 136 134 0 75 6 214 127 63
Binary 10011 11101111 1011110 1011100 0 111101 110 10001100 1010111 110011

Color Harmonies of #13EF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13EF5E

Black with #13EF5E

Text Example


Text Example

White with #13EF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,239,94); }

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

background-color css

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

 a { background-color: rgb(19,239,94); }

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

border-color css

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

 span { border-color: rgb(19,239,94); }

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