Html Css Color HEX #13D970 Malachite

📋 copy color: '#13D970'

red 19 ◦ green 217 ◦ blue 112

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

Shades of Malachite #13D970

Tints of Malachite #13D970

RGB

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

 GREEN value IS 217 (85.16% from 255) = 62.36%

 BLUE value IS 112 (44.14% from 255) = 32.18%

R = 5.46%
G = 62.36%
B = 32.18%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#13D970 (or 0x13D970) is known color: Malachite. HEX triplet: 13, D9 and 70. RGB value is (19,217,112). Sum of RGB (Red+Green+Blue) = 19+217+112=348 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.46% from 348); Green value is 217 (85.16% from 255 or 62.36% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 217 - color contains mainly: green. Hex color #13D970 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D970 is #EC268F. Grayscale: #929292. Windows color (decimal): -15476368 or 7395603. OLE color: 7395603.

HSL color Cylindrical-coordinate representation of color #13D970: hue angle of 148.18º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D970 is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 217 112 -
CMYK 0.91 0 0.48 0.15
HSL 148.18º 0.84% 0.46% -
HSV(B) 148.18º 0.91% 0.85% -
XYZ 28.01 50.93 23.68 -
YUV 145.83 108.9 37.54 -
System Red Green Blue C M Y K H S L
Decimal 19 217 112 0.91 0 0.48 0.15 148.18 0.84 0.46
Hex 13 D9 70 5B 0 30 F 94 54 2E
Octal 23 331 160 133 0 60 17 224 124 56
Binary 10011 11011001 1110000 1011011 0 110000 1111 10010100 1010100 101110

Color Harmonies of #13D970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D970

Black with #13D970

Text Example


Text Example

White with #13D970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,217,112); }

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

background-color css

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

 a { background-color: rgb(19,217,112); }

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

border-color css

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

 span { border-color: rgb(19,217,112); }

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