Html Css Color HEX #13E96B Malachite

📋 copy color: '#13E96B'

red 19 ◦ green 233 ◦ blue 107

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

Shades of Malachite #13E96B

Tints of Malachite #13E96B

RGB

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

 GREEN value IS 233 (91.41% from 255) = 64.9%

 BLUE value IS 107 (42.19% from 255) = 29.81%

R = 5.29%
G = 64.9%
B = 29.81%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#13E96B (or 0x13E96B) is known color: Malachite. HEX triplet: 13, E9 and 6B. RGB value is (19,233,107). Sum of RGB (Red+Green+Blue) = 19+233+107=359 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.29% from 359); Green value is 233 (91.41% from 255 or 64.90% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 233 - color contains mainly: green. Hex color #13E96B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13E96B is #EC1694. Grayscale: #9A9A9A. Windows color (decimal): -15472277 or 7072019. OLE color: 7072019.

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

Color convert

RGB 19 233 107 -
CMYK 0.92 0 0.54 0.09
HSL 144.67º 0.85% 0.49% -
HSV(B) 144.67º 0.92% 0.91% -
XYZ 32.06 59.48 23.7 -
YUV 154.65 101.1 31.25 -
System Red Green Blue C M Y K H S L
Decimal 19 233 107 0.92 0 0.54 0.09 144.67 0.85 0.49
Hex 13 E9 6B 5C 0 36 9 91 55 31
Octal 23 351 153 134 0 66 11 221 125 61
Binary 10011 11101001 1101011 1011100 0 110110 1001 10010001 1010101 110001

Color Harmonies of #13E96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13E96B

Black with #13E96B

Text Example


Text Example

White with #13E96B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,233,107); }

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

background-color css

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

 a { background-color: rgb(19,233,107); }

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

border-color css

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

 span { border-color: rgb(19,233,107); }

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