Html Css Color HEX #13DC6F Malachite

📋 copy color: '#13DC6F'

red 19 ◦ green 220 ◦ blue 111

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

Shades of Malachite #13DC6F

Tints of Malachite #13DC6F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 62.86%

 BLUE value IS 111 (43.75% from 255) = 31.71%

R = 5.43%
G = 62.86%
B = 31.71%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#13DC6F (or 0x13DC6F) is known color: Malachite. HEX triplet: 13, DC and 6F. RGB value is (19,220,111). Sum of RGB (Red+Green+Blue) = 19+220+111=350 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.43% from 350); Green value is 220 (86.33% from 255 or 62.86% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 220 - color contains mainly: green. Hex color #13DC6F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13DC6F is #EC2390. Grayscale: #939393. Windows color (decimal): -15475601 or 7330835. OLE color: 7330835.

HSL color Cylindrical-coordinate representation of color #13DC6F: hue angle of 147.46º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DC6F is Cyan = 0.91, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 220 111 -
CMYK 0.91 0 0.50 0.14
HSL 147.46º 0.84% 0.47% -
HSV(B) 147.46º 0.91% 0.86% -
XYZ 28.73 52.47 23.65 -
YUV 147.48 107.41 36.36 -
System Red Green Blue C M Y K H S L
Decimal 19 220 111 0.91 0 0.50 0.14 147.46 0.84 0.47
Hex 13 DC 6F 5B 0 32 E 93 54 2F
Octal 23 334 157 133 0 62 16 223 124 57
Binary 10011 11011100 1101111 1011011 0 110010 1110 10010011 1010100 101111

Color Harmonies of #13DC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DC6F

Black with #13DC6F

Text Example


Text Example

White with #13DC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,220,111); }

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

background-color css

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

 a { background-color: rgb(19,220,111); }

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

border-color css

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

 span { border-color: rgb(19,220,111); }

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